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

Fix the .cabal file, include many new files

github.com/elm-tooling/elm-compiler-library - 4eed8e424bfc37924dc4f8e3d7dc98de2150e7c0 authored about 11 years ago by Evan Czaplicki <[email protected]>
Get the haskell library working

github.com/elm-tooling/elm-compiler-library - 2c96bf0c3347d812ffeee210a2c9b2dbea1980e6 authored about 11 years ago by Evan Czaplicki <[email protected]>
add a type signature

github.com/elm-tooling/elm-compiler-library - e677f27bc54b75a9998615130540c41efd47fb43 authored about 11 years ago by Evan Czaplicki <[email protected]>
Stop using the MultiWayIf extension

github.com/elm-tooling/elm-compiler-library - 3ef5284afd45bf4fca5e4d3a5b6a8cb569582ba9 authored about 11 years ago by Evan Czaplicki <[email protected]>
Report line numbers in type errors

github.com/elm-tooling/elm-compiler-library - 8006d8e54aa9b928212025173e14abc55767289d authored about 11 years ago by Evan Czaplicki <[email protected]>
Pipe source locations through the type checker

github.com/elm-tooling/elm-compiler-library - b1f53d04edb53b3cd9db21f68994824ca556d119 authored about 11 years ago by Evan Czaplicki <[email protected]>
cosmetic change

github.com/elm-tooling/elm-compiler-library - c6868f1bd6a1e1259a99cae2f9b4b45bad4eb2a2 authored about 11 years ago by Evan Czaplicki <[email protected]>
Use `Location.none` less

github.com/elm-tooling/elm-compiler-library - a4c4cf0493027b91836e9da44408498af05cb2f2 authored about 11 years ago by Evan Czaplicki <[email protected]>
Simplify representation of source locations

github.com/elm-tooling/elm-compiler-library - b26edcc46e7f9ac8452e1621a013b07e74392a5b authored about 11 years ago by Evan Czaplicki <[email protected]>
Make show nicer for signals and unknown objects.

github.com/elm-tooling/elm-compiler-library - b3cc261f96c7063addc203aab0ce992120dca1c0 authored about 11 years ago by Evan Czaplicki <[email protected]>
Support appendable types

github.com/elm-tooling/elm-compiler-library - 3065f58924a951bf69405725727943133a88547d authored about 11 years ago by Evan Czaplicki <[email protected]>
Fix runtime code for comparing things

github.com/elm-tooling/elm-compiler-library - ae6a3b36b5e5297df86f14a86169e8b7bf5e17d8 authored about 11 years ago by Evan Czaplicki <[email protected]>
Make error messages nicer

github.com/elm-tooling/elm-compiler-library - fa448548b881e9213f162d979b8f5d8b2a65a95e authored about 11 years ago by Evan Czaplicki <[email protected]>
Make comparable work fully and clean up code

github.com/elm-tooling/elm-compiler-library - a1b733654782f5ee7d109d71ed14db3a3340edc9 authored about 11 years ago by Evan Czaplicki <[email protected]>
Add ability to collect App1's into a Type constructor

Useful for determining if something is a Tuple or List

github.com/elm-tooling/elm-compiler-library - 3da8a71d0014928f19772a647de60867aeca23b4 authored about 11 years ago by Evan Czaplicki <[email protected]>
Get rid of Paths_Elm to make sure things build properly for people.

github.com/elm-tooling/elm-compiler-library - dfb27a7c672d70c68a73ed4f06b472fca139d4d2 authored about 11 years ago by Evan Czaplicki <[email protected]>
Make sure that basic math operations generate the correct JS code.

github.com/elm-tooling/elm-compiler-library - 1273f4deb36782adab494835fb751deef62855c2 authored about 11 years ago by Evan Czaplicki <[email protected]>
Function args were in the reverse order!

github.com/elm-tooling/elm-compiler-library - 25474f83100434c67044b46129bd6c637e234413 authored about 11 years ago by Evan Czaplicki <[email protected]>
Export ADT constructors too

github.com/elm-tooling/elm-compiler-library - a98a7be9f8bcc181a0521cd5b1eeb72690807de0 authored about 11 years ago by Evan Czaplicki <[email protected]>
Fix libraries to match new JS generation rules

github.com/elm-tooling/elm-compiler-library - 3e4773ca2ea8f92ea1964208763f8bcc64ce0b12 authored about 11 years ago by Evan Czaplicki <[email protected]>
Fix JS generation

correct generation of binops
use correct calling conventions for defining functions
only import ...

github.com/elm-tooling/elm-compiler-library - 2d4afca06fce430c4c6806422cf9fc4001ba0e94 authored about 11 years ago by Evan Czaplicki <[email protected]>
If no exports are listed, everything gets exported

github.com/elm-tooling/elm-compiler-library - 2f6d3227e9edfddbc1aed5f6d7f8501aa70bb3a5 authored about 11 years ago by Evan Czaplicki <[email protected]>
Only deprime when generating JavaScript, better to preserve information

github.com/elm-tooling/elm-compiler-library - 66515259cf76c7098d335534c3e78fd364a011a1 authored about 11 years ago by Evan Czaplicki <[email protected]>
Properly convert Type.Type to SourceSyntax.Type

github.com/elm-tooling/elm-compiler-library - f8fe8e449530664ecaa0e2b9f0d9be7b3e294b3f authored about 11 years ago by Evan Czaplicki <[email protected]>
restrict exports to `def` and `term`

github.com/elm-tooling/elm-compiler-library - ac450ae944cbfe0bad027482c5f24eec39ffb77e authored about 11 years ago by Evan Czaplicki <[email protected]>
Turn post build back on, create elm-runtime.js and interfaces.data

github.com/elm-tooling/elm-compiler-library - 64e23d4ca705d1d87fb1028431ac054d1c6970f2 authored about 11 years ago by Evan Czaplicki <[email protected]>
Get standard libraries compiling (now that String is in Basics and Signal is in Signal)

github.com/elm-tooling/elm-compiler-library - 748c608df236b6d24a4f307fa8928da14437713a authored about 11 years ago by Evan Czaplicki <[email protected]>
Get rid of dead code

github.com/elm-tooling/elm-compiler-library - ec24738e9c7149cbcec28d74fd678cb72434d7d2 authored about 11 years ago by Evan Czaplicki <[email protected]>
Add canonicalization for aliases and ADTs

github.com/elm-tooling/elm-compiler-library - fda1d2f979f41a0b61fd4864f4d6aed1f00dcb1f authored about 11 years ago by Evan Czaplicki <[email protected]>
Add the `String` type alias to Basics and update modules that depend on strings

github.com/elm-tooling/elm-compiler-library - 5d901721f1c14176b38debbe6a17c8c9ad467bbb authored about 11 years ago by Evan Czaplicki <[email protected]>
Update to rely on the difinition of Signals in the Signal library

github.com/elm-tooling/elm-compiler-library - a767024f6e44f6e92220413724fbc1fc982312e5 authored about 11 years ago by Evan Czaplicki <[email protected]>
Move the definition of the Signal type out of the compiler and into the Signal library

github.com/elm-tooling/elm-compiler-library - 6ace8a0bf7e6c74f0c8b28b71eff82045da9755e authored about 11 years ago by Evan Czaplicki <[email protected]>
Make SortDefinitions aware of ADT constructors, gave incorrect sorts before

github.com/elm-tooling/elm-compiler-library - 0f3910d59e7df73ac510b73aa3e3ea4454abf649 authored about 11 years ago by Evan Czaplicki <[email protected]>
Whitespace cleanup

github.com/elm-tooling/elm-compiler-library - 46cb850570ec0630ae89a4db146eb28bd698802f authored about 11 years ago by Evan Czaplicki <[email protected]>
Get rid of logging and add Int, Float, Char, Bool to the global environment

github.com/elm-tooling/elm-compiler-library - 3f96acf1f17ac89ab69854f843ab19af970afadd authored about 11 years ago by Evan Czaplicki <[email protected]>
Cosmetic changes

github.com/elm-tooling/elm-compiler-library - 2f49151c29372c2be4161f869c40ada63960442d authored about 11 years ago by Evan Czaplicki <[email protected]>
Remove SourceSyntax.Rename

I think keeping this file up to date is unnecessary

github.com/elm-tooling/elm-compiler-library - ab00bce7696d48733015d669bc99eca92bb1c50f authored about 11 years ago by Evan Czaplicki <[email protected]>
Prettify code to print program

github.com/elm-tooling/elm-compiler-library - f8182740bcd5f549056ae8b65593e9258ab9db50 authored about 11 years ago by Evan Czaplicki <[email protected]>
Update dependencies and comment out things that slow the build and are unnecessary for testing

github.com/elm-tooling/elm-compiler-library - 5c81d14efe2232dcef455adf7a29b9d7df383646 authored about 11 years ago by Evan Czaplicki <[email protected]>
Introduce Transform.Canonicalize

Run this to create a properly formatted ModuleInterface

github.com/elm-tooling/elm-compiler-library - 2f5639c4fba86c099496744bfdf5f2d6486c5044 authored about 11 years ago by Evan Czaplicki <[email protected]>
No need to derename, names will be preserved

github.com/elm-tooling/elm-compiler-library - 02ab90e79438f96ae1c1f07fdf6c159f6fd9d6d3 authored about 11 years ago by Evan Czaplicki <[email protected]>
Remove use of SourceSyntax.Rename, which no longer exists

github.com/elm-tooling/elm-compiler-library - 1418bde44d91c7219d1c42d0ece22ececde576df authored about 11 years ago by Evan Czaplicki <[email protected]>
Add types and `deprime` function to SourceSyntax.Helpers

github.com/elm-tooling/elm-compiler-library - e22c7d455e85a6e782572ad9b2863803d6a3a420 authored about 11 years ago by Evan Czaplicki <[email protected]>
Get rid of current canonicalization code

github.com/elm-tooling/elm-compiler-library - eb96d7ad8d93617a961003730dfe581ed9deef85 authored about 11 years ago by Evan Czaplicki <[email protected]>
Remove SourceSyntax.Rename, which was unused

github.com/elm-tooling/elm-compiler-library - e8ab1c28aeae78f6d6bef3cdbdf5c606f0fb811c authored about 11 years ago by Evan Czaplicki <[email protected]>
Change name of Prelude to Basic, matching change in libraries/

github.com/elm-tooling/elm-compiler-library - fa132ea6a8790170f486267a86c6bcf57e8b7e0f authored about 11 years ago by Evan Czaplicki <[email protected]>
Generate and use interfaces.data so standard library types are available

github.com/elm-tooling/elm-compiler-library - 0a6bd8bd96572a9a9b81df717bf9cdb002897663 authored about 11 years ago by Evan Czaplicki <[email protected]>
Get JavaScript.Experimental working

github.com/elm-tooling/elm-compiler-library - 3a4863f40586f6bbea2106b184df5cad48a3fb00 authored about 11 years ago by Evan Czaplicki <[email protected]>
Get Text compiling

github.com/elm-tooling/elm-compiler-library - 3cc169ba095fcb1b9c3d28a185be5d5229d5d22b authored about 11 years ago by Evan Czaplicki <[email protected]>
Get Graphics/ compiling!

github.com/elm-tooling/elm-compiler-library - fc6ce753448d8813451af3aff5bf595643101369 authored about 11 years ago by Evan Czaplicki <[email protected]>
Get Input library in shape to compile

github.com/elm-tooling/elm-compiler-library - d6acea8b51be1d1ff4a38d477ea60508e882c1cb authored about 11 years ago by Evan Czaplicki <[email protected]>
Show type errors in the order they appear in the source file

github.com/elm-tooling/elm-compiler-library - da346ea6a1aca9394141370e8cfebf32d114bc01 authored about 11 years ago by Evan Czaplicki <[email protected]>
Get Graphics/ libraries closer to compiling

github.com/elm-tooling/elm-compiler-library - 5234d6d2948ed004736b65a8b2fb719924074d0e authored about 11 years ago by Evan Czaplicki <[email protected]>
Fix for "trying to write to a file in a non-existant directory"

github.com/elm-tooling/elm-compiler-library - 272557d785987b909971c8a7a0b4ca73c8a6cabd authored about 11 years ago by Evan Czaplicki <[email protected]>
Correct the code that unifies records

github.com/elm-tooling/elm-compiler-library - fd63aff70b770b134dd5e77b840c37dabbf00189 authored about 11 years ago by Evan Czaplicki <[email protected]>
Simplify code to generate record constraints

github.com/elm-tooling/elm-compiler-library - 576e9794839dca76fdcc40ee607a32ac880b2fbb authored about 11 years ago by Evan Czaplicki <[email protected]>
Take out types that were listed as "builtin"

github.com/elm-tooling/elm-compiler-library - ab41d0c0e812c715e29cb78c35e5a028ae913e4b authored about 11 years ago by Evan Czaplicki <[email protected]>
Simplify type error messages

github.com/elm-tooling/elm-compiler-library - c1d5f86e824145b0d9f6a81e1587504c19a4377b authored about 11 years ago by Evan Czaplicki <[email protected]>
Generate fewer intermediate variables during record unification

github.com/elm-tooling/elm-compiler-library - 42065eb0759838713e1c0f55c96afc16ce745f81 authored about 11 years ago by Evan Czaplicki <[email protected]>
Fix possibility of calling `maximum` on empty lists

github.com/elm-tooling/elm-compiler-library - ebcaad0004a9b71b44b69eee86be8a82db824599 authored about 11 years ago by Evan Czaplicki <[email protected]>
Update .gitignore to ignore files in ElmFiles/ directories

Also clean out some old stuff that no longer exists in the compiler.

github.com/elm-tooling/elm-compiler-library - eb1e353e464acc500525ac35d059c89d1b0629f4 authored about 11 years ago by Evan Czaplicki <[email protected]>
Get Mouse compiling

github.com/elm-tooling/elm-compiler-library - e1d26d0a8f073eb4421fcb15b967dac626d50abf authored about 11 years ago by Evan Czaplicki <[email protected]>
Get more libraries compiling

github.com/elm-tooling/elm-compiler-library - 20067c466fba1735207bb9dd5d467918b0544923 authored about 11 years ago by Evan Czaplicki <[email protected]>
Correct types (Int back to KeyCode)

github.com/elm-tooling/elm-compiler-library - 602117f211eb665a1f98ba79b32ada1bb1fd16f2 authored about 11 years ago by Evan Czaplicki <[email protected]>
Implement unification for records

github.com/elm-tooling/elm-compiler-library - 2a51470fc172029c9885f0143a7bbde9e60cd2ad authored about 11 years ago by Evan Czaplicki <[email protected]>
Add record constructors, begin using lists to represent fields in record types to maintain ordering from the source program

github.com/elm-tooling/elm-compiler-library - 760ad905cf4a89bdcc94446cab4e2b1db0995ba5 authored about 11 years ago by Evan Czaplicki <[email protected]>
Make Window work

github.com/elm-tooling/elm-compiler-library - 7d00618169c51aeeb88cde762f492e4056864036 authored about 11 years ago by Evan Czaplicki <[email protected]>
Include type aliases from dependencies

github.com/elm-tooling/elm-compiler-library - 2a5bee06fcf8039a38ea0860fe1e7f56ff1b95d7 authored about 11 years ago by Evan Czaplicki <[email protected]>
Rewrite `readDeps` so that modules are never read more than once

github.com/elm-tooling/elm-compiler-library - 39f2a8717d179445d1cad590af0e51d590463055 authored about 11 years ago by Evan Czaplicki <[email protected]>
Fix up many libraries

github.com/elm-tooling/elm-compiler-library - abb4bc043ff295ca04554dcd0575ee913a41c580 authored about 11 years ago by Evan Czaplicki <[email protected]>
Resolve type aliases in `instantiator`

github.com/elm-tooling/elm-compiler-library - 0f85a2fcfa5857e95295b2f748283e321e7fcafe authored about 11 years ago by Evan Czaplicki <[email protected]>
Remove dead code

github.com/elm-tooling/elm-compiler-library - 46631c3616d8c5b90fee4e7fbb51d3ae101aa2b2 authored about 11 years ago by Evan Czaplicki <[email protected]>
Put type aliases in ModuleInterface

github.com/elm-tooling/elm-compiler-library - 637c7e0da00903aad44e4acc7bea404f124ee25a authored about 11 years ago by Evan Czaplicki <[email protected]>
Get Automaton compiling

github.com/elm-tooling/elm-compiler-library - d7cdacea44a082ceaf68c512e9d7e07731fc49fb authored about 11 years ago by Evan Czaplicki <[email protected]>
Allow multiple different imports of the same module, clean up `canonicalize` code

github.com/elm-tooling/elm-compiler-library - 6948858f780caaad1b8d911d5eb94ac4e7127774 authored about 11 years ago by Evan Czaplicki <[email protected]>
Fix parser for "import List" which before was not importing anything.

github.com/elm-tooling/elm-compiler-library - 938675110d4b5bf7ab390ac5e8ec245c91b052af authored about 11 years ago by Evan Czaplicki <[email protected]>
Minor tweaks to match type-checker generation of ADT constraints

github.com/elm-tooling/elm-compiler-library - 0ab92aeee73451972f8de3d4939e471b9226f68c authored about 11 years ago by Evan Czaplicki <[email protected]>
Get rid of dead function and give instantiateTypeWithContext a shorter name

github.com/elm-tooling/elm-compiler-library - 0681fbe583aef34c5fd215fc366a733429dc1dc7 authored about 11 years ago by Evan Czaplicki <[email protected]>
Load ADTs into the environment to fix constraint generation for patterns

github.com/elm-tooling/elm-compiler-library - 32a331b3b0d036c9953d3b9ea74e11f0f368af39 authored about 11 years ago by Evan Czaplicki <[email protected]>
Get Date and JS libraries compiling

github.com/elm-tooling/elm-compiler-library - 435822d8d84f36256abd56aa69e0b628f9829e2f authored about 11 years ago by Evan Czaplicki <[email protected]>
Minor cosmetic change

github.com/elm-tooling/elm-compiler-library - 2b2bc087e4c434a73ef050d64d0082f150e6fcc3 authored about 11 years ago by Evan Czaplicki <[email protected]>
Get Matrix2D and Signal compiling

github.com/elm-tooling/elm-compiler-library - ff67c667a0f3004f2be4b3af59c9eb0e30b985dc authored about 11 years ago by Evan Czaplicki <[email protected]>
Stop importing the Native library by default

github.com/elm-tooling/elm-compiler-library - c19ccfe56a961b1c8d54f90275e86aef85b29ff2 authored about 11 years ago by Evan Czaplicki <[email protected]>
Get libraries to compile

github.com/elm-tooling/elm-compiler-library - 727d708289f86f5e8ffbcdd1d4cc7fdf50949118 authored about 11 years ago by Evan Czaplicki <[email protected]>
Get libraries compiling

github.com/elm-tooling/elm-compiler-library - 17535831fe7e84b2dea89a7c3f7bcf999a2e8890 authored about 11 years ago by Evan Czaplicki <[email protected]>
Move type annotations out of Environment and into the Basics library

github.com/elm-tooling/elm-compiler-library - ec8687610feb93466cbb03a64cb11d8077d33e16 authored about 11 years ago by Evan Czaplicki <[email protected]>
Get List and Maybe compiling with the Basics module

github.com/elm-tooling/elm-compiler-library - 4e1f79c2d509066e6ebece93c540bd3dceef7d36 authored about 11 years ago by Evan Czaplicki <[email protected]>
Make Basics compile

github.com/elm-tooling/elm-compiler-library - 7968fa5bffd869ed2f037389f8f7459a74fc8c13 authored about 11 years ago by Evan Czaplicki <[email protected]>
Rename Prelude to Basics to get rid of circular dependencies

github.com/elm-tooling/elm-compiler-library - c4880ca5debe0565389167cf738f8429d700f906 authored about 11 years ago by Evan Czaplicki <[email protected]>
Switch to new type signatures

github.com/elm-tooling/elm-compiler-library - d77dbb03edd2a15b5c296b97646a79de3c854fcc authored about 11 years ago by Evan Czaplicki <[email protected]>
Trim some unused dependencies

github.com/elm-tooling/elm-compiler-library - eba7e6292e9db7a7206b00ea88a54c4d0e8bf794 authored about 11 years ago by Evan Czaplicki <[email protected]>
Start using Metadata.Prelude

github.com/elm-tooling/elm-compiler-library - 016a199b508ce6c534de2f0987b9bc22bc62be9f authored about 11 years ago by Evan Czaplicki <[email protected]>
Rename Metadata.Libraries to Metadata.Prelude

github.com/elm-tooling/elm-compiler-library - d4b23664e48013920f1aee1f73ca8a7db741511d authored about 11 years ago by Evan Czaplicki <[email protected]>
Combine two Metadata files into one

github.com/elm-tooling/elm-compiler-library - a4468d2eacd09f4005b6ac23e8b0d87fdf594d07 authored about 11 years ago by Evan Czaplicki <[email protected]>
Switch formatting for language pragmas

github.com/elm-tooling/elm-compiler-library - 0db809ff4cb0ba0f2e549529400cc309a0952c95 authored about 11 years ago by Evan Czaplicki <[email protected]>
Rename a module

github.com/elm-tooling/elm-compiler-library - e702370b9eb399ec3eadec7696b142888aa49962 authored about 11 years ago by Evan Czaplicki <[email protected]>
Start reworking the Metadata modules

github.com/elm-tooling/elm-compiler-library - 4c02f6ba7dc2ff8c6e0ebe6ca849a4cee5599a00 authored about 11 years ago by Evan Czaplicki <[email protected]>
change whitespace

github.com/elm-tooling/elm-compiler-library - 6c808aaa47f93fa4bf619a7f8a12a6be510011f6 authored about 11 years ago by Evan Czaplicki <[email protected]>
Change functions for creating type variables, distinguish names of different constraint type variables

github.com/elm-tooling/elm-compiler-library - 9fe6c9a564d090e4d639b6e5c0436cd3acd56ee3 authored about 11 years ago by Evan Czaplicki <[email protected]>