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

Release 0.7.0

github.com/elm-tooling/elm-analyse - f9d5ba58164f9c9372895885f52d55e6b95831f5 authored over 7 years ago by Mats Stijlaart <[email protected]>
Merge branch 'dev'

github.com/elm-tooling/elm-analyse - 00e3b7a8a2bd2ee220dad2affb63bdba038b12cd authored over 7 years ago by Mats Stijlaart <[email protected]>
Prepare 0.7.0 release

github.com/elm-tooling/elm-analyse - e9819ce9ec2738eb399030644fcf5f7f909ae0c3 authored over 7 years ago by Mats Stijlaart <[email protected]>
Merge branch 'issue-64' into dev

github.com/elm-tooling/elm-analyse - 0a57d6d251e4e3e139fe377dcc3c8c7c55ccad32 authored over 7 years ago by Mats Stijlaart <[email protected]>
Issue #64: Better styling and table

github.com/elm-tooling/elm-analyse - e58f9013c9c635a28ad0a62370831a5559e41037 authored over 7 years ago by Mats Stijlaart <[email protected]>
Issue #64: Add dashboard code

github.com/elm-tooling/elm-analyse - a4433aafeeb4256e8ed3361e6da1024b5e3900ef authored over 7 years ago by Mats Stijlaart <[email protected]>
Issue 64: Start with package dependency table

github.com/elm-tooling/elm-analyse - 7e295a8ecaebaafed81e3fbe666adfeea69c00bb authored over 7 years ago by Mats Stijlaart <[email protected]>
Allow multiple roots

github.com/elm-tooling/elm-compiler-library - 374b9cf72acd3e6f2f8b1c823aeaf99a221de100 authored over 7 years ago by Evan Czaplicki <[email protected]>
Merge branch 'issue-65' into dev

github.com/elm-tooling/elm-analyse - 4a15ce43324b494c48e6b88d26a591b7bf54b034 authored over 7 years ago by Mats Stijlaart <[email protected]>
Issue #65: Bump code to elm-format 0.6.1-alpha

github.com/elm-tooling/elm-analyse - 287d01e83621bf4464e016766708fbc90de84e34 authored over 7 years ago by Mats Stijlaart <[email protected]>
Issue #65

github.com/elm-tooling/elm-analyse - b6c0ce31a1ade19a400962c26001fda63f543862 authored over 7 years ago by Mats Stijlaart <[email protected]>
Issue #65: Remove old download elm-format

github.com/elm-tooling/elm-analyse - 366a4a72390ff7ff19a5eae75b52a88525edebbf authored over 7 years ago by Mats Stijlaart <[email protected]>
Stop generating extra code around function operators like (+)

With the new code generation, we can now refer to them as functions
directly, no need to wrap th...

github.com/elm-tooling/elm-compiler-library - c4cc8ee0b86effab205c76d1e42cc24a357a09bb authored over 7 years ago by Evan Czaplicki <[email protected]>
Register variables used as binary operators for DCE

github.com/elm-tooling/elm-compiler-library - 2aa86284699ec1798f5fe158c75e848f28a60348 authored over 7 years ago by Evan Czaplicki <[email protected]>
Shuffle some code so that port deps get registered for DCE

github.com/elm-tooling/elm-compiler-library - c0aed6f75380259001b2ca2ae445285a8f735972 authored over 7 years ago by Evan Czaplicki <[email protected]>
Fix warnings in Generate.JavaScript.Expression

github.com/elm-tooling/elm-compiler-library - 4c2e96a347360e71471cfb4af5459093e1adc2c7 authored over 7 years ago by Evan Czaplicki <[email protected]>
Add -Wall when in development

github.com/elm-tooling/elm-compiler-library - 725a8935b049402ba7492d60a4b11b6f31cb8b2e authored over 7 years ago by Evan Czaplicki <[email protected]>
Add init, onEffects, etc. deps when registering effect managers

github.com/elm-tooling/elm-compiler-library - e99688d327f02147fb8c368ff7ef75f3e50e3719 authored over 7 years ago by Evan Czaplicki <[email protected]>
Add Encode.null

github.com/elm-tooling/elm-compiler-library - 904847715fdad01767c2e5439615253cb3f20ab8 authored over 7 years ago by Evan Czaplicki <[email protected]>
Add Json.Decode and Json.Encode as exposed modules

Remove the aeson-pretty dependency. No longer needed. But need to add
some dependencies for poki...

github.com/elm-tooling/elm-compiler-library - 441aeba042eed5a1273b1d236fcd6accd024a489 authored over 7 years ago by Evan Czaplicki <[email protected]>
Rewrite JSON encode/decode for Elm.Docs and for public types

github.com/elm-tooling/elm-compiler-library - b99667006ac57c7a97e5c402ebce02b7db479cad authored over 7 years ago by Evan Czaplicki <[email protected]>
Add Json.Decode.index

github.com/elm-tooling/elm-compiler-library - 67c84d4764f00dc38d626258b6b284f458f52b18 authored over 7 years ago by Evan Czaplicki <[email protected]>
Add Encode.int and (==>)

github.com/elm-tooling/elm-compiler-library - 6b96fe702b3e0de53fb7898442e269d2c9709e94 authored over 7 years ago by Evan Czaplicki <[email protected]>
Switch to liftM in binary instance

github.com/elm-tooling/elm-compiler-library - 6b922970242f1180d35bc82f643bf72968ff39d3 authored over 7 years ago by Evan Czaplicki <[email protected]>
Create encoders and decoders for Elm.Package and Elm.Compiler.Module

github.com/elm-tooling/elm-compiler-library - 11bd592ee9400003d80aa142a6b835f6c3cb0433 authored over 7 years ago by Evan Czaplicki <[email protected]>
Migrate Json.Decode and Json.Encode over from builder

This way this code can be used to deal with JSON everywhere.

github.com/elm-tooling/elm-compiler-library - f775024a5ca34fa6830cb6137895eb4a679eb6b5 authored over 7 years ago by Evan Czaplicki <[email protected]>
Make changes to support Elm.Kernel.* code and symbol tables

github.com/elm-tooling/elm-compiler-library - 46bc4224c34587e60ad90d9e864099d3dbb26454 authored over 7 years ago by Evan Czaplicki <[email protected]>
Code gen can customize how variables are generated

For example:

- Infix operators are now _ops24 instead of _ops[‘>>’]
- Variables in bundles ...

github.com/elm-tooling/elm-compiler-library - ceb91752930c970026fdead582bd5979114790f7 authored over 7 years ago by Evan Czaplicki <[email protected]>
Use Var.Global in optimized AST

Need to allocate it a couple times otherwise.

github.com/elm-tooling/elm-compiler-library - 12fbd47a913361822c80fea28d8ba4b6de41d80f authored over 7 years ago by Evan Czaplicki <[email protected]>
Use liftM in binary instances for types

github.com/elm-tooling/elm-compiler-library - fa7b51dce82d7ae86c259a4340190e97a9e960c4 authored over 7 years ago by Evan Czaplicki <[email protected]>
Switch to using liftM functions in binary instances

github.com/elm-tooling/elm-compiler-library - d7a266b7a2360a0f4739f656153b69d7602f029e authored over 7 years ago by Evan Czaplicki <[email protected]>
Add back definition for Native.List.Cons

github.com/elm-tooling/elm-compiler-library - 44cc85e68473576af7fa59e4dd9582758aab1426 authored over 7 years ago by Evan Czaplicki <[email protected]>
Switch back to array literals for list literals, fix #1521

github.com/elm-tooling/elm-compiler-library - bfae985a16ef2a2eaa3ea803338219cfc145d8c4 authored over 7 years ago by Evan Czaplicki <[email protected]>
Do not do anything special for Native values

github.com/elm-tooling/elm-compiler-library - 219aff86b8e08f461d0b9d03152a66c121769cab authored over 7 years ago by Evan Czaplicki <[email protected]>
Filter out VirtualDom.Debug for now

github.com/elm-tooling/elm-compiler-library - 9e24b4f3a67a65bd02a4f562f8a07e89e2d3a87b authored over 7 years ago by Evan Czaplicki <[email protected]>
Give a nicer error message if certain bug manifests

github.com/elm-tooling/elm-compiler-library - 39ae03c6da3c3a87b47d29d690fa6c70561e6a54 authored over 7 years ago by Evan Czaplicki <[email protected]>
Rename Elm.Compiler.Objects.root

github.com/elm-tooling/elm-compiler-library - d715120a34ec2bb6a7c04b82e596aa0eb1e54ca2 authored over 7 years ago by Evan Czaplicki <[email protected]>
Release 0.6.0

github.com/elm-tooling/elm-analyse - 04144951d523d02da22c2c61c517c61f38da6f5e authored over 7 years ago by Mats Stijlaart <[email protected]>
Prepare 0.6.0 release

github.com/elm-tooling/elm-analyse - 7078c7db1c5c29e737c35ff71291094cebcc2f30 authored over 7 years ago by Mats Stijlaart <[email protected]>
Merge branch 'dev'

github.com/elm-tooling/elm-analyse - 70a7ec348c45a52ee346dc0b2390133e832a41ee authored over 7 years ago by Mats Stijlaart <[email protected]>
Upgrade to elm-format 0.6.0

github.com/elm-tooling/elm-analyse - 04358c5f5b88bf0c5251651d1f6d203710f0c0a9 authored over 7 years ago by Mats Stijlaart <[email protected]>
Upgrade to elm-format 0.6.0

github.com/elm-tooling/elm-analyse - 9ec7bd8cde2c863371bbb6960a358984350921ae authored over 7 years ago by Mats Stijlaart <[email protected]>
Merge branch 'issue-61' into dev

github.com/elm-tooling/elm-analyse - 5f3ef3f8e782330f9d913329b07835bc29509238 authored over 7 years ago by Mats Stijlaart <[email protected]>
Issue #61

github.com/elm-tooling/elm-analyse - 59d1f35ec5a225f240138f5daa9d09a17a72b169 authored over 7 years ago by Mats Stijlaart <[email protected]>
Expose Elm.Compiler.Objects.unions

github.com/elm-tooling/elm-compiler-library - 9fd8302602df3a638270f58fd622471c75bb8a28 authored over 7 years ago by Evan Czaplicki <[email protected]>
Elm.Compiler now exposes an opaque Obj.Graph

This is so only the compiler knows how to deal with object graphs.
Folks outside can only union ...

github.com/elm-tooling/elm-compiler-library - 6eaff9e863d1ac88fc38f24c28731a2a41257505 authored over 7 years ago by Evan Czaplicki <[email protected]>
Add binary instance for everything in AST.Expression.Optimized

github.com/elm-tooling/elm-compiler-library - eb30f835db9ec5c54e7568c16df37e1bcda222fb authored over 7 years ago by Evan Czaplicki <[email protected]>
Add binary instance for Main type in AST.Expr.Canonical

github.com/elm-tooling/elm-compiler-library - fa3c0a7bb839e460ff230ddd225d7b810e3e1985 authored over 7 years ago by Evan Czaplicki <[email protected]>
Add binary instance for AST.Variable.Global

github.com/elm-tooling/elm-compiler-library - de5ba20b65c592b938583ae88ec6db878f38ccbb authored over 7 years ago by Evan Czaplicki <[email protected]>
Add binary instances for some DecisionTree types

github.com/elm-tooling/elm-compiler-library - c0e1f3ee3ba688086e7c6d575cdf921b2ba89b9e authored over 7 years ago by Evan Czaplicki <[email protected]>
cosmetic: add vertical whitespace

github.com/elm-tooling/elm-compiler-library - fe7bbbdac92a72679cba71ed685ab36dd05536ce authored over 7 years ago by Evan Czaplicki <[email protected]>
Add binary instance for AST.Effects.ManagerType

github.com/elm-tooling/elm-compiler-library - 9db7f7eb8542c4d3482153e3b8bc5e85a9962be2 authored over 7 years ago by Evan Czaplicki <[email protected]>
Add binary instance for Regions

github.com/elm-tooling/elm-compiler-library - 22300f3719f755a6e0baa4cdb46cc10da5b291a2 authored over 7 years ago by Evan Czaplicki <[email protected]>
Drop unneeded info from GLShader in optimized AST

github.com/elm-tooling/elm-compiler-library - c987f07744522a47f1d19082d28123d93ed4bc1f authored over 7 years ago by Evan Czaplicki <[email protected]>
Distinguish between local and global variables in optimized AST

github.com/elm-tooling/elm-compiler-library - 30261e2ac6085180054104a57c6c5fb711dfa8d4 authored over 7 years ago by Evan Czaplicki <[email protected]>
Make exports explicit in Generate.JavaScript.Helpers

github.com/elm-tooling/elm-compiler-library - 28a5e11234740de98339f060bd9d9900c2df6d76 authored over 7 years ago by Evan Czaplicki <[email protected]>
Add a binary instance for AST.Literal

github.com/elm-tooling/elm-compiler-library - dd4b58827cb38dc555e82ef0f4a9d54cb3359b85 authored over 7 years ago by Evan Czaplicki <[email protected]>
Do DCE while generating JS.

github.com/elm-tooling/elm-compiler-library - f232da43be19c204cfaee834794352c737756422 authored over 7 years ago by Evan Czaplicki <[email protected]>
Make exports explicit in AST.Effects

github.com/elm-tooling/elm-compiler-library - 8d7c1219b2fbdd8c117054fbd149d01834cf1ab0 authored over 7 years ago by Evan Czaplicki <[email protected]>
Use Text.encodeUtf8Builder in Gen.JS.Builder

github.com/elm-tooling/elm-compiler-library - 821268b68239218ec85e4a644c5fabc833a8ab4c authored over 7 years ago by Evan Czaplicki <[email protected]>
cosmetic: move things around, add section headers

github.com/elm-tooling/elm-compiler-library - 2b4a0e3ba43ecfb1d8a6fb2d119063970130adc3 authored over 7 years ago by Evan Czaplicki <[email protected]>
Remove unneeded language extension in AST.Variable

github.com/elm-tooling/elm-compiler-library - bc3312cc4174f883de78e92bf441fcade8334402 authored over 7 years ago by Evan Czaplicki <[email protected]>
Refactor representation of "exposing" and documentation

There used to be AST.Variable.Listing, but now everything related to
that lives in AST.Exposing....

github.com/elm-tooling/elm-compiler-library - fe1d53a657e7cd9a83650e11a463da365123e364 authored over 7 years ago by Evan Czaplicki <[email protected]>
cosmetic / add strictness to Canonical module names

Mostly just clean up indentation and add headers though.

github.com/elm-tooling/elm-compiler-library - 79dee76455fa665bd88de92696642b74cf8d7814 authored over 7 years ago by Evan Czaplicki <[email protected]>
Define Binary instance for Package type

github.com/elm-tooling/elm-compiler-library - 6b5b33cd82b8ac1b1351a1c97813754b79c2886a authored over 7 years ago by Evan Czaplicki <[email protected]>
Stop deriving Show for some types

github.com/elm-tooling/elm-compiler-library - 67feae284f96d3660e2289a0a0e11d6da30690ab authored over 7 years ago by Evan Czaplicki <[email protected]>
derive (Eq, Ord) for the Package type

github.com/elm-tooling/elm-compiler-library - 1de1d7ea9f41df40c5324291f9177f3fe89a32bd authored over 7 years ago by Evan Czaplicki <[email protected]>
Expose a type for names and versions together

github.com/elm-tooling/elm-compiler-library - 3b08065e7e32ad73780ae56b7428e038c4ace635 authored over 7 years ago by Evan Czaplicki <[email protected]>
Use bytestring builders to generate JS

This way we can write the result directly to disk.

Before we creating a lazy Text buffer, then ...

github.com/elm-tooling/elm-compiler-library - abd5880ddbcf09153ae58677247dc1e05121b1a5 authored over 7 years ago by Evan Czaplicki <[email protected]>
Only have = in generated JS, no possibility of +=, *=, etc.

Essentially doing dead code elimination here.

github.com/elm-tooling/elm-compiler-library - c756a8391c65cee47bca3bfdd99b4d71959b26b5 authored over 7 years ago by Evan Czaplicki <[email protected]>
Fix warnings in a couple modules

github.com/elm-tooling/elm-compiler-library - 700055cbb84f8a494e35fe89257a797420edca08 authored over 7 years ago by Evan Czaplicki <[email protected]>
Issue #60: Add cache buster to generated files

github.com/elm-tooling/elm-analyse - 8f1c838c7708887543c5e3c708815b1d06ef7dd3 authored over 7 years ago by Mats Stijlaart <[email protected]>
Merge branch 'issue-63' into dev

github.com/elm-tooling/elm-analyse - a7ba83f9e828a13b19543a142ab188c09f751c58 authored over 7 years ago by Mats Stijlaart <[email protected]>
Merge branch 'issue-60' into dev

github.com/elm-tooling/elm-analyse - 6af4587cf192683900816a30dbca4d143f82a1d8 authored over 7 years ago by Mats Stijlaart <[email protected]>
Issue #63: Cleanup for improved check

github.com/elm-tooling/elm-analyse - fd0c6ed30eec1c6cef2626a0b1cef61c1794b7ad authored over 7 years ago by Mats Stijlaart <[email protected]>
Issue #63: Mark imported operators as a top level veriable

github.com/elm-tooling/elm-analyse - c0657be7332227f8071b7e3add3c57e53313414e authored over 7 years ago by Mats Stijlaart <[email protected]>
Issue #60: Cleaner dev dependencies for npm

github.com/elm-tooling/elm-analyse - 3e7715907ef3f48e53dbf055ae819be9abf3ab67 authored over 7 years ago by Mats Stijlaart <[email protected]>
Issue #60: Disable etags

github.com/elm-tooling/elm-analyse - 4674ba81b353d331774459f87b34c82fe86551bf authored over 7 years ago by Mats Stijlaart <[email protected]>
Issue #60: Remove CDN dependencies and change html file per release

github.com/elm-tooling/elm-analyse - d24013d7bb304b6054abce9dd7fe1defee43b5ff authored over 7 years ago by Mats Stijlaart <[email protected]>
Merge branch 'issue-59' into dev

github.com/elm-tooling/elm-analyse - f37182bd12637e08be0a72bfa53ca3780432eaa1 authored over 7 years ago by Mats Stijlaart <[email protected]>
Merge branch 'issue-58' into dev

github.com/elm-tooling/elm-analyse - f1ec765266f3376a1eaa3415272458a678f24111 authored over 7 years ago by Mats Stijlaart <[email protected]>
Issue #58: Add tests that were submitted in issue

github.com/elm-tooling/elm-analyse - eb491a6206dcadec9b3b33a2ebef716a7e460f6c authored over 7 years ago by Mats Stijlaart <[email protected]>
Issue #59: Fix self-check

github.com/elm-tooling/elm-analyse - 816484df7fcaa7de92ece20805bccdf5a8b842ee authored over 7 years ago by Mats Stijlaart <[email protected]>
Issue #58: Fix self-check

github.com/elm-tooling/elm-analyse - 334597333b701abcdcb94c23f4c80c77a8fcf543 authored over 7 years ago by Mats Stijlaart <[email protected]>
Issue #58: Implement parsing of negated expressions

github.com/elm-tooling/elm-analyse - b8dff25a3cdfd5aad68ea7fd87fa79dae38a0256 authored over 7 years ago by Mats Stijlaart <[email protected]>
Issue #58: Add negation expression

github.com/elm-tooling/elm-analyse - cc793263fca89ecdcb9709c22757687699804f48 authored over 7 years ago by Mats Stijlaart <[email protected]>
Issue #59: Allow empty lists with comment

github.com/elm-tooling/elm-analyse - 058fb9cbce9a20bb98a91166253c59293fcc4c4e authored over 7 years ago by Mats Stijlaart <[email protected]>
Release 0.5.1

github.com/elm-tooling/elm-analyse - b229a5d466d60a53f28680f24449b6b626faf287 authored over 7 years ago by Mats Stijlaart <[email protected]>
Issue #57: Patch appveyor build to run download-elm-format

github.com/elm-tooling/elm-analyse - ed386a35e76388e519d9d47638e15537785e35e5 authored over 7 years ago by Mats Stijlaart <[email protected]>
Issue #57: Remove elm-format-download from npm postinstall step

github.com/elm-tooling/elm-analyse - 23f387c9709f27543fe410c3d0f86f1d5d345144 authored over 7 years ago by Mats Stijlaart <[email protected]>
Get rid of Elm.Utils.run

This was primarily for calling elm-make and elm-package from each
other. In the new architecture...

github.com/elm-tooling/elm-compiler-library - 6aa54d5abed60f7bca2fb35d8f926864fb6d8216 authored over 7 years ago by Evan Czaplicki <[email protected]>
Have header parser return Maybe, not default value

This way we can tell if the user has that line or not. Depending on the
situation, elm-make will...

github.com/elm-tooling/elm-compiler-library - 7bb1738925542d99b8aa666baff5a4ca27ce5c4a authored over 7 years ago by Evan Czaplicki <[email protected]>
Stop holding FilePath in AST.Module

This is not used anywhere. Not all source you want to compile is from a
file. That kind of detai...

github.com/elm-tooling/elm-compiler-library - 357b7e48b11667b315d82793339d4c8fe889468d authored over 7 years ago by Evan Czaplicki <[email protected]>
Release 0.5.0

github.com/elm-tooling/elm-analyse - ba2f583b411d98a39d28f7fb5384c18c4aca1a04 authored over 7 years ago by Mats Stijlaart <[email protected]>
Merge branch 'dev'

github.com/elm-tooling/elm-analyse - 516090edf33a4f686cd31d249bb09c2e8f34056f authored over 7 years ago by Mats Stijlaart <[email protected]>
Add Changelog for 0.5.0

github.com/elm-tooling/elm-analyse - 47417d98af8914e0390ef0da5a071189051699e9 authored over 7 years ago by Mats Stijlaart <[email protected]>
Merge branch 'issue-56' into dev

github.com/elm-tooling/elm-analyse - a492783e03d63c7feffcb13f23e2b085c6d4ea8f authored over 7 years ago by Mats Stijlaart <[email protected]>
Issue #56: Only accept files where each part starts with a uppercase letter

github.com/elm-tooling/elm-analyse - a769a6208820a1323fa4077fd81dced372461c69 authored over 7 years ago by Mats Stijlaart <[email protected]>
Merge pull request #55 from zwilias/patch-1

Output entrypoint when running in server mode

github.com/elm-tooling/elm-analyse - 552ba8be4f0d0cb3ac042a64f1a7b3535ea979dd authored over 7 years ago by Mats Stijlaart <[email protected]>
Output entrypoint when running in server mode

github.com/elm-tooling/elm-analyse - 85d34961d1ee984fded403364bc295862a20f2c5 authored over 7 years ago by Ilias Van Peer <[email protected]>