Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/elm-tooling/elm-compiler-library

Compiler fork used in elm-language-server-haskell (archived). Use https://github.com/elm-tooling/elm-language-server instead
https://github.com/elm-tooling/elm-compiler-library

Cosmetic: give function a more descriptive name

51ee065e6b321b849e439d3931c4f1bf40212961 authored about 11 years ago
Merge pull request #412 from maxsnew/otherwise

Expand `else` to `True` instead of `otherwise`.

230c6952318ac807fa70d96f813c8aedb918ad54 authored about 11 years ago
Optimize True branch in multi-way if code generation.

647cf279a1b264368bca5e6e6d77cdd453d06c4a authored about 11 years ago
Add basics of "deriving" for ADTs and type aliases. Only parse it for type aliases at the moment.

83e8bad84f87755524feb3d7c000c1b80f33e747 authored about 11 years ago
Expand `else` to `True` instead of `otherwise`.

Makes `if` syntax independent of the value of `otherwise`.
Includes test case.

254d71f4e59a37a96c281dd6128a1287562243e2 authored about 11 years ago
Begin process of allowing "deriving" on type aliases.

32c78efe7d9598665dc8044b2ed92aec6d2d69d5 authored about 11 years ago
Merge branch 'dev' into json

171f199db32f477a37c510ecb447ae4489336501 authored about 11 years ago
Get rid of SourceSyntax.Everything module

e119d8ef62af9fdff3b779281064cd116a46d1b4 authored about 11 years ago
Make sure that all names in a program are safe for use in JS code

f8bf89b48de7e8fd89d945ed342ebc708e03a92c authored about 11 years ago
Add deriving as a reserved word

e690c427b71009cd641ab99ea27d8bfce26471de authored about 11 years ago
Merge pull request #408 from timthelion/parserQuoteFix

Fix bug in parser

7def8158c1c9b89aa57a487b8d5e0f600642d7df authored about 11 years ago
Add note about how to request features to the main repo

384f86faa192d42b7ebc3c1e8e4ddc4de18af330 authored about 11 years ago
Fix bug in parser

34913d5 broke the parser in the following case:

f = '\"'

This commit fixes that.

cbbd42d3f3fac8929c3006c8ed05afe4c2b91e79 authored about 11 years ago
Add empty element

6992d941c79bd91e7d6b567238e221aac084c111 authored about 11 years ago
Get rid of dependency on uniplate so AST does not need to derive Data or Typeable

This is motivated by wanting to add things to the AST that cannot
derive Data or Typeable

7b20993869b26f08d2a445782d2a483215efbf8a authored about 11 years ago
Fix typo pointed out by @mgold. Thanks!

4b22dbb33ac6215fd48ee1b51c2751bfbeda0a36 authored about 11 years ago
Merge pull request #399 from mgold/char-compare

Fix Char comparisons

39769b77afd719e785643220bdda8fe8a8f5fa33 authored about 11 years ago
Further optimizations

460fe0d3a4d921c30f296461e0c8e11f37fa5d59 authored about 11 years ago
Use instanceof for performance

c6fbc8df24b306e55da9d7d6bb4973c955d1e38c authored about 11 years ago
Add note about no sharing between top-level and let-bound type variables

3686c8273862930f1fa2cb3bda316a5cf3fa85a0 authored about 11 years ago
Go to original error style. I think it's nicer.

2874797ddb991747a40841e8a2a3964dc770e1bf authored about 11 years ago
Clarify instal directions a bit

60f67d6920aa92eb35c8a0dc90ae130cb12a8da5 authored about 11 years ago
add haskell platform link again

65dd54c99e59aa9cc7ab65b01acfa1468bcf7262 authored about 11 years ago
Update README.md

a3a5cd933fa87481cc5b71ffbcc3930574cd598d authored about 11 years ago
Update README.md

02bd3a5e3462447af36978e2a0e72133ebcb6aa6 authored about 11 years ago
Keep general instructions on main page

ca672f6e4698bba63beab9fa55c1ad43f3b80cb5 authored about 11 years ago
Merge pull request #398 from fosskers/master

Added link to new Installation instructions

99683b9434f912e6bda3733d01ec404828e2c96a authored about 11 years ago
Added link to new Installation instructions

6b6147afb87730755d3bf7a25a61ee38acae6fd9 authored about 11 years ago
Merge branch 'dev' of https://github.com/evancz/Elm into dev

c8854a99354b720236de97dfdb45ae1ba4e7676c authored about 11 years ago
Fix issue #397. Core issue was that scanning for infix declarations was not clever about strings.

34913d5340884053bde7b279a5b5bd1d4e1202f3 authored about 11 years ago
Merge pull request #393 from maxsnew/dict

Add efficient update function for Dict

5071f0f8d6198b8aff7aeb1ca92c44101cd63429 authored about 11 years ago
Implement more general Dict update.

33b39a30db78693faa7a627ec1fee76bfc8df57c authored about 11 years ago
Get rid of check on how many exposed modules. That's for validation elsewhere

ac6c5bc04a0d32db82e90d3a95daf03646fb8554 authored about 11 years ago
Add note about how to interpret JS functions

ab53fac3c4da5e50a4ee23c17036c98f653f30e5 authored about 11 years ago
Add efficient update function for Dict

bb3d0dc566e6c1b63a24cabe749859a9af614dbf authored about 11 years ago
Fix Char comparisons

Fixes evancz/Elm#392

fac00f66c40ca82cb65021a080d29bdb24b1ffe9 authored about 11 years ago
Get rid of dead code in Prelude. Need to figure out how to kill prelude entirely.

32e7d1da03ae6e657d74e6ea0076b750386e2966 authored about 11 years ago
Take Automaton out of standard libraries for now

5aedf723ec764c729c9912db2b1f2fc06d997a03 authored about 11 years ago
Merge branch 'dev' into topic/webgl

6785c5cec58af621c099ba41a3327900394d5efb authored about 11 years ago
added some more of MJS, and needed my own custom makeCoords util matrix

ed58c3f2aa45857a4909e2e7e5cb850386ae6af8 authored about 11 years ago
Switch away from using Text.Blaze.Html.Renderer.Utf8 because it scrambles some things.

16aef1ea0c3a80497ae16b121b2a961fef2c135b authored about 11 years ago
Get syntax highlighting on code blocks working again.

82d3d88d01be0e1d6d624bee80ed87599f855799 authored about 11 years ago
Merge pull request #391 from ivanov/typos

Typos

37afd0d6a5eed3d2a210e82e667a8b5ba08f796a authored about 11 years ago
fix typos in Graphics

b77fd96d682c19b98cd94b295072d8fc838c13ed authored about 11 years ago
more typos

bb851314abe7cfc830041e63748c266ff39fbd98 authored about 11 years ago
fix typo in docs

70e861818ded7bab467fb3b6ba641a3cb459e080 authored about 11 years ago
Improve documentation for the new libraries

123fb9440dcf09dddea68ebc47dfe4b11651bd6c authored about 11 years ago
create file for uploading standard library to library.elm-lang.org

68d41ba1bc1a0ca43841046220358eb922eb5d43 authored about 11 years ago
Add note about short-circuiting with (&&) and (||)

f1f5744f5bcb61301df58db65cf8fc928e5a8bd6 authored about 11 years ago
Add instances for generating JSON

a3cb09a0c152ed6dda8892c6cea97dc7e59c586c authored about 11 years ago
Get rid of Build.Info file, move compiler version to Elm.Internal.Version and use Elm's version conventions

26a8c82b6fef15514f905549f7544d7eee692300 authored about 11 years ago
Add link to example program.

b9056797ec9ca276e12161b6af8f6e425f2d8fa5 authored about 11 years ago
Require minimal deps file when just building things locally

16e6654af8c51b6a19bf26f003e6083ef85c96b9 authored about 11 years ago
Switch to using elm_dependencies.json to search for additional src-dirs

87bf14f268b6e2d2715d457d1befa8bba566d42c authored about 11 years ago
Add dependencies field to Deps

8a46ead147ff707e40b12028f62cd822a3b7c336 authored about 11 years ago
Adopt "model" code from elm-get so that dependencies can be crawled from the compiler.

3c1b9f7171cb2e8fdb805bbf7b4cf7323f3a15dd authored about 11 years ago
Guard against issue #387

61ff49067f319f150b81f4dacb0707f9efc45de1 authored about 11 years ago
Automatically look in elm_dependencies/ and use the latest version available

fe7e3195fa91ad79850ac484ad0458906d3b638d authored about 11 years ago
Get rid of dummy Paths_Elm.hs file!

d6e769514ea8743b6ba1605a8007ac8bde44308e authored about 11 years ago
Finish refactoring code into Build/ directory, make some names more consistent and remove unneeded dependencies

dac51abc8867b90d87ff77558e6d43f831e06df1 authored about 11 years ago
Start breaking the build process up into smaller modules

6cb3b3006283d433884737a8cbddbaf8396c24bc authored about 11 years ago
Rollback on laziness for now.

I feel like it does not have a strong use case yet, and does not align
with the nearterm goals o...

80e8af63e5fc852cddd2cb043193f388d6068242 authored about 11 years ago
added more to MJS

469be37b7f5542fd73090f04de2ae4439384853c authored about 11 years ago
Merge branch 'dev' into topic/webgl

cdfad0391fd56d5c8b62bec929b684df7575510f authored about 11 years ago
The box is resizable

4384bf8360f5bb39c9c97cf8c7dcef68b951da5e authored about 11 years ago
first pass at doing canvas resizing and redrawing

a8a4f79f19df0eabb2db92f3f4b20ff68404825d authored about 11 years ago
Mess around with wording and switch to using a pdf for the contributor agreement

cd4b4e2ef5da187584b6952a85e8f9fe32a0baca authored about 11 years ago
Merge branch 'dev' into topic/webgl

be90dd6254e8b35719f238c397ea1b9c3699ed6f authored about 11 years ago
Merge pull request #359 from jsl/add_contributing_doc

Add initial CONTRIBUTING.md

0ce1d53f018fd58879a7dcdd791c2eb3f442e2dd authored about 11 years ago
Add more info to comments

c8c9913983e11ba207a4acb1c386249e59b63f01 authored about 11 years ago
Clarify docs for `splitWith` and make note about potential infinite loops more consistent

f57ffdf84e2b87b6079a1a1263e6cef91f7b9e05 authored about 11 years ago
Add more documentation (mainly adding more examples) and change to the name `splitWith`

cc5be70ac429e1b771bbd340694bd78176f5dc9b authored about 11 years ago
Merge branch 'master' into dev

8a9fbbc7ccbfa591c530ed732b27d64fa56f4199 authored about 11 years ago
Merge pull request #377 from cstork/master

Fix Keyboard.lastPressed to signal repeated keys

854eeaae67f0e07c6b7329c741ad13222a98ea00 authored about 11 years ago
Add -threaded and -O2 back to resolve build issue on some machines that default to using single threaded runtime

983954fb19fbfa4bfe9ac7b1abacdae1728c4d4d authored about 11 years ago
Improve message for errors when unifying rigid type variables

6ff938c7cf13a0fdafb9df62f9b7cee16762f50e authored about 11 years ago
Merge pull request #383 from maxsnew/lazy

Add unsafe Stream functions

91007fc4f9bb17e2acfeddccde3f318924f2d00e authored about 11 years ago
that's not how you spell "high five"!

01a5b1d8c23136c02ed3123362bed480bb341af5 authored about 11 years ago
Get rid of dependency on `Text.Read.readMaybe` to resolve #382

6768b0ef7a74264d59df5039ab11892b5ba3ebc4 authored about 11 years ago
Add unsafe Stream functions

3eeefe71413ba444b3db8789fd0b62083171669c authored about 11 years ago
Add documentation for `JsonValue`

1707e52e69eaf62ec1c2ae5ee73d0d5bdbc850b9 authored about 11 years ago
Turn off markdown interpolation for now.

This will of course get turned back on! I don’t want to do it in the
very next release though.

4452e4e13831ca4a32544d9fd594640a47777f98 authored about 11 years ago
Update documentation to be more up to date

d12a744824a0cd0dfa818aece43c24ece0af4971 authored about 11 years ago
Switch back to stateless API, currently do not want to change this in the next release

1aa3b76e8e7eb2c5979bdb14a5050c1b6c4cfa65 authored about 11 years ago
spinning cube demo!

3e2d2e9e6a00ece93a97bd37d16c3f8c9aad39ad authored about 11 years ago
Merge remote-tracking branch 'alex/webgl' into topic/webgl

Conflicts:
libraries/Native/Graphics/WebGL.js

1dda7e07c2ec0f33fa4bdeadec8f7acab7bc0844 authored about 11 years ago
Merge remote-tracking branch 'evan/dev' into topic/webgl

b9e10b4bef7b26b216749de374aa7cecbd800c3e authored about 11 years ago
fixed!

f349ea8b5cae2f311c388191fb4e42762d26763d authored about 11 years ago
Merge pull request #381 from bcdarwin/master

Add check for duplicate constructors within the same unit

32d162732b64a64bea3c9024efdddd0f4a758b64 authored about 11 years ago
clean up error reporting

d1b3db22f293f2cc45d7b50d8ca2def2097c96ce authored about 11 years ago
partial staging with stuff

fec4a41521eb0d15b2c09d63459f17c04629a35b authored about 11 years ago
also fix duplicate *type* constructors

55e5c342ce415eb541d85940875ae4f64913c27b authored about 11 years ago
fix duplicate *data* constructors

36b73fe7f5c6869592671751ca97b2561850a221 authored about 11 years ago
simplified shader type. added webgl missing throwerror

3c338bdd1f1a266a3df8bfc435ad006a8278fd33 authored about 11 years ago
now webgl takes a signal function, so we can do one-time bind and link

e2fc4daf4cc2aede7d18837e87f294e781917411 authored about 11 years ago
Merge pull request #379 from maxsnew/lazy

Increase sharing in Stream combinators

1fbb635c51a6f31bb82244da7ffe664f5e0dfffe authored about 11 years ago
Fix iterate with optimal sharing

16d8753640f73831e84a2b5610e6d3505c128875 authored about 11 years ago
Increase sharing in Stream combinators

12d3cc5e925cffd96056f23f3c08d4901690724d authored about 11 years ago
Add notes about sorting and laziness

92949f9543ccefa3da0105e1f74b25c5ea14fdfa authored about 11 years ago
Merge pull request #378 from maxsnew/lazy

Add Lazy Evaluation/Streams Library

3f9170aa00b7e358e4648b61679206f210c67efd authored about 11 years ago