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

Clean up Pong, now uses Time.fps and some of the recent syntax upgrades.

github.com/elm-tooling/elm-compiler-library - 77912ae46bf159c6f8c54ea5cd5eba2542a65850 authored almost 12 years ago by evancz <[email protected]>
Add guarded definitions. Add whitespace sensitivity for let- and case-expressions.

github.com/elm-tooling/elm-compiler-library - 2eeac2fd0f386788538607444a8702fba0c63873 authored almost 12 years ago by evancz <[email protected]>
Get rid of a bunch of old runtime systems.

github.com/elm-tooling/elm-compiler-library - 69ffd8e4303b89a5e88c1c333489fc8a4f45f20d authored almost 12 years ago by evancz <[email protected]>
Bump version number.

github.com/elm-tooling/elm-compiler-library - 9e0c80b861d9beb314301972d836859bd9f9899e authored almost 12 years ago by evancz <[email protected]>
Bump version number of Elm.

Exclude a couple more operators from being user defined.

github.com/elm-tooling/elm-compiler-library - 66720b5dd2eb5a7181b8bc8bb7ec71ed3e2d6e69 authored almost 12 years ago by evancz <[email protected]>
Fix bugs in import statements. Make sure JS imports work with any JS-minifier.

github.com/elm-tooling/elm-compiler-library - b4d563dff8a00323a98f65313a7adb33f79dfb49 authored almost 12 years ago by evancz <[email protected]>
Add a way to construct HSV colors with `hsv` and `hsva`. Also add a `now` function to `Date`.

github.com/elm-tooling/elm-compiler-library - d4012e466a6b16484154d4cb4a91cdaefa211571 authored almost 12 years ago by evancz <[email protected]>
Start using custom infix definitions.

github.com/elm-tooling/elm-compiler-library - b9ae74b9e5afe2bfdffec8c84ed6343fcbe4dce4 authored almost 12 years ago by evancz <[email protected]>
Rename the module `Types` to `Types.Types`. This allows the .cabal file to list fewer source directories. Perhaps this will allow the use of GHCi

github.com/elm-tooling/elm-compiler-library - ff7f9cc1f5566967fa3ed7fcd25e3733549c84e3 authored almost 12 years ago by evancz <[email protected]>
Rename module `PTypes` to `Types`.

github.com/elm-tooling/elm-compiler-library - 4088c64b797e8d690303a31f100431cb691aeb9f authored almost 12 years ago by evancz <[email protected]>
Finish renaming Parse files.

github.com/elm-tooling/elm-compiler-library - 4e97c4f0e9578f7ae966cd7dc026ea59239cb7ac authored almost 12 years ago by evancz <[email protected]>
Fix names within modules to match renaming of files.

github.com/elm-tooling/elm-compiler-library - c25d9796c1ec1fd6c0b1a1012fe4ac795d9370b0 authored almost 12 years ago by evancz <[email protected]>
Rename Parser files.

github.com/elm-tooling/elm-compiler-library - a94a87744ae3c5452f5c4df53f04daaf8a9a84a4 authored almost 12 years ago by evancz <[email protected]>
Add the ability to define custom infix operators.

github.com/elm-tooling/elm-compiler-library - 1ad6801328edfe98f798439ec46f288a1cdf969e authored almost 12 years ago by evancz <[email protected]>
Ensure that standard JS objects `Date` and `JSON` do not get shadowed by the Elm libraries of the same name.

github.com/elm-tooling/elm-compiler-library - 2c7fed1f2be17ef64d25f5f6d9326d048b6ca6e3 authored almost 12 years ago by evancz <[email protected]>
Get namespacing right in generated JS. All Elm libraries are now contained in the Elm object, no more libraries leaking out to pollute the global namespace.

github.com/elm-tooling/elm-compiler-library - d2d456acd441202f49595e0372d52894f7707c3b authored almost 12 years ago by evancz <[email protected]>
Make sure Prelude gets imported properly.

github.com/elm-tooling/elm-compiler-library - 15e46640ad35dcb2c91954d59454873e319c06ff authored almost 12 years ago by evancz <[email protected]>
Fix bug in how Dictionaries and Sets are converted to strings.

github.com/elm-tooling/elm-compiler-library - b2240f94e4369e735d223f7b16e3e7e832149cda authored almost 12 years ago by evancz <[email protected]>
New way to import that does not clutter global namespace. Switch uses of `Nothing` and `Just` to simpler expressions.

Fix IE9 bug due to `console.log`.

github.com/elm-tooling/elm-compiler-library - e85f31fda5c63047135b8a2573736c97bd2803c1 authored almost 12 years ago by evancz <[email protected]>
Get rid of more closure compiler errors.

github.com/elm-tooling/elm-compiler-library - 354c2efe43de6bba8c4b579673ed0168fc84358d authored almost 12 years ago by evancz <[email protected]>
Updates to get rid of closure compiler errors.

github.com/elm-tooling/elm-compiler-library - f5080729888709111165d186911dbb8abb995a61 authored almost 12 years ago by evancz <[email protected]>
Add `now` and lots of time conversions to time library

github.com/elm-tooling/elm-compiler-library - b5df47f6f63bd689ba8d6dae18f325a4ff2398b8 authored almost 12 years ago by evancz <[email protected]>
Add new signal primitives.

github.com/elm-tooling/elm-compiler-library - ede839f78783ca72c87e38fcfa06d8e4aec523c5 authored almost 12 years ago by evancz <[email protected]>
Updated runtime system with fixed `fittedImage` function.

github.com/elm-tooling/elm-compiler-library - c6fd8e7e0c54fe2d2429d009a80210f0a82eddd7 authored almost 12 years ago by evancz <[email protected]>
Allow `fittedImage` to handle animated gifs!

github.com/elm-tooling/elm-compiler-library - 64a1d9fa5b88638985467421ba41b6e76191ae6e authored almost 12 years ago by evancz <[email protected]>
Merge branch 'master' of https://github.com/evancz/Elm

github.com/elm-tooling/elm-compiler-library - b902f3770a23cea27170dcce232fc66338d47baf authored almost 12 years ago by evancz <[email protected]>
Add new version of .cabal and .js

github.com/elm-tooling/elm-compiler-library - 3bbb9849419973a03d16594c9e072bde29948db9 authored almost 12 years ago by evancz <[email protected]>
Update README.md

github.com/elm-tooling/elm-compiler-library - 1b3de492bc776fe5de273b7e782020e0e345c8c7 authored almost 12 years ago by Evan Czaplicki <[email protected]>
Update README.md

github.com/elm-tooling/elm-compiler-library - 09bbada24c1e74dddb224eb411918d06d09b3a83 authored almost 12 years ago by Evan Czaplicki <[email protected]>
Update README.md

github.com/elm-tooling/elm-compiler-library - 8d681d174a451e1ef22fdf1097c9b426bd11b687 authored almost 12 years ago by Evan Czaplicki <[email protected]>
Update README.md

github.com/elm-tooling/elm-compiler-library - 984f95f7c8ea5706d3846b2f0ae5ca0ea6601f52 authored almost 12 years ago by Evan Czaplicki <[email protected]>
Merge branch 'master' of https://github.com/evancz/Elm

github.com/elm-tooling/elm-compiler-library - efe244650dde1b13aa95ea9e6cbaac4dc751da2a authored almost 12 years ago by evancz <[email protected]>
Update for v0.5.0.1.

github.com/elm-tooling/elm-compiler-library - ced5b80061cb63648d93d331ed4e560c5636f5b8 authored almost 12 years ago by evancz <[email protected]>
Correct type of `findArray` in type hints.

github.com/elm-tooling/elm-compiler-library - 97a738d08d20cfd3a032b1f9b3c2b88de7210d85 authored almost 12 years ago by evancz <[email protected]>
Make sure that HTTP responses are sent immediately but delivered sequentially.

github.com/elm-tooling/elm-compiler-library - d71f7a41e744d0dca65c17adecaa5e60221070f3 authored almost 12 years ago by evancz <[email protected]>
Get rid of overriding JavaScript's String class.

github.com/elm-tooling/elm-compiler-library - 21ec620c8822fff73204af9af4233022535b52ec authored almost 12 years ago by evancz <[email protected]>
Update README.md

github.com/elm-tooling/elm-compiler-library - 5dbc48d5cdb513aed982a32c5483558334def3b3 authored almost 12 years ago by Evan Czaplicki <[email protected]>
Update cabal file for elm-server.

github.com/elm-tooling/elm-compiler-library - fdaf8ebae02f33ceeffc10297cf71a488a8d6732 authored almost 12 years ago by evancz <[email protected]>
Update change log, and minify JS.

github.com/elm-tooling/elm-compiler-library - 4bc269d470fdf4fac4d3a3858cb7b56b92c3d0e8 authored almost 12 years ago by evancz <[email protected]>
Add type hint for `complement`

github.com/elm-tooling/elm-compiler-library - 9b27e7d71138602dc47ad87d32ef47809bb1714a authored almost 12 years ago by evancz <[email protected]>
Add the `complement` function that finds complementary colors.

github.com/elm-tooling/elm-compiler-library - bff94a0d0d80102af2c5a3a2ba66d54b44ae62e5 authored almost 12 years ago by evancz <[email protected]>
Update non-essentials.

github.com/elm-tooling/elm-compiler-library - b021434799598e65ec863db38dbfce128a22b247 authored almost 12 years ago by evancz <[email protected]>
Fix default library listing.

github.com/elm-tooling/elm-compiler-library - 215315f4e2b65312ba5a945f6cd54f1fe9c9cf05 authored almost 12 years ago by evancz <[email protected]>
Get rid of `Graphics` module prefix.

github.com/elm-tooling/elm-compiler-library - e52ece9b731cc22557846d03f78a843b7941dc0b authored almost 12 years ago by evancz <[email protected]>
Get rid of Graphics module prefix.

github.com/elm-tooling/elm-compiler-library - cb125673f846a8ed33d0327a6753dfe0c2ab4ce8 authored almost 12 years ago by evancz <[email protected]>
Update changelog.txt and latest RTS

github.com/elm-tooling/elm-compiler-library - 38e9b8d382d82c0975e24b305a241fad683473c0 authored almost 12 years ago by evancz <[email protected]>
Add special finds to JSON.

github.com/elm-tooling/elm-compiler-library - 84e8d806312f9be466526df4164f31b50089c20c authored almost 12 years ago by evancz <[email protected]>
Fix bug in space adder.

github.com/elm-tooling/elm-compiler-library - ce9e5d217376691839b212b6709977898a420469 authored almost 12 years ago by evancz <[email protected]>
Add the `readInt` and `readFloat` functions.

github.com/elm-tooling/elm-compiler-library - dc0d9a2ba3e9461918f993da7c9f7199c3522be8 authored almost 12 years ago by evancz <[email protected]>
Remove the `find` function.

github.com/elm-tooling/elm-compiler-library - b4665fd2fbc2ecdcf9f7cb1026c6af5607639e4e authored almost 12 years ago by evancz <[email protected]>
Detect ambiguous variable usage and report this to the user. Make the compiler match up import aliases with the underlying type hints. Add a ton of type hints.

github.com/elm-tooling/elm-compiler-library - 56b5e53d2cefc20aabc41c33f94a9658f40d0a90 authored almost 12 years ago by evancz <[email protected]>
Correct bug in jsevent import. Fix some of the pre-compiled examples.

github.com/elm-tooling/elm-compiler-library - 962e6ac57adb0a2d652f58984254d3d38d3634eb authored almost 12 years ago by evancz <[email protected]>
Stop shadowing native JSON library.

github.com/elm-tooling/elm-compiler-library - a10b1319e5a5c0a10b4bf136e0317f2a3acbd741 authored almost 12 years ago by evancz <[email protected]>
Change the name of `dragForm` to `draggable`.

github.com/elm-tooling/elm-compiler-library - 3a47ed34aa4337b1726bbdcdf219f74034adafc6 authored almost 12 years ago by evancz <[email protected]>
Update Automaton, Dict, and Set libraries.

github.com/elm-tooling/elm-compiler-library - 17232487cdfc7824c427273b1d2fb04c7a38300f authored almost 12 years ago by evancz <[email protected]>
Add a bunch of functions to Dict and Set libs.

github.com/elm-tooling/elm-compiler-library - aab53b27740e64dcf301956bfd610376f1f1ce8f authored about 12 years ago by evancz <[email protected]>
Make type checking faster.

github.com/elm-tooling/elm-compiler-library - 4a5715356704e3520fb29294910462805eb1dbd0 authored about 12 years ago by evancz <[email protected]>
Import everything in `Elm` namespace into every Elm program.

github.com/elm-tooling/elm-compiler-library - a46ff13fbdfd9c4268426db68c8e4db45e625ae6 authored about 12 years ago by evancz <[email protected]>
Change name from Map to Dict.

github.com/elm-tooling/elm-compiler-library - 453cd099ae0499863bcdb009fd992eb1647e2d27 authored about 12 years ago by evancz <[email protected]>
Rewrite core-js to remove prefixes and change global Elm prefix from `ElmCode` to `Elm`.

github.com/elm-tooling/elm-compiler-library - 7c319fe4c5edb5750d91137aef118a03778fe629 authored about 12 years ago by evancz <[email protected]>
Include Automaton, Dict, and Set in the RTS.

github.com/elm-tooling/elm-compiler-library - cc5d855d4eef14d129bb0d2187465d6a8b6a47f2 authored about 12 years ago by evancz <[email protected]>
Rename libraries, dropping prefixes. This probably introduces some bugs.

github.com/elm-tooling/elm-compiler-library - bdb898df65ce44563e883cc79acd4056a62b80be authored about 12 years ago by evancz <[email protected]>
correction for show change.

github.com/elm-tooling/elm-compiler-library - 93564d4a538decffd453abf88b01c4983205e27d authored about 12 years ago by evancz <[email protected]>
Get rid of automatic styling for links.

github.com/elm-tooling/elm-compiler-library - aaca4dfa587c903283471853558d1f13d3032e4a authored about 12 years ago by evancz <[email protected]>
Add `toString` definition for Maps

github.com/elm-tooling/elm-compiler-library - c24eca8836990b5ef775c6298a8bfc46a3829b1b authored about 12 years ago by evancz <[email protected]>
Name constructors so that they are less likely to collide with something.

github.com/elm-tooling/elm-compiler-library - 7822f026664b3d7bee90e6c7e3eb18e29fd6dfb3 authored about 12 years ago by evancz <[email protected]>
Make pattern matching more concise, fewer temporary variables.

github.com/elm-tooling/elm-compiler-library - b367fd1182e9ef53446188b4565b9c01377023b0 authored about 12 years ago by evancz <[email protected]>
Correct pattern parsing error in which arg-less constructors would capture the remaining patterns.

github.com/elm-tooling/elm-compiler-library - 25c70dfb94c34c77153880c72b22db2d3c5478b8 authored about 12 years ago by evancz <[email protected]>
Make sure that `String` is treated as `[Char]`

github.com/elm-tooling/elm-compiler-library - 254dabf167ab711fa358cf26df9696c858ce6492 authored about 12 years ago by evancz <[email protected]>
Add Map and Set libraries.

github.com/elm-tooling/elm-compiler-library - 8731e6308bcd79fab5b4327c32dd57502be01fef authored about 12 years ago by evancz <[email protected]>
Bump version number to 0.4.5

github.com/elm-tooling/elm-compiler-library - 881a5cfe75b41672ec70937d9e5ed144d6a869f3 authored about 12 years ago by evancz <[email protected]>
Update changelog.txt and add automatons to the RTS.

github.com/elm-tooling/elm-compiler-library - 95b20dba54c5216337dc537a4d19d4f44afce573 authored about 12 years ago by evancz <[email protected]>
Abstract out "sets of definitions" so that they could potentially be used in `where` clauses.

github.com/elm-tooling/elm-compiler-library - b52df9602a677a39798ff601ceff2f2dd040e8ed authored about 12 years ago by evancz <[email protected]>
Add `(,,)` notation for creating tuples.

github.com/elm-tooling/elm-compiler-library - 2caa085d9660bf17e1537e1f97a0f5f719beefa6 authored about 12 years ago by evancz <[email protected]>
Make corrections to Automaton.elm.

Fix `compose`, `combine`, and `init'`.

Add `dragForm`.

github.com/elm-tooling/elm-compiler-library - 25db173270621f3915bf9f3b9831a96b293b4f72 authored about 12 years ago by evancz <[email protected]>
Fix compilation error in Hints.hs, and correct a character escaping bug in the JS output.

github.com/elm-tooling/elm-compiler-library - 1610b99b4e77e5fcb3eaceec05c0d30e377233d0 authored about 12 years ago by evancz <[email protected]>
Make Automaton a bit nicer.

github.com/elm-tooling/elm-compiler-library - e3ac170b229ec066a64a89cb601a0885596be9fd authored about 12 years ago by evancz <[email protected]>
Add some other API suggestions.

github.com/elm-tooling/elm-compiler-library - d178521744a52836e4fd9660babdf5415f1da021 authored about 12 years ago by evancz <[email protected]>
Make some changes to the comments. Make proposed API clearer and get rid of comments about infix operators.

github.com/elm-tooling/elm-compiler-library - fa8f7093d68e6b14d317855acc4fb39e04b350e5 authored about 12 years ago by evancz <[email protected]>
Add a bunch of core Elm modules. These are not directly integrated in the compiler right now.

Currently, these files are either unused or compiled down to JS and included in the runtime syst...

github.com/elm-tooling/elm-compiler-library - e7cadaf9abea56c12a9253654884f72f15f0cd59 authored about 12 years ago by evancz <[email protected]>
Add `count` function.

github.com/elm-tooling/elm-compiler-library - f71a08a037d0cc0c049e3a013b30758db28c3dd2 authored about 12 years ago by evancz <[email protected]>
Implement some of the `Automaton` functions.

github.com/elm-tooling/elm-compiler-library - c7ffd7e987c320239d839b517b1e3b86b673c16d authored about 12 years ago by evancz <[email protected]>
Add the beginnings of an `Automaton` library.

github.com/elm-tooling/elm-compiler-library - cba2cf6fbcf7ef9d0247008b46ad339075b1f09c authored about 12 years ago by evancz <[email protected]>
Add `monospace` back to `asText`

github.com/elm-tooling/elm-compiler-library - 16895c4384ea7b1a6584518b2fdd7fc74bf4d003 authored about 12 years ago by evancz <[email protected]>
Change direction of vector rotation. I.e. Add a minus sign. Off by one character!

github.com/elm-tooling/elm-compiler-library - 961a74df674c1f1522bbb3f2650581427a9f6060 authored about 12 years ago by evancz <[email protected]>
Make vector rotation more efficient in `insideForm`.

github.com/elm-tooling/elm-compiler-library - 0a1461d7b0fad821fffa019badc5671ff4945551 authored about 12 years ago by evancz <[email protected]>
Update the type hints for `all`, `any`, `show`, the new HTTP API, and the new character functions.

github.com/elm-tooling/elm-compiler-library - 05cfda7a43c4a2d44b122c684231dad8ebc3f6d7 authored about 12 years ago by evancz <[email protected]>
Change the type of `show`. It now produces a `String`.

github.com/elm-tooling/elm-compiler-library - 02adbe1e40ee7ae3e5980ac03ede005c48515ecf authored about 12 years ago by evancz <[email protected]>
Totally redo the HTTP API. Get rid of `Maybe` in types because the signal filtering functions make them unnecessary. Make requests more flexible with the `request` function which lets you set the type, url, data, and set request headers.

github.com/elm-tooling/elm-compiler-library - f4344dcb598401bd07cfc6c4029c768a5f0bda59 authored about 12 years ago by evancz <[email protected]>
Add a bunch of functions to classify chars.

Remove an unnecessary `console.log`

github.com/elm-tooling/elm-compiler-library - 6a4cf28866b026c2e4e10f55f7d10b22dee38be1 authored about 12 years ago by evancz <[email protected]>
Rename `forall` and `exists` to `all` and `any`. I ended up liking these names better and they do not clash with the potential introduction of `forall` in types.

github.com/elm-tooling/elm-compiler-library - 8b72e0db011cddb27aee1b9a0ca3cab63760ce38 authored about 12 years ago by evancz <[email protected]>
Add better documentation for `runtimeLocation`.

github.com/elm-tooling/elm-compiler-library - d0bf8667c2edce124898a532062d127ec1e17cd5 authored about 12 years ago by evancz <[email protected]>
Show version numbers correctly.

github.com/elm-tooling/elm-compiler-library - b2147418e0372eac9185dbd473c74026bb166119 authored about 12 years ago by evancz <[email protected]>
Get runtime location working properly.

github.com/elm-tooling/elm-compiler-library - 253e768e629f5b3ec5a864da52c2f7230f3832ab authored about 12 years ago by evancz <[email protected]>