Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Elm Tooling

Org to facilitate work on tooling for elm
Collective - Host: opensource - https://opencollective.com/elm-tooling - Code: https://github.com/elm-tooling

Properly propagate port types

github.com/elm-tooling/elm-compiler-library - 75c1c8d346063a3f2192e4a4cd13e03f80f5c3d2 authored over 9 years ago by Evan Czaplicki <[email protected]>
Reorder parsers so that "perform" declarations are tried earlier

github.com/elm-tooling/elm-compiler-library - d78dc66c864daeb16d738bf0b7dd4172582d25c6 authored over 9 years ago by Evan Czaplicki <[email protected]>
Turn on -Werror

github.com/elm-tooling/elm-compiler-library - fb365c6d1e4c191bdcd5677cb0e6e880f2f236ae authored over 9 years ago by Evan Czaplicki <[email protected]>
Improve naming and indentation in Type.Constrain.Expression

github.com/elm-tooling/elm-compiler-library - 306a7ee65354dd0308ee0044349402332c86fc10 authored over 9 years ago by Evan Czaplicki <[email protected]>
Merge pull request #902 from sonnym/fix_install_script_url

fix install script url

github.com/elm-tooling/elm-compiler-library - 1808e0c8ebce87efbc9ddddf1af5c7b42f00419e authored over 9 years ago by Evan Czaplicki <[email protected]>
fix install script url

github.com/elm-tooling/elm-compiler-library - 5907b4df18d3ab4dfe70636d1cd6eca7efe680bd authored over 9 years ago by Sonny Michaud <[email protected]>
Switch to "port" syntax for Ports

Thank you @laszlopandy for the key insight on this one! :D

github.com/elm-tooling/elm-compiler-library - cbe557dc3d7ac06f627bf94c86a4f4c95dfcee46 authored over 9 years ago by Evan Czaplicki <[email protected]>
Update changelog for recent decisions

github.com/elm-tooling/elm-compiler-library - a378254e632cc71b6b1815b23a8419532f6c3fcb authored over 9 years ago by Evan Czaplicki <[email protected]>
Rename Command to Task

github.com/elm-tooling/elm-compiler-library - ea0d6b1e23b5a2aa3f02c45d735bef037d37897f authored over 9 years ago by Evan Czaplicki <[email protected]>
Rename Promise to Command

github.com/elm-tooling/elm-compiler-library - 74a4b6a4df58bc1422ad852ed0f03146d8aa2652 authored over 9 years ago by Evan Czaplicki <[email protected]>
Update input/output syntax

Going towards @rtfeldman’s version of option 2 from this thread
https://groups.google.com/forum/...

github.com/elm-tooling/elm-compiler-library - 552becccd99d0f6e56418723b0106a93aef0e308 authored over 9 years ago by Evan Czaplicki <[email protected]>
Generate mailboxes, not writableStreams

github.com/elm-tooling/elm-compiler-library - dfafe9a8c222a381abc6763bc047726567b41768 authored over 9 years ago by Evan Czaplicki <[email protected]>
Make headers more consistent in change log

github.com/elm-tooling/elm-compiler-library - 309a1af85900ef0100f53350ba20d69a44c7150c authored over 9 years ago by Evan Czaplicki <[email protected]>
Update for rename from WritableStream/Mailbox to Mailbox/Address

github.com/elm-tooling/elm-compiler-library - 07eb6d5c9992d2291f387888d99e064b202a7946 authored over 9 years ago by Evan Czaplicki <[email protected]>
Start drafting the changelog for 0.15

github.com/elm-tooling/elm-compiler-library - b687ec2765d6adfffb1215b413182e628921c2b5 authored over 9 years ago by Evan Czaplicki <[email protected]>
Add a little note for the 0.14.1 release

github.com/elm-tooling/elm-compiler-library - 868078137450f865379581784762331f0648faa7 authored over 9 years ago by Evan Czaplicki <[email protected]>
Add support for running promises with loopback declarations

github.com/elm-tooling/elm-compiler-library - 8036fca8bdbc87934d17bfcdbd6747012cf66402 authored over 9 years ago by Evan Czaplicki <[email protected]>
Ignore unused variable

github.com/elm-tooling/elm-compiler-library - 294f2153073fbb6be25461f234cf00f4e6d72059 authored over 9 years ago by Evan Czaplicki <[email protected]>
Improve names in Transform.Canonicalize

github.com/elm-tooling/elm-compiler-library - bf8334ce110b77ca78abe157618c015d6b907ce2 authored over 9 years ago by Evan Czaplicki <[email protected]>
Improve indentation and naming in Transform.Substitute

github.com/elm-tooling/elm-compiler-library - ec87c8ed6213089e0d1773669faa4aa84f67030c authored over 9 years ago by Evan Czaplicki <[email protected]>
Improve variable names in Transform.SortDefinitions

github.com/elm-tooling/elm-compiler-library - 7d8363808a71febbe7dcddf5d01649de32144224 authored over 9 years ago by Evan Czaplicki <[email protected]>
Mark variables as unused in Type.Environment

github.com/elm-tooling/elm-compiler-library - 5f057de5d0081e51b4dc9f6b2e6c15872bbd2cc8 authored over 9 years ago by Evan Czaplicki <[email protected]>
Improve indentation in Transform.Check

github.com/elm-tooling/elm-compiler-library - 5e8dfa48323d61e81537b48f70f4c38e955eed97 authored over 9 years ago by Evan Czaplicki <[email protected]>
Improve indentation in Transform.Definition

github.com/elm-tooling/elm-compiler-library - f5366947d61acb97595eee77c5ebb55c5f68fd90 authored over 9 years ago by Evan Czaplicki <[email protected]>
Parse promise loopbacks with (<-) separator

github.com/elm-tooling/elm-compiler-library - 55c291a801bc4d2cff60c0948940cfc7939db60a authored over 9 years ago by Evan Czaplicki <[email protected]>
Properly import type aliases from Stream/Varying

github.com/elm-tooling/elm-compiler-library - 973706338543739efb126bcea67d940ae9c3c411 authored over 9 years ago by Evan Czaplicki <[email protected]>
Add Stream and Varying as default imports

github.com/elm-tooling/elm-compiler-library - 7d0625af80cbf74bb24c3e6658c24cb15c1e32e9 authored over 9 years ago by Evan Czaplicki <[email protected]>
Fix aliasing bug revealed by tests!

When you had aliases nested one inside of the next, we were throwing
away necessary information!

github.com/elm-tooling/elm-compiler-library - 501c60701ce49f14eab5e5702895bc6fbd390ae6 authored over 9 years ago by Evan Czaplicki <[email protected]>
Update tests to work without any imports

github.com/elm-tooling/elm-compiler-library - 4b559e033c4c3f9f33a984dd28b636b899a87775 authored over 9 years ago by Evan Czaplicki <[email protected]>
Remove test with very unclear goal that needs imports

github.com/elm-tooling/elm-compiler-library - cf077180fee8054a4ad9e55f83a61ef82987dd88 authored over 9 years ago by Evan Czaplicki <[email protected]>
Remove import tests, should be in elm-make tests

github.com/elm-tooling/elm-compiler-library - abcd9ea933192febb85244f0206b28ebc3334374 authored over 9 years ago by Evan Czaplicki <[email protected]>
Get compiler tests running again, fix #869 and fix #870

github.com/elm-tooling/elm-compiler-library - 80da6fff1e2a0e460bff41c069da2aadb4f8850f authored over 9 years ago by Evan Czaplicki <[email protected]>
Slightly improve error message for bad input to elm-doc, fix #886

github.com/elm-tooling/elm-compiler-library - 6260cccf728c5b53c747b46c0734ee73f7c6d2cc authored over 9 years ago by Evan Czaplicki <[email protected]>
Update tests for new representation of Aliased types

github.com/elm-tooling/elm-compiler-library - 13ddd91cd472ea63352e6eba26e3e74ae8a960a7 authored over 9 years ago by Evan Czaplicki <[email protected]>
Improve variable names and indentation in Test.Property.Arbitrary

github.com/elm-tooling/elm-compiler-library - 245556c2a5893166c66d3492a962fecad4e07d83 authored over 9 years ago by Evan Czaplicki <[email protected]>
Remove support for loopbacks that run promises for now

github.com/elm-tooling/elm-compiler-library - ebda1371ba9ac47be8b0edf292117b611e526352 authored over 9 years ago by Evan Czaplicki <[email protected]>
Correct AST.Type.deepDealias function

github.com/elm-tooling/elm-compiler-library - 22bed73fe6be211833999150abda30e8a1046e2a authored over 9 years ago by Evan Czaplicki <[email protected]>
Properly preserve type aliases after canonicalization and through type inference

When looking for ways to improve performance, look here. Based on the
increased sharing during t...

github.com/elm-tooling/elm-compiler-library - 5e43eb1451a6774f4e8cc411631dd3d5690f479e authored over 9 years ago by Evan Czaplicki <[email protected]>
Use better variable names in Transform.Expression

github.com/elm-tooling/elm-compiler-library - d69c38473fbe02b8ef220af40b599d5c62356082 authored over 9 years ago by Evan Czaplicki <[email protected]>
Properly prettify import declarations

github.com/elm-tooling/elm-compiler-library - 058b17a4cd771dec35acd7bcf30bc932509c6362 authored over 9 years ago by Evan Czaplicki <[email protected]>
Get rid of overlapping argument name

github.com/elm-tooling/elm-compiler-library - abb9633c155b8e90bf68053686f525d5c56fe59e authored over 9 years ago by Evan Czaplicki <[email protected]>
Don't switch order of arguments during unification in Type.Unify

github.com/elm-tooling/elm-compiler-library - ded277c4df0d228d581d6c4c5f91fc733505faad authored over 9 years ago by Evan Czaplicki <[email protected]>
improve indentation in Type.Unify

github.com/elm-tooling/elm-compiler-library - 92331c906706c7e695c018e63d55ec568f1d61dd authored over 9 years ago by Evan Czaplicki <[email protected]>
Improve indentation in Transform.Canonicalize.Setup

github.com/elm-tooling/elm-compiler-library - b10c2eafeb1a7b14cd38b2b3e9982071fa8b4f4c authored over 9 years ago by Evan Czaplicki <[email protected]>
Improve indentation in Type.State

github.com/elm-tooling/elm-compiler-library - 0140873ff30dae27c27acf49ccbf2146739cb833 authored over 9 years ago by Evan Czaplicki <[email protected]>
Refactor Type.Type: better style, flow, and comments

github.com/elm-tooling/elm-compiler-library - aeb02cd90da6689af64cc0819de2ab95214e3b26 authored over 9 years ago by Evan Czaplicki <[email protected]>
Improve indentation and organization in Transform.Check

github.com/elm-tooling/elm-compiler-library - d06b33bcdfbbb185f0bf128f977b798b0232a350 authored over 9 years ago by Evan Czaplicki <[email protected]>
Improve indentation in Type.Environment

github.com/elm-tooling/elm-compiler-library - d608aa653229ff24213077a560ad95dc90336374 authored over 9 years ago by Evan Czaplicki <[email protected]>
Properly check for WritableStream types

github.com/elm-tooling/elm-compiler-library - 2a6e92bbc13b1a6fc04965dd50a68d3f5580d8ab authored over 9 years ago by Evan Czaplicki <[email protected]>
Improve Loopback error message

github.com/elm-tooling/elm-compiler-library - dc6668d028df1155df156fcb6ec6df306d8b4573 authored over 9 years ago by Evan Czaplicki <[email protected]>
Improve indentation

github.com/elm-tooling/elm-compiler-library - 7788c35a8005f780f7f36e371f1eba4a17a20a94 authored over 9 years ago by Evan Czaplicki <[email protected]>
Generate code for WritableStream

github.com/elm-tooling/elm-compiler-library - 5a4b0e80475b915864e26f0fb4e30e965d83cf65 authored over 9 years ago by Evan Czaplicki <[email protected]>
Update input/output generation for new Ports implementation

github.com/elm-tooling/elm-compiler-library - 6549a4ec6dc2e140e7767b935937725f6db4c946 authored over 9 years ago by Evan Czaplicki <[email protected]>
Improve indentation a bit

github.com/elm-tooling/elm-compiler-library - af8047cf97b7cf2970564ffb1d576c63150af3c6 authored over 9 years ago by Evan Czaplicki <[email protected]>
Add type validation for loopback declarations

github.com/elm-tooling/elm-compiler-library - 09d86de2ede7871359c502a4587131f84fe11077 authored over 9 years ago by Evan Czaplicki <[email protected]>
Remove unused import

github.com/elm-tooling/elm-compiler-library - edfca84640875598ef317c510dd9fd387237ef34 authored over 9 years ago by Evan Czaplicki <[email protected]>
Refactor ExtraChecks to be clearer

github.com/elm-tooling/elm-compiler-library - 57005c97d59423356667132018c87e7ffff1858b authored over 9 years ago by Evan Czaplicki <[email protected]>
Refactor input/output JS generation

github.com/elm-tooling/elm-compiler-library - f21c35bd014bb05b2bbc8e2cd625bb64e7de1f43 authored over 9 years ago by Evan Czaplicki <[email protected]>
Add basic support for the loopback construct

github.com/elm-tooling/elm-compiler-library - 5018b35ac7c0e3b0245b3ce4875238e9138da0ec authored over 9 years ago by Evan Czaplicki <[email protected]>
Improve indentation a bit

github.com/elm-tooling/elm-compiler-library - 2ec798e8af8c9b4c65252b768ff8e7d4f5727b0d authored over 9 years ago by Evan Czaplicki <[email protected]>
Rename JavaScript.Ports to JavaScript.Foreign

github.com/elm-tooling/elm-compiler-library - b35ab452c9b8e8bf8065ef4a0685e7bc7e17d8db authored over 9 years ago by Evan Czaplicki <[email protected]>
Remove stray spaces

github.com/elm-tooling/elm-compiler-library - 69a436680cc7d129ab8ec982a778b007e235c766 authored over 9 years ago by Evan Czaplicki <[email protected]>
Improve indentation

github.com/elm-tooling/elm-compiler-library - 6ec2d6ba07ac0011361ec4bee9c7f3a740c482be authored over 9 years ago by Evan Czaplicki <[email protected]>
Remove stray spaces

github.com/elm-tooling/elm-compiler-library - d959f5a626696def94401ee959c05daa9bf3a201 authored over 9 years ago by Evan Czaplicki <[email protected]>
Get rid of stray spaces

github.com/elm-tooling/elm-compiler-library - 0683598d0398047b9b8ed9e63bbb4f47e2c39082 authored over 9 years ago by Evan Czaplicki <[email protected]>
improve indentation

github.com/elm-tooling/elm-compiler-library - 137ba16d79ff1b34ec08138292f6944019cde8cc authored over 9 years ago by Evan Czaplicki <[email protected]>
Merge branch 'exposing'

github.com/elm-tooling/elm-compiler-library - 876c49e0190f09557beec9850cc8d02dc1f84188 authored over 9 years ago by Evan Czaplicki <[email protected]>
Make mainType check able to handle any aliases

github.com/elm-tooling/elm-compiler-library - 94b3091683b613b9425e5bfb2ec485309f128f7f authored over 9 years ago by Evan Czaplicki <[email protected]>
Allow promises through ports

github.com/elm-tooling/elm-compiler-library - 6775458ebc06425ba70c486abaacbc2920c45708 authored over 9 years ago by Evan Czaplicki <[email protected]>
Improve indentation style

github.com/elm-tooling/elm-compiler-library - 68fdeffdea7f6a42d3ab4f09ad441b16504326af authored over 9 years ago by Evan Czaplicki <[email protected]>
update tests for input/output syntax

github.com/elm-tooling/elm-compiler-library - da476ffa31219fa67f49249e7338cbc4432d8859 authored over 9 years ago by Evan Czaplicki <[email protected]>
Rename port keyword to input/output

github.com/elm-tooling/elm-compiler-library - 5e7763991325a8beb7ab0c9436858718245e579e authored over 9 years ago by Evan Czaplicki <[email protected]>
Add edit-distance dependency for tests

github.com/elm-tooling/elm-compiler-library - 3470b36af43f74b40a8966e8db11e0364d985613 authored over 9 years ago by Evan Czaplicki <[email protected]>
Improve messages when variable is not found

github.com/elm-tooling/elm-compiler-library - ef18b2f5fe75aa3a926a2983b192465b176756a6 authored over 9 years ago by Evan Czaplicki <[email protected]>
improve style, rename update to addPattern

github.com/elm-tooling/elm-compiler-library - 60d3afb827737f109503ca6b9bddacd9f68eca56 authored over 9 years ago by Evan Czaplicki <[email protected]>
reorder file to be easier to read

github.com/elm-tooling/elm-compiler-library - 271ff2e446628f755d738aad297a4c8efb015038 authored over 9 years ago by Evan Czaplicki <[email protected]>
Improve style, remove unused brkt function

github.com/elm-tooling/elm-compiler-library - f6024d99f30b3e2cfcf2f662feb12b4712d01da9 authored over 9 years ago by Evan Czaplicki <[email protected]>
style: improve indentation

github.com/elm-tooling/elm-compiler-library - a0c0bc51d257ea9625737c7a3814d45187e1ebce authored over 9 years ago by Evan Czaplicki <[email protected]>
Make "accessible" a bit more readable

github.com/elm-tooling/elm-compiler-library - 545b8ab1de4a2c01c0bf9b55b381ff9747b77c2a authored over 9 years ago by Evan Czaplicki <[email protected]>
style: improved indentation and naming

github.com/elm-tooling/elm-compiler-library - 4b30b6ffffe85aa15a25a9519a6f2eb4103f095e authored over 9 years ago by Evan Czaplicki <[email protected]>
improve style, remove unused delist function

github.com/elm-tooling/elm-compiler-library - 40cc419d8d372e80723d68497352e3f3a9e94007 authored over 9 years ago by Evan Czaplicki <[email protected]>
style: improve indentation

github.com/elm-tooling/elm-compiler-library - 5c1af0e1b851e0fbaa421f1feedd6f594f0d8f0d authored over 9 years ago by Evan Czaplicki <[email protected]>
Add the word "exposing" when pretty printing

github.com/elm-tooling/elm-compiler-library - a6708cc68ad6304959d72652f3b5359960fa8dd4 authored over 9 years ago by Evan Czaplicki <[email protected]>
style: minor indentation change

github.com/elm-tooling/elm-compiler-library - 7adf060c79a55a800dfb5a81892ba09fccc0dfd1 authored over 9 years ago by Evan Czaplicki <[email protected]>
style: nicer indentation

github.com/elm-tooling/elm-compiler-library - e8966353480617eed3f0c209f5240fb93e105630 authored over 9 years ago by Evan Czaplicki <[email protected]>
New syntax and semantics for imports

The new syntax has the following variations

import List
import List exposing (map, filt...

github.com/elm-tooling/elm-compiler-library - 2234b88396395ec8633b20a4af5261517059d8c4 authored over 9 years ago by Evan Czaplicki <[email protected]>
Update to more modern indentation style

github.com/elm-tooling/elm-compiler-library - 1cf108f1a9740a60f62460e47c4cb7e55da2456f authored over 9 years ago by Evan Czaplicki <[email protected]>
Bump upper bound on language-ecmascript

github.com/elm-tooling/elm-compiler-library - e714001a928b3834b62555fc350909c95d380ef4 authored almost 10 years ago by Evan Czaplicki <[email protected]>
Change 2014 to 2015

Favorite part of the new years, updating licenses

github.com/elm-tooling/elm-compiler-library - 161ba5bb3cf6c53b48c910c8f909c98a59c0bd56 authored almost 10 years ago by Evan Czaplicki <[email protected]>
Bump to 0.14.1

Html can go through main now

github.com/elm-tooling/elm-compiler-library - 0c0ea5537e28daaae2a7a573a3ddddefa2c4ecf4 authored almost 10 years ago by Evan Czaplicki <[email protected]>
Remove long unused file

github.com/elm-tooling/elm-compiler-library - 4fd7f45ecaf143694ac85d608225f06b569e825e authored almost 10 years ago by Evan Czaplicki <[email protected]>
Migrate runtime/debug.js to elm-reactor

github.com/elm-tooling/elm-compiler-library - b0596f7047f2ffc27ba3a8051dd92b62c662be48 authored almost 10 years ago by Evan Czaplicki <[email protected]>
Import (::) operator as a default

Goal is to be parallel with other default imports. Maybe(Just,Nothing)
and Result(Ok,Err) the co...

github.com/elm-tooling/elm-compiler-library - 8b2c02d7caa82ae4b01fc9dcb5b2ecaa167e80c2 authored almost 10 years ago by Evan Czaplicki <[email protected]>
Allow Html types through main

github.com/elm-tooling/elm-compiler-library - f5236297c19913db12a66a3b09014e5ba2fcd8a4 authored almost 10 years ago by Evan Czaplicki <[email protected]>
Fix namespacing mistake

github.com/elm-tooling/elm-compiler-library - 26077febb0089f74231b0375db88acf5dd46b1d5 authored almost 10 years ago by Evan Czaplicki <[email protected]>
minor style improvements and remove unneeded reserved word

github.com/elm-tooling/elm-compiler-library - 68ae5b344d9f0e359b52df8bf71321e484755f3e authored almost 10 years ago by Evan Czaplicki <[email protected]>
Properly handle apostrophes and reserved words in record fields

Should fix https://github.com/elm-lang/elm-lang.org/issues/203

github.com/elm-tooling/elm-compiler-library - 68fc853388accf845e445ce8561143f58dd8598e authored almost 10 years ago by Evan Czaplicki <[email protected]>
Merge branch 'machine-errors'

github.com/elm-tooling/elm-compiler-library - dc0d2213652075839a704e3c142da0b7befa88e7 authored almost 10 years ago by Evan Czaplicki <[email protected]>
style: modern indentation and more type signatures

github.com/elm-tooling/elm-compiler-library - 6398333aa2f97667e66fa5b95671706be2101485 authored almost 10 years ago by Evan Czaplicki <[email protected]>
Remove special (and wrong) case for composition op

github.com/elm-tooling/elm-compiler-library - 52f8f641fbd5c3349603140095b0aa6c6d77711b authored almost 10 years ago by Evan Czaplicki <[email protected]>