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

Add invalid serialization errors to Module.hs

github.com/elm-tooling/elm-compiler-library - 4a111890ed898c83616a9feffc284f952a011c1c authored almost 11 years ago by Michael Sondergaard <[email protected]>
Throw an error when deserializing a bad type

This error should never be encountered, as long as we always update the get
function when the pu...

github.com/elm-tooling/elm-compiler-library - a0cbe84f1da16337711c2d50ad7b7d3a8f045c15 authored almost 11 years ago by Michael Sondergaard <[email protected]>
Rename to `findAll` and `find` like everyone expects :/

It's not consistent with `split` but people seem okay with that.

Also make some examples nicer.

github.com/elm-tooling/elm-compiler-library - b3d53572874de4a4a91a0f214b6e6a64eb0fc2dc authored almost 11 years ago by Evan Czaplicki <[email protected]>
Modify error messages for bad build artifacts to wrap more nicely on the terminal

github.com/elm-tooling/elm-compiler-library - 00dfb69367a9af0feaa2e246efaa42198a0719d4 authored almost 11 years ago by Evan Czaplicki <[email protected]>
Debugger: use onload and postMessage to allow debugger to reload, and still connect with UI.

github.com/elm-tooling/elm-compiler-library - 48a1126a2fa6900b557ede8bc82f8201a33c5c71 authored almost 11 years ago by Laszlo Pandy <[email protected]>
Debugger: remove text on debug canvas.

github.com/elm-tooling/elm-compiler-library - 8f510a5b23bb6ef72cd0315527d6636c034d54b6 authored almost 11 years ago by Laszlo Pandy <[email protected]>
Debugger: fix initialization by using main node instead of graphics node (their values are the same).

github.com/elm-tooling/elm-compiler-library - f20fa4e023d0ee22e1a99b2204acbb801fe349a3 authored almost 11 years ago by Laszlo Pandy <[email protected]>
Unnecessary style changes

I don't really know why I felt the need to do this, but I am happier
now.

github.com/elm-tooling/elm-compiler-library - 5a1c9ed3537156298413d6189c8c3189a02fe6c1 authored almost 11 years ago by Evan Czaplicki <[email protected]>
Get rid of either-unwrap dependency and use fewer non-total library functions

github.com/elm-tooling/elm-compiler-library - b1bca3848824e223b210797c2a9633496c906160 authored almost 11 years ago by Evan Czaplicki <[email protected]>
Merge pull request #319 from johnpmayer/dev

language-ecmascript before v0.15 does not have the Pretty(prettyPring) c...

github.com/elm-tooling/elm-compiler-library - 0ffd3e20dd0d320813dd3fe69e1c176b40599c2f authored almost 11 years ago by Evan Czaplicki <[email protected]>
Merge pull request #320 from jsl/313_verify_serialized_interfaces

Give more helpful error messages when deserializing elmi files

github.com/elm-tooling/elm-compiler-library - 5c5c05fed9ba32568b09e34bd601b9e081fd118c authored almost 11 years ago by Evan Czaplicki <[email protected]>
Give more helpful error messages when deserializing elmi files

Provides an error message indicating incorrect compiler version or corrupt file.
Exit status wil...

github.com/elm-tooling/elm-compiler-library - c845e586edd07ed95ea419299077ca80b931a70c authored almost 11 years ago by Justin Leitgeb <[email protected]>
Change the internal representation of Text

Now generates significantly fewer spans and is a bit faster.
I also removed the `header` function.

github.com/elm-tooling/elm-compiler-library - 82e9acf16e8bc065f4f742e920bcd8833843010e authored almost 11 years ago by Evan Czaplicki <[email protected]>
Get rid of unnecessary logging

github.com/elm-tooling/elm-compiler-library - 46b9558b1a8d1843a27c09b52b58b9671b9b9218 authored almost 11 years ago by Evan Czaplicki <[email protected]>
Stop creating dummy divs around every Element in a collage, fixes ordering issue in elm-at-pldi-2013

github.com/elm-tooling/elm-compiler-library - b4440ad6078b8f0406b7cbf92b8979c575d1cb5f authored almost 11 years ago by Evan Czaplicki <[email protected]>
merge find and replace in docs

github.com/elm-tooling/elm-compiler-library - 1e1b0c12814836aa8adcb1f87a7a30ad35efb1fe authored almost 11 years ago by Evan Czaplicki <[email protected]>
Always switch out Text elements

github.com/elm-tooling/elm-compiler-library - ef2b38fe11873cb9df5aaaef2dc0874672e72562 authored almost 11 years ago by Evan Czaplicki <[email protected]>
add note about Regex library

github.com/elm-tooling/elm-compiler-library - dd9c90d457e3c413d26042577775b0861d0fa278 authored almost 11 years ago by Evan Czaplicki <[email protected]>
introduce the `padded` function to use fewer `whitespace` markers

github.com/elm-tooling/elm-compiler-library - 90e007730d67b28b2943dc116bbdab165f4ed810 authored almost 11 years ago by Evan Czaplicki <[email protected]>
Be sure to avoid variable shadowing when generating temporary variables, fix for # 318

github.com/elm-tooling/elm-compiler-library - 934e590a7b1547a21b7ec799e7c3f9fd57049858 authored almost 11 years ago by Evan Czaplicki <[email protected]>
language-ecmascript before v0.15 does not have the Pretty(prettyPring) class

github.com/elm-tooling/elm-compiler-library - 2ad4394eb1c06d8a6a1708617125b1699f8bb815 authored almost 11 years ago by John P Mayer Jr <[email protected]>
cosmetic: remove a blank line

github.com/elm-tooling/elm-compiler-library - a24872f330a114e08880af24b9107583dcdf8bce authored almost 11 years ago by Evan Czaplicki <[email protected]>
Create a Regex library

github.com/elm-tooling/elm-compiler-library - e411990a87d058af59ca1bee28ef2850daa3f58f authored almost 11 years ago by Evan Czaplicki <[email protected]>
Debugger: path tracing.

github.com/elm-tooling/elm-compiler-library - 38b9301b6e8e13e21a989b178c16c054b1c7f1c2 authored almost 11 years ago by Laszlo Pandy <[email protected]>
Debugger: split module wrapping into separate function; add trace path graphics.

github.com/elm-tooling/elm-compiler-library - 92898ac1b6ac06b65d2607bd9902fe47c9827d44 authored almost 11 years ago by Laszlo Pandy <[email protected]>
Debugger: rename

github.com/elm-tooling/elm-compiler-library - 139feef1ccdf0c29cb72ffe2616982ab2c03a72d authored almost 11 years ago by Laszlo Pandy <[email protected]>
Add a couple type annotations

github.com/elm-tooling/elm-compiler-library - d1cee239d32b08dbc95762a704bc4e2b85aa94ab authored almost 11 years ago by Evan Czaplicki <[email protected]>
Merge branch 'master' into dev

github.com/elm-tooling/elm-compiler-library - 5eaa5b1c1e0ebb81ef17c4b21bd80b80e182467c authored almost 11 years ago by Evan Czaplicki <[email protected]>
Merge branch 'dev' of https://github.com/evancz/Elm into dev

github.com/elm-tooling/elm-compiler-library - e3c3d217f9946e62f3c7acbad28e3fb143d0bbda authored almost 11 years ago by Evan Czaplicki <[email protected]>
type annotation of String.isEmpty: "isEmpty : String" => isEmpty : String -> Bool

github.com/elm-tooling/elm-compiler-library - 1ed37fee60221a6c17f380e08c91830e97767ad2 authored almost 11 years ago by Tobias Hermann <[email protected]>
Add note about Transform2D improvements

github.com/elm-tooling/elm-compiler-library - 4991cb17fa84ca5661d596e44a6ddc5c61e4dd4d authored almost 11 years ago by Evan Czaplicki <[email protected]>
Merge pull request #316 from Dobiasd/patch-1

type annotation of String.isEmpty: "isEmpty : String" => isEmpty : Strin...

github.com/elm-tooling/elm-compiler-library - a1b1b7473d6ae1379a5d85c5252086f698d7a02d authored almost 11 years ago by Evan Czaplicki <[email protected]>
Merge pull request #317 from Sheeo/dev-patch

[Cosmetic] Whitespace/indentation fixes in JS runtime

github.com/elm-tooling/elm-compiler-library - 0ec031440adcdc0bfe1e01896348ae68166f87c2 authored almost 11 years ago by Evan Czaplicki <[email protected]>
Fix mixed indent and whitespace in Utils.js

github.com/elm-tooling/elm-compiler-library - d57762e3ce2014372fbaa14975ecc2fa4017cfb7 authored almost 11 years ago by Michael Sondergaard <[email protected]>
Fix newline at EOF in Element.js

github.com/elm-tooling/elm-compiler-library - 9aa468e59a62eeb9290e6a993e4effc8fcbd6d91 authored almost 11 years ago by Michael Sondergaard <[email protected]>
Fix whitespace and mixed indent in Collage.js

github.com/elm-tooling/elm-compiler-library - 3c5d415c771ef4325af57e6b078ada2399efa75e authored almost 11 years ago by Michael Sondergaard <[email protected]>
Fix whitespace in Init.js

github.com/elm-tooling/elm-compiler-library - db7e3f618fb90859efc99b050d0c1ff544c2202d authored almost 11 years ago by Michael Sondergaard <[email protected]>
type annotation of String.isEmpty: "isEmpty : String" => isEmpty : String -> Bool

github.com/elm-tooling/elm-compiler-library - 167298290bff45774143d605d17cb423c6397016 authored almost 11 years ago by Tobias Hermann <[email protected]>
Correct the scaleY function, get rid of a 3x3 matrix in docs, use 3x3 matrices in multiply docs to clarify how two 3x2 matrices can be multiplied

github.com/elm-tooling/elm-compiler-library - 65509d7991e4eabda6d1f62ccabaf662fa1154c4 authored almost 11 years ago by Evan Czaplicki <[email protected]>
Merge branch 'master' into dev

github.com/elm-tooling/elm-compiler-library - b89ace01cf5a17b19b197b1fbd88886459e1c0e3 authored almost 11 years ago by Evan Czaplicki <[email protected]>
Merge pull request #307 from Sheeo/transform

Improve Transform2D

github.com/elm-tooling/elm-compiler-library - 5edfdb0bdde7e1813ef61f1effc30e284cd0225d authored almost 11 years ago by Evan Czaplicki <[email protected]>
Use s for scaling variable

github.com/elm-tooling/elm-compiler-library - 76de6741c3579ceaccfd5c49a7ba3c5ba3fe2932 authored almost 11 years ago by Michael Sondergaard <[email protected]>
Merge pull request #314 from jsl/304_print_program_fix

Remove the --print-program option

github.com/elm-tooling/elm-compiler-library - b89694116f246162db27d40a71106125afbfcdec authored almost 11 years ago by Evan Czaplicki <[email protected]>
update for 0.10 and 0.11 so far

github.com/elm-tooling/elm-compiler-library - 923546427672c44c19f910c798cecaf91183d777 authored almost 11 years ago by Evan Czaplicki <[email protected]>
Merge pull request #315 from thSoft/patch-1

Fix grammar

github.com/elm-tooling/elm-compiler-library - d1af099b33624dd45d06112eff29846ed2bad29b authored almost 11 years ago by Evan Czaplicki <[email protected]>
Accepted another grammar fix proposal

github.com/elm-tooling/elm-compiler-library - 36fca0bbeaff5d218e9a5c872b83bd5109198b2e authored almost 11 years ago by Dénes Harmath <[email protected]>
Merge branch 'master' into dev

github.com/elm-tooling/elm-compiler-library - 5d1ba746aca9d32b7279824358e40fa4d228fb65 authored almost 11 years ago by Evan Czaplicki <[email protected]>
Hide internal structure of Elements, Forms, and Positions

github.com/elm-tooling/elm-compiler-library - 427ac521a3ab6c2840bf756ed8e8745cd341585f authored almost 11 years ago by Evan Czaplicki <[email protected]>
Provide a fake window in needed, making runtime run on node.js

github.com/elm-tooling/elm-compiler-library - 117294ee943c3a70034736a93726c798d64b72a6 authored almost 11 years ago by Evan Czaplicki <[email protected]>
Stop using a custom cache directory, and stop deleting the cache immediately. Also clean up related code.

github.com/elm-tooling/elm-compiler-library - d57b91c537a3e9526e8f1af7e614b9f70dceb250 authored almost 11 years ago by Evan Czaplicki <[email protected]>
Remove print_program option

This option was applied inconsistently based on whether previous build
artifacts existed, and is...

github.com/elm-tooling/elm-compiler-library - 006e086cd5aa5ee1fb48821844c04e3d4bd72558 authored almost 11 years ago by Justin Leitgeb <[email protected]>
Debugger: better names.

github.com/elm-tooling/elm-compiler-library - cc6c0e3b2d2939e7a5a60a9b439142da29603b72 authored almost 11 years ago by Laszlo Pandy <[email protected]>
Fix debugger initialization for 0.10.

github.com/elm-tooling/elm-compiler-library - 64a2a2641dd1487a497f4594f704e41e9da41e4b authored almost 11 years ago by Laszlo Pandy <[email protected]>
Mario can be fully reset to initial state.

github.com/elm-tooling/elm-compiler-library - d1b39891c4c56a783a5b64e091e920344fe3fd13 authored almost 11 years ago by Laszlo Pandy <[email protected]>
Debugger with forward stepping.

github.com/elm-tooling/elm-compiler-library - 73e6bc293b2959a13860b7780cde779886c49a90 authored almost 11 years ago by Laszlo Pandy <[email protected]>
Debugger with forward and backward seeking.

github.com/elm-tooling/elm-compiler-library - d87bc088bf1a4617d8ef40913411ca8a852485e5 authored almost 11 years ago by Laszlo Pandy <[email protected]>
Actually switch to the new module name

github.com/elm-tooling/elm-compiler-library - 9c9fcc7a1edaa8b7f3028fcb01993d4cdfe8db15 authored almost 11 years ago by Evan Czaplicki <[email protected]>
Rename Bits to Bitwise

A substitute for being streetwise

github.com/elm-tooling/elm-compiler-library - 904c22450b08224878a2b639038580d1eb3f155f authored almost 11 years ago by Evan Czaplicki <[email protected]>
Make explanations a bit more helpful

github.com/elm-tooling/elm-compiler-library - abf05d70c8272ba1421d6ab16604e2092e513e20 authored almost 11 years ago by Evan Czaplicki <[email protected]>
Add a library for bitwise operators

github.com/elm-tooling/elm-compiler-library - 2f7739949fc777988299870c7deaa9089d3809d2 authored almost 11 years ago by Evan Czaplicki <[email protected]>
Trim trailing whitespace

github.com/elm-tooling/elm-compiler-library - 17f407adda27ea3f4887325e20cd9ce1512e76e9 authored almost 11 years ago by Justin Leitgeb <[email protected]>
Move some library functions out of JS and into Elm

github.com/elm-tooling/elm-compiler-library - a3ba3d3e2e0d3ff366fba8a0458be5bd17f7fff1 authored almost 11 years ago by Evan Czaplicki <[email protected]>
Unify matrices to 3x2 representation.

github.com/elm-tooling/elm-compiler-library - b44a34e484826890c91698821ca6a965fc523d2f authored almost 11 years ago by Michael Sondergaard <[email protected]>
Add scale and documentation for translation

Express translate in terms of the native matrix method instead.

github.com/elm-tooling/elm-compiler-library - 3a02543b2667f9781d01ad82070719bdaf25b903 authored almost 11 years ago by Michael Sondergaard <[email protected]>
Add scaleX and scaleY

github.com/elm-tooling/elm-compiler-library - a654bfa96b965638148a0bb7e239286a263c5c00 authored almost 11 years ago by Michael Sondergaard <[email protected]>
Add Transform2D translation

I'm unsure of why so much code is commented out in Transform2D.

A more mature version of this m...

github.com/elm-tooling/elm-compiler-library - f0b38aeb3c980bd943f0fa2320ebe35d92068c06 authored almost 11 years ago by Michael Sondergaard <[email protected]>
Merge branch 'master' into dev

github.com/elm-tooling/elm-compiler-library - 3ae8b16109388816827bcfa86b2095ac24c58156 authored almost 11 years ago by Evan Czaplicki <[email protected]>
Merge branch 'markdown' into dev

Conflicts:
Elm.cabal

github.com/elm-tooling/elm-compiler-library - d97fe192e0375fccf3fdc7130864dcd626ff3655 authored almost 11 years ago by Evan Czaplicki <[email protected]>
Merge pull request #303 from jsl/fix_issue_299

Print types even when the elm file has already been compiled.

github.com/elm-tooling/elm-compiler-library - 737fedcb6995c9002e7e371dd514500f89184c0e authored almost 11 years ago by Evan Czaplicki <[email protected]>
Merge pull request #312 from tomberek/patch-1

Updated the functions in "Transforming Forms" to use Float

github.com/elm-tooling/elm-compiler-library - 71fb0a36630b1532d0062626bbf74050637f72ab authored almost 11 years ago by Evan Czaplicki <[email protected]>
Updated the functions in "Transforming Forms" to use Float

Per: https://groups.google.com/forum/#!topic/elm-discuss/pdWc2_7JJDU

This should now match th...

github.com/elm-tooling/elm-compiler-library - 1d0ce8e3f24e0210a233f21f3bf430dfcaed494a authored almost 11 years ago by tomberek <[email protected]>
Print types even when the elm file has already been compiled.

This fixes issue #299, where types are not printed even when the
`--print-types` option is given...

github.com/elm-tooling/elm-compiler-library - 576bc281426413b2d4cf336910d899657acbf29f authored almost 11 years ago by Justin Leitgeb <[email protected]>
Take out init for now.

Perhaps last should come out too.

github.com/elm-tooling/elm-compiler-library - 8e69683235bb2398f3c2a078a737766ad634650b authored almost 11 years ago by Evan Czaplicki <[email protected]>
Merge branch 'master' into dev

github.com/elm-tooling/elm-compiler-library - d8ced9ee74c8894f717fcac795ce8bbdedff4165 authored almost 11 years ago by Evan Czaplicki <[email protected]>
Merge pull request #311 from cris/master

Update Automaton.elm

github.com/elm-tooling/elm-compiler-library - 7174d9a0c44701435295ec93b88382b0d4cbcd95 authored almost 11 years ago by Evan Czaplicki <[email protected]>
Update Automaton.elm

Fixed broken link in documentation.

github.com/elm-tooling/elm-compiler-library - fd1d962a6b951c2f0218f54f38df9edca81b4f8f authored almost 11 years ago by Sergii Boiko <[email protected]>
Add bounds on language-ecmascript

github.com/elm-tooling/elm-compiler-library - 5f82630ebca34766721adadedad67aa6be303590 authored almost 11 years ago by Evan Czaplicki <[email protected]>
Add bounds on language-ecmascript

github.com/elm-tooling/elm-compiler-library - df8df364fc87a3963664e7e37c5a1a24739bc477 authored almost 11 years ago by Evan Czaplicki <[email protected]>
Implement markdown interpolation

github.com/elm-tooling/elm-compiler-library - 56ecbbc70a135bdebb2f6e96d5664299e98703f7 authored almost 11 years ago by Evan Czaplicki <[email protected]>
Fix error with `request` function

github.com/elm-tooling/elm-compiler-library - cb0183ba462ffdae5c9dece4b04b90f72d4a5e04 authored almost 11 years ago by Evan Czaplicki <[email protected]>
Bump version number

github.com/elm-tooling/elm-compiler-library - 7435e310afba190b4c371dd63b832b9d9ef0477f authored almost 11 years ago by Evan Czaplicki <[email protected]>
Correct the value e

github.com/elm-tooling/elm-compiler-library - 040389f507cea3c68f046a048831dcbdcd51908b authored almost 11 years ago by Evan Czaplicki <[email protected]>
fix show for numbers and other non-object types

github.com/elm-tooling/elm-compiler-library - a6c96ebf6bf7d8ac2504d2db8c23a5c99f5140a6 authored almost 11 years ago by Evan Czaplicki <[email protected]>
Get rid of old info in the readme

github.com/elm-tooling/elm-compiler-library - e6f83075d04186030581f4a527983987f457f983 authored almost 11 years ago by Evan Czaplicki <[email protected]>
fix string conversion in runtime/

github.com/elm-tooling/elm-compiler-library - 2150eab871e3d4c5cf13a86da555570aa5b91ba6 authored almost 11 years ago by Evan Czaplicki <[email protected]>
Add the toList and fromList functions

github.com/elm-tooling/elm-compiler-library - 519484d85a259b0d4b5a3fe8d68f50862232e747 authored almost 11 years ago by Evan Czaplicki <[email protected]>
Make docs nicer

github.com/elm-tooling/elm-compiler-library - 463873b771cdd6bc3e3061b26b66409fad890dc7 authored almost 11 years ago by Evan Czaplicki <[email protected]>
Fix pattern matching on characters

github.com/elm-tooling/elm-compiler-library - f1b1bcd5fd02bc0ab5b669d68e7d76d5b2007781 authored almost 11 years ago by Evan Czaplicki <[email protected]>
Bump version number of elm-server

github.com/elm-tooling/elm-compiler-library - fb760ee63eb023f7156dbf66c795d28d558b1b4c authored almost 11 years ago by Evan Czaplicki <[email protected]>
Add append and concat functions, organize docs better

github.com/elm-tooling/elm-compiler-library - abbcf3c13d2604ab3ab8f27756dd2cc431ec23bf authored almost 11 years ago by Evan Czaplicki <[email protected]>
Fix issues with improperly created characters

github.com/elm-tooling/elm-compiler-library - 99bd1000c2d66fc9eee7f5edebd259a0dad5c9e4 authored almost 11 years ago by Evan Czaplicki <[email protected]>
cosmetic changes on fix for #305

I felt weird about the previous style where things were more
intermingled. Does everything still...

github.com/elm-tooling/elm-compiler-library - c685c8b91b710d06b58a22ef4acb0a321860cbe6 authored almost 11 years ago by Evan Czaplicki <[email protected]>
Merge pull request #306 from johnpmayer/topic/fixing_empty_record

can have zero fields if no extension could be parsed

github.com/elm-tooling/elm-compiler-library - 013e19ecde9e2cc2d59530085e8a1e2dfbda8f37 authored almost 11 years ago by Evan Czaplicki <[email protected]>
can have zero fields if no extension could be parsed

github.com/elm-tooling/elm-compiler-library - e75f5388fbec6aa55c210980d25e86e686aeb39f authored almost 11 years ago by John P Mayer Jr <[email protected]>
Fix formatting of error when there are two unbound type variables

github.com/elm-tooling/elm-compiler-library - debfd18444b9d931d194e6ac3ea0fbebe9881c02 authored about 11 years ago by Evan Czaplicki <[email protected]>
Throw errors for unbound type variables in ADTs and aliases, resolves #302

github.com/elm-tooling/elm-compiler-library - 692d8d8eac2f9884a470d76d6f9be0ec5cdf89cd authored about 11 years ago by Evan Czaplicki <[email protected]>
Bump the version number to 0.10

github.com/elm-tooling/elm-compiler-library - 56877c08923804ab85519dc7c339b0776e698bbe authored about 11 years ago by Evan Czaplicki <[email protected]>
Merge pull request #300 from erdeszt/list-init

Add init function

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