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

List.js minor bugfixes

freeze Nil (one-time overhead for marginal safety)
don't do this for Cons (huge performance over...

github.com/elm-tooling/elm-compiler-library - 441e90770bb3217e8bd6ba8ea6258e6795d174e0 authored over 11 years ago by ngunn <[email protected]>
Fix bug in export of `List.member`

github.com/elm-tooling/elm-compiler-library - 93428aa21d97a160960fe9830b131806f7ca93d4 authored over 11 years ago by evancz <[email protected]>
Fix behavior of customButton to avoid flicker.

github.com/elm-tooling/elm-compiler-library - 545be516788ded1fe325ef3b7c300739af0d7c02 authored over 11 years ago by evancz <[email protected]>
relax blaze-html and happstack-server dependencies

github.com/elm-tooling/elm-compiler-library - a3c011ab5b1c2d508742df71c3004c70fda1c8c7 authored over 11 years ago by osa1 <[email protected]>
Fix rendering bug with standard input buttons.

github.com/elm-tooling/elm-compiler-library - 24c90b36733b6e62736096722b5a3e180132c33f authored over 11 years ago by evancz <[email protected]>
Fix import bugs in Input file.

github.com/elm-tooling/elm-compiler-library - 63a40ea3057dc78d38a351c1a40ac5d96568c8c4 authored over 11 years ago by evancz <[email protected]>
Add implementation for `buttons`, `customButtons`, and `textFields`.

Also fix updating bug in `flow`.

github.com/elm-tooling/elm-compiler-library - b930ac29847241445601797d67a648cd25d103ca authored over 11 years ago by evancz <[email protected]>
Fix bugs:

* types rendered "::" instead of ":"
* `Signal.count` was broken
* Prelude didn't have `show`

github.com/elm-tooling/elm-compiler-library - 87a275abebc92cc44710c7daba451834437941fe authored over 11 years ago by evancz <[email protected]>
Add the basic proposal for an Input library.

github.com/elm-tooling/elm-compiler-library - 26ddaf697e31239d66a421f811cf270abc4a7a6b authored over 11 years ago by evancz <[email protected]>
Add the Input library.

github.com/elm-tooling/elm-compiler-library - cd6407c95ad2ef510060d53ccca6d847f03463fe authored over 11 years ago by evancz <[email protected]>
Merge pull request #127 from madscoaducom/docs-update

Move of documentation to libraries - first round

github.com/elm-tooling/elm-compiler-library - d2acbca4de531fe49db7fc333bc2024b53175d00 authored over 11 years ago by Evan Czaplicki <[email protected]>
Docs update: copy documentation from elm-lang.org

- Copy documentation from elm-lang.org (dev branch) to .elm files in
libraries folder
- Added TO...

github.com/elm-tooling/elm-compiler-library - 441d09c4a76a6d4da3948d47b64aeada9f4e530c authored over 11 years ago by Mads Flensted-Urech <[email protected]>
Add `groupTransform` function.

Add public Matrix library. Clean up and debug matrix implementation.

github.com/elm-tooling/elm-compiler-library - 893e4691e6ebcc13914eb3ca2ccf0148edd54471 authored over 11 years ago by evancz <[email protected]>
Change type of toCode and fromCode

github.com/elm-tooling/elm-compiler-library - 26bcdd201a95eeac20a2751a3890dd85b720eb4e authored over 11 years ago by evancz <[email protected]>
Change names back to be longer but better.

github.com/elm-tooling/elm-compiler-library - 0fbc244bbb645f635a0c28368c211f2022eab5b7 authored over 11 years ago by evancz <[email protected]>
Change the name of `Keyboard` to `Keys`. Change some function names and change type of `charPressed` to be the latest char pressed (default is '\0')

github.com/elm-tooling/elm-compiler-library - 79093ff4da89ead8130021500c645af62d4e8578 authored over 11 years ago by evancz <[email protected]>
Fix move to have y-axis properly oriented.

Fix rotations (`degrees` and `turns` functions were broken because I used `Math.pi` instead of `M...

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

github.com/elm-tooling/elm-compiler-library - bbbd6eeb2c6aebfcd1593e71c806eae310200acb authored over 11 years ago by evancz <[email protected]>
Fix oval and ngon. (It's PI, not pi!)

github.com/elm-tooling/elm-compiler-library - 86a0a904d87f78cf4525c6c63091166b97092a42 authored over 11 years ago by evancz <[email protected]>
Merge pull request #125 from ngunn/dev

Fix cabal install missing docs.json (followup)

github.com/elm-tooling/elm-compiler-library - 91de71a8a2295eda1f37ccbfad54df81cae63a55 authored over 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 - 0034b1764c5d6845488dd1931489e0d0f4d49950 authored over 11 years ago by evancz <[email protected]>
Get dashed lines working again for shapes and paths.

Remove a lot of console.logs.

Start working on displaying Elements. It's trickier with group.

github.com/elm-tooling/elm-compiler-library - 584782f5b233442b870ae9a12495faf9d879e351 authored over 11 years ago by evancz <[email protected]>
Fix cabal install missing docs.json (followup)

See: https://github.com/ngunn/Elm/commit/14e32add30c690b1309252d530afbea29cc448ec
for discussion ...

github.com/elm-tooling/elm-compiler-library - 175f268622313efe86e712036849ce39566db6e4 authored over 11 years ago by ngunn <[email protected]>
Merge pull request #122 from ngunn/dev

Dev (fix cabal install as per issue 120)

github.com/elm-tooling/elm-compiler-library - 29153a88fd45a5c727c74041ebe2bbdad6198416 authored over 11 years ago by Evan Czaplicki <[email protected]>
Fix cabal install missing docs.json

See: https://github.com/evancz/Elm/issues/120

Add build-hook to Setup.hs so that elm-doc gets bu...

github.com/elm-tooling/elm-compiler-library - 14e32add30c690b1309252d530afbea29cc448ec authored over 11 years ago by ngunn <[email protected]>
trivial Docs.hs (generating docs.json missing " on type line)

Was a quote before the type value, but not after, leading to unhelpful error:
elm: Illegal unesca...

github.com/elm-tooling/elm-compiler-library - 0064813300202e7a622798380b03bdf37cf22038 authored over 11 years ago by ngunn <[email protected]>
Fix use of JS reserved word and get `outline` working.

github.com/elm-tooling/elm-compiler-library - 82a5a65dc95e11e6011a60fcfa9c307468c75023 authored over 11 years ago by evancz <[email protected]>
Merge branch 'dev' of https://github.com/evancz/Elm into dev

Conflicts:
libraries/Graphics/Collage.elm
runtime/Render/Collage.js
runtime/Render/Element.js

github.com/elm-tooling/elm-compiler-library - fa9d3bf13274227a9bd3c40879d8dd3a96350159 authored over 11 years ago by evancz <[email protected]>
Get sprites working in collage. temporary fix for docs.json issue. Looks like git thinks we're in the past, so a bunch of changes that have already happened as well.

github.com/elm-tooling/elm-compiler-library - 131a2b681828595a8756d0e9077f54cf0b8e7a0d authored over 11 years ago by evancz <[email protected]>
Fix the build issue people were having. Sorry ngunn :( I couldn't stop thinking about it!

github.com/elm-tooling/elm-compiler-library - 794b7f2b93cafe314e2c3d0670b9103b0e0e0f2e authored over 11 years ago by evancz <[email protected]>
Get some basic collage functions working: forms excluding embedded elements, rect is known to work.

github.com/elm-tooling/elm-compiler-library - 212543f51a90c9bedde0821069c3b7ab39371e68 authored over 11 years ago by evancz <[email protected]>
Add support for Custom elements in the renderer. Move the CSS transform setters into Utils so they can be used by both elements and forms.

github.com/elm-tooling/elm-compiler-library - f7f137f55304793c4cf137c5f26055a245629284 authored over 11 years ago by evancz <[email protected]>
More work getting Collage in shape.

github.com/elm-tooling/elm-compiler-library - 0b0c37c2b4b7d75c188deb4090e45f37b9d839d7 authored over 11 years ago by evancz <[email protected]>
- Break common functions into Utils files.

- Add support for no-graphics mode (e.g. for use with node.js)
- Change order of arguments for ma...

github.com/elm-tooling/elm-compiler-library - 4587d3d3e4f402112a4f5885ae6636cf0cb42df9 authored over 11 years ago by evancz <[email protected]>
Merge pull request #119 from techtangents/quickcheck

Quickcheck

github.com/elm-tooling/elm-compiler-library - 95758d2e315a133b9590f5a35d6b8828bf2c7d53 authored over 11 years ago by Evan Czaplicki <[email protected]>
Get elm-doc to extract comments!

github.com/elm-tooling/elm-compiler-library - b1d0c74c2decd0f5b064fb49e2c281b2f185e296 authored over 11 years ago by evancz <[email protected]>
Fix `join` and fix `show`

github.com/elm-tooling/elm-compiler-library - 9c74b8697d01f07b4c8e47023150806fb48cc252 authored over 11 years ago by evancz <[email protected]>
Add split to List module and rename intercalate to join.

github.com/elm-tooling/elm-compiler-library - 6bcf63a0d826aa9f42880d3ada37bd0c54e7c083 authored over 11 years ago by evancz <[email protected]>
Renamed StringValue -> StringLiteral. Moved quotes from tests to StringLiteral's arbitrary

github.com/elm-tooling/elm-compiler-library - cda0a68584eb12b922e4b9ddf2c3e6392c950641 authored over 11 years ago by techtangents <[email protected]>
Bringing a quasiquoter in for string interpolation in tests. Added a .ghci file to load tests in ghci.

github.com/elm-tooling/elm-compiler-library - 0e099fd248cb3d06b8cfd5ef71b3aac0adaa9ab9 authored over 11 years ago by techtangents <[email protected]>
Bringing a quasiquoter in for string interpolation in tests. Added a .ghci file to load tests in ghci.

github.com/elm-tooling/elm-compiler-library - 3e30c85fedbda99fc4a76ae87671b775b1d8c535 authored over 11 years ago by techtangents <[email protected]>
Import qualified name by default.

github.com/elm-tooling/elm-compiler-library - 263bf1c0cc9e4b58a1fc9c8daeaa2ac0dfa32e9c authored over 11 years ago by evancz <[email protected]>
Load json representation of types with Template Haskell, so library files are the base truth of type information.

Make minor fixes in libraries, such as adding the Char labrary and fixing the types in the Dict ...

github.com/elm-tooling/elm-compiler-library - 7dbb052b225664d5455fa086833b02159339da2c authored over 11 years ago by evancz <[email protected]>
Change such that `import` imports all by default. Too annoying the other way. Write a linter for that.

Also make imports a bit more concise in generated JS.

github.com/elm-tooling/elm-compiler-library - 96ef98417c5ed16a86ade8e0aa670a6fe47a41aa authored over 11 years ago by evancz <[email protected]>
Get everything compiling again.

github.com/elm-tooling/elm-compiler-library - 194b25958bc7f8e093de64397a5221bc4c106f2b authored over 11 years ago by evancz <[email protected]>
Finish moving the compiler down a directory.

github.com/elm-tooling/elm-compiler-library - 99ae5c6ba0b969a2fcb7be2cfd6d8c5703ccac80 authored over 11 years ago by evancz <[email protected]>
Move the compiler down a directory, mostly.

github.com/elm-tooling/elm-compiler-library - 1822ebc16035465820141b12f7cc77d619a65e74 authored over 11 years ago by evancz <[email protected]>
Save characters on imports.

github.com/elm-tooling/elm-compiler-library - 602bffa623c9cc6fd62e35c9149bdbcb884bacc7 authored over 11 years ago by evancz <[email protected]>
Fill in some of Prelude.js

github.com/elm-tooling/elm-compiler-library - 3746c3217add2e84143466bc3b9f60ba4d5eee5c authored over 11 years ago by evancz <[email protected]>
Add the Prelude library with type annotations and docs.

github.com/elm-tooling/elm-compiler-library - 202aace362a2e8040f1b140d6b2757c7b2d6a5fe authored over 11 years ago by evancz <[email protected]>
Add a matrix library and switch collage over to use it.

github.com/elm-tooling/elm-compiler-library - 0050bfa845106532d8f58a26ef5b9c65d32e42a3 authored over 11 years ago by evancz <[email protected]>
Don't expose Matrix to people yet

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

github.com/elm-tooling/elm-compiler-library - 3d7da5678285382415b4a1ba46dd34e81476381c authored over 11 years ago by evancz <[email protected]>
Switch to matrix representation of transformations.

github.com/elm-tooling/elm-compiler-library - 481c2daab8a9ea92b0395dab15f57244c220c5b5 authored over 11 years ago by evancz <[email protected]>
Package juggling in tests

github.com/elm-tooling/elm-compiler-library - fb6f3346d2dfb6569ceac6f5e48c41fe1c625fb3 authored over 11 years ago by techtangents <[email protected]>
Merge pull request #116 from ngunn/dev

Fix Elm.cabal missing elm-runtime.js

github.com/elm-tooling/elm-compiler-library - 39fcc823be4bf140fef4be4671b6e2dd04864e6b authored over 11 years ago by Evan Czaplicki <[email protected]>
Merge pull request #117 from osnr/master

Use <button> instead of <input type="button">

github.com/elm-tooling/elm-compiler-library - 764c77e996297dd6d8f3cec72af3f6a41a05b457 authored over 11 years ago by Evan Czaplicki <[email protected]>
Use button tag instead of input for buttons. Makes button heights changeable.

github.com/elm-tooling/elm-compiler-library - d84b8d8498217f7564db85c759dd365418f73977 authored over 11 years ago by Omar Rizwan <[email protected]>
Fix Elm.cabal missing elm-runtime.js (follow-up)

Cut+paste error
Obviously, we want the js and the elm files, not the elm files twice.

github.com/elm-tooling/elm-compiler-library - 628f622f43aa4d32d80eef5f4cb851e5c2514337 authored over 11 years ago by ngunn <[email protected]>
Fix Elm.cabal missing elm-runtime.js

Move Build.hs (which builds elm-runtime.js) into a cabal build step (in compiler folder)
The elm ...

github.com/elm-tooling/elm-compiler-library - ef4d1db45a697defcf343f662c3cab0a818a868d authored over 11 years ago by ngunn <[email protected]>
Switch one of the names in the JSON representation of type info.

github.com/elm-tooling/elm-compiler-library - 6761fbb6952be790e2636a0ecd8650c98d930c18 authored over 11 years ago by evancz <[email protected]>
Add the Docs.hs file that extracts type annotations.

github.com/elm-tooling/elm-compiler-library - 42b4d5531f7230bde543bf74459601ea26977116 authored over 11 years ago by evancz <[email protected]>
Fix bug in Element module: using unbound variables. Need to make compiler check for this!

github.com/elm-tooling/elm-compiler-library - 1b3480a522fb61d87757016a921c2b2bd390bc6e authored over 11 years ago by evancz <[email protected]>
added some tests of simple programs with assignment

github.com/elm-tooling/elm-compiler-library - 17d90a34a28de96650dd6c51ef237acc190c1f46 authored over 11 years ago by techtangents <[email protected]>
Fix `croppedImage`, `show` for tuples, and init for resizing initial dom node.

github.com/elm-tooling/elm-compiler-library - 152ef51a989f588d3dff146045b3510485fd4136 authored over 11 years ago by evancz <[email protected]>
Correct Native.___ imports.

github.com/elm-tooling/elm-compiler-library - 6b071db7cc0fb75a930726046069b016ac369ca3 authored over 11 years ago by evancz <[email protected]>
Make sure Mouse, Random, Window, and Time import their native implementation.

github.com/elm-tooling/elm-compiler-library - 1552651eafa50d83ef5e9ef2fbb381e3fe896a81 authored over 11 years ago by evancz <[email protected]>
Fix behavior of width and height to maintain the dimensions of images when resizing. Move htmlHeight into Utils so it can be used by both Element and Text.

github.com/elm-tooling/elm-compiler-library - 3540449119376b1507722d98a6bd4bd984b46e8f authored over 11 years ago by evancz <[email protected]>
Add height check and get rid of utils which was in the wrong place (i think)

github.com/elm-tooling/elm-compiler-library - 609dc36596518cf479527cb8bbaa298e02dbbc68 authored over 11 years ago by evancz <[email protected]>
Move files around in runtime/

github.com/elm-tooling/elm-compiler-library - 55137ac66db7c9716480f39496febe180ed2014f authored over 11 years ago by evancz <[email protected]>
added info to cabal file for test-framework/quickcheck

github.com/elm-tooling/elm-compiler-library - b87f9665b4ce0d6ca280be23293268b4ec85831f authored over 11 years ago by techtangents <[email protected]>
More minor fixes to RTS.

github.com/elm-tooling/elm-compiler-library - d97027c1183db53dd5b779a92f1daa051fb5b306 authored over 11 years ago by evancz <[email protected]>
Lots of tiny fixes to get the RTS working!

github.com/elm-tooling/elm-compiler-library - a1b890adc3218f373958ddc7b3688b12952c9d47 authored over 11 years ago by evancz <[email protected]>
Add success message that makes it clearer that the compiler is built separately.

github.com/elm-tooling/elm-compiler-library - 4af458573d20afec66a1ad70351c8a51bdf1264c authored over 11 years ago by evancz <[email protected]>
Move Geometry.elm into the Graphics/ directory.

github.com/elm-tooling/elm-compiler-library - 213048dedd9d96364ee5c8bb3b22550b4405e2d1 authored over 11 years ago by evancz <[email protected]>
Strip out the unrelated things from Misc.js and rename it to Show.js, which is all it does now anyway!

github.com/elm-tooling/elm-compiler-library - 34294a5f42c53ce7c842b5bf386c763f5b236e91 authored over 11 years ago by evancz <[email protected]>
Add exitSuccess to the Build script

github.com/elm-tooling/elm-compiler-library - 66c08fdc405c18db4e2fcf502c66a609fbcec7e8 authored over 11 years ago by evancz <[email protected]>
Combine Keyboard and Keyboard.Raw modules.

github.com/elm-tooling/elm-compiler-library - db44b154b4f153a9390b3773f1a6f5cba5f7a5a3 authored over 11 years ago by evancz <[email protected]>
Merge pull request #112 from kjgorman/master

Pong paddle directions flipped

github.com/elm-tooling/elm-compiler-library - 9f1ff4e5dfe6b1bbe1740416307217692c6efb63 authored over 11 years ago by Evan Czaplicki <[email protected]>
Merge pull request #113 from osa1/unusedmodule

Remove unused FreeVar module

github.com/elm-tooling/elm-compiler-library - dbdb535f58847aa77bbd593ad05bb8d9396eb393 authored over 11 years ago by Evan Czaplicki <[email protected]>
Remove unused FreeVar module

github.com/elm-tooling/elm-compiler-library - 6cd11d78dd49d53ca3d979f7bffd530f67fb6ecc authored over 11 years ago by osa1 <[email protected]>
Add comment that Build does not compile the compiler.

github.com/elm-tooling/elm-compiler-library - 0c3db69e01a2453f8b863120d4fa5a210a4412ed authored over 11 years ago by evancz <[email protected]>
Add `Build.hs` which constructs the elm-runtime.

Found bugs in some files which are temporarily fixed: Weird type error in Either, name collision...

github.com/elm-tooling/elm-compiler-library - 95679501d2b2d2b79cd4123d4d6d2b04c6bb87f0 authored over 11 years ago by evancz <[email protected]>
Add the very important Signal library :P

Remove past versions of the RTS.

github.com/elm-tooling/elm-compiler-library - 10f0a244494433f299fe8767f11fad7ad1ae6c0d authored over 11 years ago by evancz <[email protected]>
Fixes #103: Change paddle step directions to match keys

github.com/elm-tooling/elm-compiler-library - 121bab68fd605ea514f753ecaa3d1cb4de8e3793 authored over 11 years ago by Kieran <[email protected]>
Move css into RTS. Simplifies Haskell API and compiler code.

github.com/elm-tooling/elm-compiler-library - 29a2ec36bbff561012002d3028a1745ce67ad858 authored over 11 years ago by evancz <[email protected]>
Get rid of the Examples/ directory. Planning on moving it to a separate repo.

github.com/elm-tooling/elm-compiler-library - 9aa8e3b243a842b590c5111a45b9da7b03336621 authored over 11 years ago by evancz <[email protected]>
Remove a stray 'p' from navigating around in emacs with a weak pinky :P

github.com/elm-tooling/elm-compiler-library - a38d3464275281f7d52d02334aed44ac96a86cc9 authored over 11 years ago by evancz <[email protected]>
Tweaks to the last of the library code.

github.com/elm-tooling/elm-compiler-library - f903ff3fd8acaa4769bd9904ad3d1499d9f2588a authored over 11 years ago by evancz <[email protected]>
Finish tweaking the second half of .elm library files.

github.com/elm-tooling/elm-compiler-library - b3435647955e0f089a06cf89674f79200aa8e86b authored over 11 years ago by evancz <[email protected]>
Update first half of .elm libraries

github.com/elm-tooling/elm-compiler-library - 8a700e84d50ff34b3f172a05f6a01d8c757df8a8 authored over 11 years ago by evancz <[email protected]>
Decide on convention that corresponding Native modules get exported automatically, no need to copy everything through in the Elm file.

Also extend `sort` to work on any comparable values.

github.com/elm-tooling/elm-compiler-library - 944a05612295e8a4b9c7ed8402cdad23b026caa9 authored over 11 years ago by evancz <[email protected]>
Clean up generated JS. Ensure that imports actually happen. Fix bugs with (<~) and (~).

github.com/elm-tooling/elm-compiler-library - a5435e89930b1a246b92abbc6087efcb0a8216ba authored over 11 years ago by evancz <[email protected]>
Rename elm-server/ to server/

github.com/elm-tooling/elm-compiler-library - 9a0fad5b5875e81b52048bb0fa596476bce86acb authored over 11 years ago by evancz <[email protected]>