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

Move all infix ops out of elm to get code gen right

github.com/elm-tooling/elm-compiler-library - 29578e5b6351b464ffdf8fc4086e68057bf84b27 authored over 10 years ago by Evan Czaplicki <[email protected]>
cosmetic: factor out some shared code

github.com/elm-tooling/elm-compiler-library - 577fc17340137f06bd2a2aa202a40fbc6c2767df authored over 10 years ago by Evan Czaplicki <[email protected]>
Hide certain parts of the Text module

github.com/elm-tooling/elm-compiler-library - 0e0d613453319b810181693b85c7e8078ec65541 authored over 10 years ago by Evan Czaplicki <[email protected]>
Get markdown to work properly

github.com/elm-tooling/elm-compiler-library - af4af9b1618bb2477f3b7fc80db746c24d2c5324 authored over 10 years ago by Evan Czaplicki <[email protected]>
Merge branch 'canonicalize'

github.com/elm-tooling/elm-compiler-library - 866b997dc2c4212b752b1e0e2b5c6f989923a4c4 authored over 10 years ago by Evan Czaplicki <[email protected]>
Update changelog and error messages for type aliases in port types

github.com/elm-tooling/elm-compiler-library - 52ecd6ba10b3aa0c1b648e23ec7554042915ea87 authored over 10 years ago by Evan Czaplicki <[email protected]>
Add test for type aliases in port types

github.com/elm-tooling/elm-compiler-library - 7e101d35bc57fd054abe4b069bfe97bc9a3cbbf4 authored over 10 years ago by Evan Czaplicki <[email protected]>
cosmetic: get style more in line with rest of compiler

github.com/elm-tooling/elm-compiler-library - 069a4c5a857a86697a38204b6965ca3c17d7a175 authored over 10 years ago by Evan Czaplicki <[email protected]>
Remove WebGL tests because they need an external library

github.com/elm-tooling/elm-compiler-library - 223b4dfab00f32341eba84ec7e16106647792e1d authored over 10 years ago by Evan Czaplicki <[email protected]>
Actually run compiler tests!

github.com/elm-tooling/elm-compiler-library - 39053a533d2db35ae9a549404b10bc1051569140 authored over 10 years ago by Evan Czaplicki <[email protected]>
Fix #640, correct types of sqrt and logBase

github.com/elm-tooling/elm-compiler-library - bfa1bc2bd309048725fc9ed56983589ded3a57b5 authored over 10 years ago by Evan Czaplicki <[email protected]>
Basic description of changes so far

github.com/elm-tooling/elm-compiler-library - ad21de9c0b403d24a39cd7ed34b3efeb8bba16f9 authored over 10 years ago by Evan Czaplicki <[email protected]>
Merge branch 'master' into canonicalize

github.com/elm-tooling/elm-compiler-library - 92535952b10d74909c7882991c12a9f918702c66 authored over 10 years ago by Evan Czaplicki <[email protected]>
Add notes about 0.12.3

github.com/elm-tooling/elm-compiler-library - 78fadfd0bf6a05d101787952d3d9cf6e8a4d6f88 authored over 10 years ago by Evan Czaplicki <[email protected]>
Add Debug.crash to help with developing large functions

github.com/elm-tooling/elm-compiler-library - 96cd20a8c2dd2a4f5aceacc259119ae3656c1644 authored over 10 years ago by Evan Czaplicki <[email protected]>
Add --bundle-runtime flag to make standalone files

From @agazso’s request. @maxsnew or @johnpmayer, do you remember if
there is an issue for this? ...

github.com/elm-tooling/elm-compiler-library - e4742dbecebd0b0e1ab471a39d309ff0eb1aeec9 authored over 10 years ago by Evan Czaplicki <[email protected]>
cosmetic: mess with indentation

github.com/elm-tooling/elm-compiler-library - c14d029da46964f4017616ad270e068ebbc38557 authored over 10 years ago by Evan Czaplicki <[email protected]>
cosmetic: try to make flags more readable

github.com/elm-tooling/elm-compiler-library - 1c1158a9f3bb36d8b713e68844d27c7ee8ac0699 authored over 10 years ago by Evan Czaplicki <[email protected]>
Clean up build artifacts from library tests

github.com/elm-tooling/elm-compiler-library - c0819c93162727dca224fe86c1430763006f1d75 authored over 10 years ago by Evan Czaplicki <[email protected]>
Get ports working with Maybes and Json

github.com/elm-tooling/elm-compiler-library - 5e33985e6b9c1d33cf2be2c44e2bc7f5d4a521cb authored over 10 years ago by Evan Czaplicki <[email protected]>
Merge pull request #651 from maxsnew/char

Fix Broken Char Ops and Print More when Testing

github.com/elm-tooling/elm-compiler-library - 6870d581d8301c0e160906054b89a39e4d74444a authored over 10 years ago by Evan Czaplicki <[email protected]>
Move to commit that supports canonicalize branch

github.com/elm-tooling/elm-compiler-library - 6ed5805849b8978980a7badcce6795d660c2c0ef authored over 10 years ago by Evan Czaplicki <[email protected]>
Get rid of automaton submodule

github.com/elm-tooling/elm-compiler-library - d75517d7006c8c5b695e428767099fdf278748c4 authored over 10 years ago by Evan Czaplicki <[email protected]>
Resolve infinite loops for ports, fix #653

github.com/elm-tooling/elm-compiler-library - 8d69600031a08557ba94f46f835d230ba846cc14 authored over 10 years ago by Evan Czaplicki <[email protected]>
register port names before canonicalization

github.com/elm-tooling/elm-compiler-library - ff9d643a34cc1e6c941801ba0ae074ae2c589c1b authored over 10 years ago by Evan Czaplicki <[email protected]>
cosmetic: make module' function a bit clearer

github.com/elm-tooling/elm-compiler-library - 6e594270986871c86d29c71bd8168ebb788e1b84 authored over 10 years ago by Evan Czaplicki <[email protected]>
cosmetic: make "infer" more clear with ErrorT

github.com/elm-tooling/elm-compiler-library - 6c3be9b380f28bc31a45e85d70c5e31e337cbcf4 authored over 10 years ago by Evan Czaplicki <[email protected]>
Generate valid ports code

github.com/elm-tooling/elm-compiler-library - 0f3f4097fb4f679d0cae1d6f3905fb9a4b8db1e7 authored over 10 years ago by Evan Czaplicki <[email protected]>
Make arbitrary instances more restrictive

github.com/elm-tooling/elm-compiler-library - 34b72a273fd5f251b052a7f57bb7f18837c27936 authored over 10 years ago by Evan Czaplicki <[email protected]>
Add Failing Char test cases

github.com/elm-tooling/elm-compiler-library - 5ef362e9ba1f15c0f151957546ebe9d8c9f1e3e8 authored over 10 years ago by Max New <[email protected]>
Print out messages during library testing

github.com/elm-tooling/elm-compiler-library - dc188030e5b8a0c26375a09f51dedcf3a05e221c authored over 10 years ago by Max New <[email protected]>
Merge pull request #650 from Xashili/patch-2

Fix Array.append with an empty array

github.com/elm-tooling/elm-compiler-library - 0bc1f4b1fc97fdd16f733b05405924459e1ebba2 authored over 10 years ago by Evan Czaplicki <[email protected]>
Merge pull request #649 from Xashili/patch-1

Fix folds

github.com/elm-tooling/elm-compiler-library - 5d39e64db1ea77f8630b5e15ac91f3e80bf9a714 authored over 10 years ago by Evan Czaplicki <[email protected]>
Don't alias super simple stuff like Int and Float

github.com/elm-tooling/elm-compiler-library - 8bd16fdf435bbbf54aa2c39d25eb2db02f293a5e authored over 10 years ago by Evan Czaplicki <[email protected]>
Add tests for folds on longer arrays

github.com/elm-tooling/elm-compiler-library - 8a1b6cc7d6dc0314d6b22a3452bc9007f4039e01 authored over 10 years ago by Christian Widera <[email protected]>
Add tests for appending to empty arrays

github.com/elm-tooling/elm-compiler-library - d12a1757994903e2938fca4ad62c731376dd8f56 authored over 10 years ago by Christian Widera <[email protected]>
Fix Array.append with an empty array

Fix #647

github.com/elm-tooling/elm-compiler-library - 97743d8481b8893de3c7a52b5ac21a4beceb7284 authored over 10 years ago by Christian Widera <[email protected]>
Fix folds

Fix #648

github.com/elm-tooling/elm-compiler-library - e1e232cdd7e7a32b08f77cd7fccdd296032a2ae0 authored over 10 years ago by Christian Widera <[email protected]>
Pretty print aliases correctly for descriptors

github.com/elm-tooling/elm-compiler-library - 537c881fd755b526e9c0925284bf02614fb11292 authored over 10 years ago by Evan Czaplicki <[email protected]>
cosmetic: make names more consistent

github.com/elm-tooling/elm-compiler-library - e54192802788ddce36392760d65a9914e31368cc authored over 10 years ago by Evan Czaplicki <[email protected]>
Carry aliases entirely through type inference

github.com/elm-tooling/elm-compiler-library - 53565e2cae6786411e1ab0a5f05274da8345c62c authored over 10 years ago by Evan Czaplicki <[email protected]>
cosmetic: switch to forM to improve style

github.com/elm-tooling/elm-compiler-library - c0511751b701d13de412101464ca498f30169fd3 authored over 10 years ago by Evan Czaplicki <[email protected]>
Get rid of debugging print that snuck in

github.com/elm-tooling/elm-compiler-library - eaea36742f0eb3d202ce528e0b512970ceb2038e authored over 10 years ago by Evan Czaplicki <[email protected]>
cosmetic: make actuallyUnify less monolithic

github.com/elm-tooling/elm-compiler-library - 0dc89bfc625d2fc54e1b2d6cd7628f802f3bdd67 authored over 10 years ago by Evan Czaplicki <[email protected]>
cosmetic: try to make -Wall happier

github.com/elm-tooling/elm-compiler-library - a12554f94da9b6050c9f0465e7b1a4f27499504a authored over 10 years ago by Evan Czaplicki <[email protected]>
Alias on the return type of record constructors

github.com/elm-tooling/elm-compiler-library - f32c0406c5d20d870331ddbad85464f599cd4fbb authored over 10 years ago by Evan Czaplicki <[email protected]>
Add "alias" as a field in tvars and TermN's

github.com/elm-tooling/elm-compiler-library - b16e876650c2b3a674691f3f9745bcc77e538d1d authored over 10 years ago by Evan Czaplicki <[email protected]>
Merge pull request #641 from alexander-b/gitignore

Add cabal sandbox to .gitignore

github.com/elm-tooling/elm-compiler-library - b7aeae4067103c703a93c0fb36536e35fda66b01 authored over 10 years ago by Evan Czaplicki <[email protected]>
Add cabal sandbox to .gitignore

github.com/elm-tooling/elm-compiler-library - ea0f777f7d6ee3317fd0aae77e54d6a778a79222 authored over 10 years ago by Alexander Berntsen <[email protected]>
cosmetic: remove structuredVar and improve style

github.com/elm-tooling/elm-compiler-library - f99c924838d45c0462445b0c72e909b962bf5d7a authored over 10 years ago by Evan Czaplicki <[email protected]>
Properly print the unit type

github.com/elm-tooling/elm-compiler-library - e9a2672135aa4b102d7c86bfe0e6aa10fec4ddbe authored over 10 years ago by Evan Czaplicki <[email protected]>
cosmetic: remove Type.Alias mess from Build.Print

github.com/elm-tooling/elm-compiler-library - e9ecbe1d7b8395f2dc315c422d5af6c14edf2cea authored over 10 years ago by Evan Czaplicki <[email protected]>
Remove the Type.Alias module

github.com/elm-tooling/elm-compiler-library - 07907a0941ef0de02b3b27130fbbd9520b010417 authored over 10 years ago by Evan Czaplicki <[email protected]>
cosmetic: make adjustRank a bit easier to read

github.com/elm-tooling/elm-compiler-library - 97151804e16cf22a36aefa2a9ce4a53f89a85424 authored over 10 years ago by Evan Czaplicki <[email protected]>
Filter unused modules

Possibly sets things up for warnings on unused imports

github.com/elm-tooling/elm-compiler-library - 70bd232a8066d306f1175310f8c02b47b119cd58 authored over 10 years ago by Evan Czaplicki <[email protected]>
Update JS gen to use canonicals & be nicer/faster

github.com/elm-tooling/elm-compiler-library - e6ac3d30a7b2cc8df516d0b1eed8088391c23a23 authored over 10 years ago by Evan Czaplicki <[email protected]>
Add Text as default import

github.com/elm-tooling/elm-compiler-library - 12a17523570bc11a5807cd0cd99356569b8bf400 authored over 10 years ago by Evan Czaplicki <[email protected]>
Prettier error on mutually recursive type aliases

github.com/elm-tooling/elm-compiler-library - 702f99cebb287d85dfab72a3965aa5a80020b16c authored over 10 years ago by Evan Czaplicki <[email protected]>
cosmetic: more consistent Binary instances

github.com/elm-tooling/elm-compiler-library - ed195c15d67e52f04b5013fb0248fa0918a6b40d authored over 10 years ago by Evan Czaplicki <[email protected]>
Add canonicalization helper modules

github.com/elm-tooling/elm-compiler-library - 0e739288d3ba2978dc73caba2a8133f097affcb5 authored over 10 years ago by Evan Czaplicki <[email protected]>
Split canonicalization setup into new module

To make things a bit clearer, it made sense to put all of the
environment setup code by itself.

github.com/elm-tooling/elm-compiler-library - 25eaad128ec6cf56b066d1295813a03bb3655ad1 authored over 10 years ago by Evan Czaplicki <[email protected]>
cosmetic: align things more nicely

github.com/elm-tooling/elm-compiler-library - e2c3e2c218eb84eb01a9f38a1e1211f4ba28bff1 authored over 10 years ago by Evan Czaplicki <[email protected]>
Get docs compiling for now

github.com/elm-tooling/elm-compiler-library - 5340536d87ea571e4cfd4c17406b422664391576 authored over 10 years ago by Evan Czaplicki <[email protected]>
Use corrected ADT import syntax

github.com/elm-tooling/elm-compiler-library - 64bececdab3329e88414ff10fd6b0f7f46bf3baa authored over 10 years ago by Evan Czaplicki <[email protected]>
explicitly list exports of Maybe module

github.com/elm-tooling/elm-compiler-library - 677e16d94be2a6d19f745db49534422b59e048f9 authored over 10 years ago by Evan Czaplicki <[email protected]>
Merge pull request #636 from Apanatshka/websocket-string-fix

Fixed bug where old String representation was used

github.com/elm-tooling/elm-compiler-library - fa405fc73f6338ddf17fea2ee317825d626ba52f authored over 10 years ago by Evan Czaplicki <[email protected]>
Fixed bug where old String representation was used

github.com/elm-tooling/elm-compiler-library - 88598697787310b4dcdad8d1f1345bdfbb5f20a3 authored over 10 years ago by Jeff Smits <[email protected]>
cosmetic: add Env prefix to insert functions

github.com/elm-tooling/elm-compiler-library - ceae300716166f9194f0a653e00c8700fa375f3d authored over 10 years ago by Evan Czaplicki <[email protected]>
cosmetic: use module prefixes for variable canonicalization

github.com/elm-tooling/elm-compiler-library - 4a5093f73812e7ec09b277aa22cfe9116123e325 authored over 10 years ago by Evan Czaplicki <[email protected]>
Explicitly list exports

github.com/elm-tooling/elm-compiler-library - cb72b986a6de3b41fad7d64be3d79c0b509963b6 authored over 10 years ago by Evan Czaplicki <[email protected]>
cosmetic: use more module prefixes

github.com/elm-tooling/elm-compiler-library - 25a64770a737dd342f0d06969d0f776a27171003 authored over 10 years ago by Evan Czaplicki <[email protected]>
cosmetic: format code to a bit easier to read

github.com/elm-tooling/elm-compiler-library - d8b55113140ee0798dbbf3b7850680c8fbc0c732 authored over 10 years ago by Evan Czaplicki <[email protected]>
Explicitly list exports

github.com/elm-tooling/elm-compiler-library - 0bd70e7779eb034076be50d30de839acf59396f9 authored over 10 years ago by Evan Czaplicki <[email protected]>
Do a better job canonicalizing values

github.com/elm-tooling/elm-compiler-library - 9e272b6e545dfb3ba00a590b797f64152783e5ba authored over 10 years ago by Evan Czaplicki <[email protected]>
cosmetic: make line a bit shorter

github.com/elm-tooling/elm-compiler-library - d9709769d3002b4614696ff7c9d07b7bce695eb0 authored over 10 years ago by Evan Czaplicki <[email protected]>
Fix errors with imports

github.com/elm-tooling/elm-compiler-library - e327216d9e1d1ca4a5b4f20bcf5b05f68f198f0a authored over 10 years ago by Evan Czaplicki <[email protected]>
Properly resolve ADTs with no exposed constructors

github.com/elm-tooling/elm-compiler-library - 65008ee5a4db1f39270db2069b4e07f814748390 authored over 10 years ago by Evan Czaplicki <[email protected]>
Dummy implementations until everything else works

github.com/elm-tooling/elm-compiler-library - f89574c9e01e822f00ae028625bd45f195fe9721 authored over 10 years ago by Evan Czaplicki <[email protected]>
Canonicalize values and ADTs before type inference

github.com/elm-tooling/elm-compiler-library - 46841f064d0a852a4eca793271d1f4f3f883a2c1 authored over 10 years ago by Evan Czaplicki <[email protected]>
When canonicalizing, prefer local definitions

github.com/elm-tooling/elm-compiler-library - 440c18286c5ad358985a817bf086dabedb8fd37e authored over 10 years ago by Evan Czaplicki <[email protected]>
Properly import (::)

github.com/elm-tooling/elm-compiler-library - dfdf96da5dc77fba31d2b194492c21002e082f30 authored over 10 years ago by Evan Czaplicki <[email protected]>
only expose exported values, add comments

github.com/elm-tooling/elm-compiler-library - 6a7c0d6384fc28f6c83c22f15100652368598d81 authored over 10 years ago by Evan Czaplicki <[email protected]>
Use canonical names during type inference

github.com/elm-tooling/elm-compiler-library - eae58a72da7c78bbc2542ca78ccb512adf5da04b authored over 10 years ago by Evan Czaplicki <[email protected]>
Take steps to allow higher kinded polymorphism

github.com/elm-tooling/elm-compiler-library - e2a0b460698f4fba64ddbc96c59970c2dc8b38c8 authored over 10 years ago by Evan Czaplicki <[email protected]>
Use fewer local vars

github.com/elm-tooling/elm-compiler-library - c33ca8af94d6576af26e9d671ef95d78512520e9 authored over 10 years ago by Evan Czaplicki <[email protected]>
cosmetic: mess with indentation

github.com/elm-tooling/elm-compiler-library - fcd5d23076650d4205604132ab8cc8b658bcac66 authored over 10 years ago by Evan Czaplicki <[email protected]>
Merge pull request #634 from mgold/fix-evancz-link

Two more evancz/Issues -> elm-lang/Issues

github.com/elm-tooling/elm-compiler-library - e123780cb065726e3c132a490676cac7d99f2489 authored over 10 years ago by Evan Czaplicki <[email protected]>
Two more evancz/Issues -> elm-lang/Issues

github.com/elm-tooling/elm-compiler-library - d1526733380bf4aff83b67db9bcfab6454d93db3 authored over 10 years ago by Max Goldstein <[email protected]>
Merge pull request #633 from Apanatshka/patch-1

Updated link in error from evancz to elm-lang

github.com/elm-tooling/elm-compiler-library - 70ca90ae4f557f68fb0fea7be183b525eb0c3573 authored over 10 years ago by Evan Czaplicki <[email protected]>
Updated link in error from evancz to elm-lang

github.com/elm-tooling/elm-compiler-library - 16640f5834277df578ffca5f5c5bcb9460b96b83 authored over 10 years ago by Jeff <[email protected]>
Get the latest submodules

github.com/elm-tooling/elm-compiler-library - 7ecaa262d48670d67d3a5f738579f1470ba30496 authored over 10 years ago by Evan Czaplicki <[email protected]>
Get tests compiling again

github.com/elm-tooling/elm-compiler-library - 8895172bfef2b042ad403e3d5c92197b80c02a3c authored over 10 years ago by Evan Czaplicki <[email protected]>
SourceSyntax => AST

github.com/elm-tooling/elm-compiler-library - 975fd2853f306b298ca43392a0d1f603e23d457d authored over 10 years ago by Evan Czaplicki <[email protected]>
Merge branch 'master' into debugger

Conflicts:
.gitignore

github.com/elm-tooling/elm-compiler-library - 94fb30cfd2ab34a70aea261df70b08959499f635 authored over 10 years ago by Evan Czaplicki <[email protected]>
Correct parsing of listings

github.com/elm-tooling/elm-compiler-library - 404c4429700239fa59c9a1cbd702232d1e864ff6 authored over 10 years ago by Evan Czaplicki <[email protected]>
glShader => glsl in pretty printer

github.com/elm-tooling/elm-compiler-library - 7e623f6fd86c54e75b0c650f053697dbffcf235e authored over 10 years ago by Evan Czaplicki <[email protected]>
Merge branch 'master' into canonicalize

github.com/elm-tooling/elm-compiler-library - 8b7b284f60f96dc39500f19e527ae283aaa8b2d5 authored over 10 years ago by Evan Czaplicki <[email protected]>
Add zipN and zipWithN for N in {3,4,5}

github.com/elm-tooling/elm-compiler-library - 20ccc834c1a597d1ef356c14073670b62f90d875 authored over 10 years ago by Evan Czaplicki <[email protected]>
Merge branch 'master' into canonicalize

Conflicts:
compiler/Parse/Expression.hs

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