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

Remove catch-all match in Declaration

These ought to actually be written out, as the previous TODO message stated,
but at least this w...

67924d1c8ab8a0e3a660868bd9b7a8b3b335f8dd authored over 11 years ago
Add invalid serialization errors to Module.hs

4a111890ed898c83616a9feffc284f952a011c1c authored over 11 years ago
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...

a0cbe84f1da16337711c2d50ad7b7d3a8f045c15 authored over 11 years ago
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.

b3d53572874de4a4a91a0f214b6e6a64eb0fc2dc authored over 11 years ago
Modify error messages for bad build artifacts to wrap more nicely on the terminal

00dfb69367a9af0feaa2e246efaa42198a0719d4 authored over 11 years ago
Debugger: use onload and postMessage to allow debugger to reload, and still connect with UI.

48a1126a2fa6900b557ede8bc82f8201a33c5c71 authored over 11 years ago
Debugger: remove text on debug canvas.

8f510a5b23bb6ef72cd0315527d6636c034d54b6 authored over 11 years ago
Debugger: fix initialization by using main node instead of graphics node (their values are the same).

f20fa4e023d0ee22e1a99b2204acbb801fe349a3 authored over 11 years ago
Unnecessary style changes

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

5a1c9ed3537156298413d6189c8c3189a02fe6c1 authored over 11 years ago
Get rid of either-unwrap dependency and use fewer non-total library functions

b1bca3848824e223b210797c2a9633496c906160 authored over 11 years ago
Merge pull request #319 from johnpmayer/dev

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

0ffd3e20dd0d320813dd3fe69e1c176b40599c2f authored over 11 years ago
Merge pull request #320 from jsl/313_verify_serialized_interfaces

Give more helpful error messages when deserializing elmi files

5c5c05fed9ba32568b09e34bd601b9e081fd118c authored over 11 years ago
Give more helpful error messages when deserializing elmi files

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

c845e586edd07ed95ea419299077ca80b931a70c authored over 11 years ago
Change the internal representation of Text

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

82e9acf16e8bc065f4f742e920bcd8833843010e authored over 11 years ago
Get rid of unnecessary logging

46b9558b1a8d1843a27c09b52b58b9671b9b9218 authored over 11 years ago
Stop creating dummy divs around every Element in a collage, fixes ordering issue in elm-at-pldi-2013

b4440ad6078b8f0406b7cbf92b8979c575d1cb5f authored over 11 years ago
merge find and replace in docs

1e1b0c12814836aa8adcb1f87a7a30ad35efb1fe authored over 11 years ago
Always switch out Text elements

ef2b38fe11873cb9df5aaaef2dc0874672e72562 authored over 11 years ago
add note about Regex library

dd9c90d457e3c413d26042577775b0861d0fa278 authored over 11 years ago
introduce the `padded` function to use fewer `whitespace` markers

90e007730d67b28b2943dc116bbdab165f4ed810 authored over 11 years ago
Be sure to avoid variable shadowing when generating temporary variables, fix for # 318

934e590a7b1547a21b7ec799e7c3f9fd57049858 authored over 11 years ago
language-ecmascript before v0.15 does not have the Pretty(prettyPring) class

2ad4394eb1c06d8a6a1708617125b1699f8bb815 authored over 11 years ago
cosmetic: remove a blank line

a24872f330a114e08880af24b9107583dcdf8bce authored over 11 years ago
Create a Regex library

e411990a87d058af59ca1bee28ef2850daa3f58f authored over 11 years ago
Debugger: path tracing.

38b9301b6e8e13e21a989b178c16c054b1c7f1c2 authored over 11 years ago
Debugger: split module wrapping into separate function; add trace path graphics.

92898ac1b6ac06b65d2607bd9902fe47c9827d44 authored over 11 years ago
Debugger: rename

139feef1ccdf0c29cb72ffe2616982ab2c03a72d authored over 11 years ago
Add a couple type annotations

d1cee239d32b08dbc95762a704bc4e2b85aa94ab authored over 11 years ago
Merge branch 'master' into dev

5eaa5b1c1e0ebb81ef17c4b21bd80b80e182467c authored over 11 years ago
Merge branch 'dev' of https://github.com/evancz/Elm into dev

e3c3d217f9946e62f3c7acbad28e3fb143d0bbda authored over 11 years ago
type annotation of String.isEmpty: "isEmpty : String" => isEmpty : String -> Bool

1ed37fee60221a6c17f380e08c91830e97767ad2 authored over 11 years ago
Add note about Transform2D improvements

4991cb17fa84ca5661d596e44a6ddc5c61e4dd4d authored over 11 years ago
Merge pull request #316 from Dobiasd/patch-1

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

a1b1b7473d6ae1379a5d85c5252086f698d7a02d authored over 11 years ago
Merge pull request #317 from Sheeo/dev-patch

[Cosmetic] Whitespace/indentation fixes in JS runtime

0ec031440adcdc0bfe1e01896348ae68166f87c2 authored over 11 years ago
Fix mixed indent and whitespace in Utils.js

d57762e3ce2014372fbaa14975ecc2fa4017cfb7 authored over 11 years ago
Fix newline at EOF in Element.js

9aa468e59a62eeb9290e6a993e4effc8fcbd6d91 authored over 11 years ago
Fix whitespace and mixed indent in Collage.js

3c5d415c771ef4325af57e6b078ada2399efa75e authored over 11 years ago
Fix whitespace in Init.js

db7e3f618fb90859efc99b050d0c1ff544c2202d authored over 11 years ago
type annotation of String.isEmpty: "isEmpty : String" => isEmpty : String -> Bool

167298290bff45774143d605d17cb423c6397016 authored over 11 years ago
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

65509d7991e4eabda6d1f62ccabaf662fa1154c4 authored over 11 years ago
Merge branch 'master' into dev

b89ace01cf5a17b19b197b1fbd88886459e1c0e3 authored over 11 years ago
Merge pull request #307 from Sheeo/transform

Improve Transform2D

5edfdb0bdde7e1813ef61f1effc30e284cd0225d authored over 11 years ago
Use s for scaling variable

76de6741c3579ceaccfd5c49a7ba3c5ba3fe2932 authored over 11 years ago
Merge pull request #314 from jsl/304_print_program_fix

Remove the --print-program option

b89694116f246162db27d40a71106125afbfcdec authored over 11 years ago
update for 0.10 and 0.11 so far

923546427672c44c19f910c798cecaf91183d777 authored over 11 years ago
Merge pull request #315 from thSoft/patch-1

Fix grammar

d1af099b33624dd45d06112eff29846ed2bad29b authored over 11 years ago
Accepted another grammar fix proposal

36fca0bbeaff5d218e9a5c872b83bd5109198b2e authored over 11 years ago
Merge branch 'master' into dev

5d1ba746aca9d32b7279824358e40fa4d228fb65 authored over 11 years ago
Hide internal structure of Elements, Forms, and Positions

427ac521a3ab6c2840bf756ed8e8745cd341585f authored over 11 years ago
Provide a fake window in needed, making runtime run on node.js

117294ee943c3a70034736a93726c798d64b72a6 authored over 11 years ago
Stop using a custom cache directory, and stop deleting the cache immediately. Also clean up related code.

d57b91c537a3e9526e8f1af7e614b9f70dceb250 authored over 11 years ago
Fix grammar

68101742c97691216e7d87589ddf2a7ba5177f59 authored over 11 years ago
Remove print_program option

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

006e086cd5aa5ee1fb48821844c04e3d4bd72558 authored over 11 years ago
Debugger: better names.

cc6c0e3b2d2939e7a5a60a9b439142da29603b72 authored over 11 years ago
Fix debugger initialization for 0.10.

64a2a2641dd1487a497f4594f704e41e9da41e4b authored over 11 years ago
Debugger with forward stepping.

73e6bc293b2959a13860b7780cde779886c49a90 authored over 11 years ago
Debugger with forward and backward seeking.

d87bc088bf1a4617d8ef40913411ca8a852485e5 authored over 11 years ago
Debugger.

e8846706e26b81dc481dfa1b218a4991cefb424c authored over 11 years ago
Mario can be fully reset to initial state.

d1b39891c4c56a783a5b64e091e920344fe3fd13 authored over 11 years ago
Actually switch to the new module name

9c9fcc7a1edaa8b7f3028fcb01993d4cdfe8db15 authored over 11 years ago
Rename Bits to Bitwise

A substitute for being streetwise

904c22450b08224878a2b639038580d1eb3f155f authored over 11 years ago
Make explanations a bit more helpful

abf05d70c8272ba1421d6ab16604e2092e513e20 authored over 11 years ago
Add a library for bitwise operators

2f7739949fc777988299870c7deaa9089d3809d2 authored over 11 years ago
Trim trailing whitespace

17f407adda27ea3f4887325e20cd9ce1512e76e9 authored over 11 years ago
Move some library functions out of JS and into Elm

a3ba3d3e2e0d3ff366fba8a0458be5bd17f7fff1 authored over 11 years ago
Unify matrices to 3x2 representation.

b44a34e484826890c91698821ca6a965fc523d2f authored over 11 years ago
Add scale and documentation for translation

Express translate in terms of the native matrix method instead.

3a02543b2667f9781d01ad82070719bdaf25b903 authored over 11 years ago
Add scaleX and scaleY

a654bfa96b965638148a0bb7e239286a263c5c00 authored over 11 years ago
Add Transform2D translation

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

A more mature version of this m...

f0b38aeb3c980bd943f0fa2320ebe35d92068c06 authored over 11 years ago
Merge branch 'master' into dev

3ae8b16109388816827bcfa86b2095ac24c58156 authored over 11 years ago
Merge branch 'markdown' into dev

Conflicts:
Elm.cabal

d97fe192e0375fccf3fdc7130864dcd626ff3655 authored over 11 years ago
Merge pull request #303 from jsl/fix_issue_299

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

737fedcb6995c9002e7e371dd514500f89184c0e authored over 11 years ago
Merge pull request #312 from tomberek/patch-1

Updated the functions in "Transforming Forms" to use Float

71fb0a36630b1532d0062626bbf74050637f72ab authored over 11 years ago
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...

1d0ce8e3f24e0210a233f21f3bf430dfcaed494a authored over 11 years ago
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...

576bc281426413b2d4cf336910d899657acbf29f authored over 11 years ago
Take out init for now.

Perhaps last should come out too.

8e69683235bb2398f3c2a078a737766ad634650b authored over 11 years ago
Merge branch 'master' into dev

d8ced9ee74c8894f717fcac795ce8bbdedff4165 authored over 11 years ago
Merge pull request #311 from cris/master

Update Automaton.elm

7174d9a0c44701435295ec93b88382b0d4cbcd95 authored over 11 years ago
Update Automaton.elm

Fixed broken link in documentation.

fd1d962a6b951c2f0218f54f38df9edca81b4f8f authored over 11 years ago
Add bounds on language-ecmascript

5f82630ebca34766721adadedad67aa6be303590 authored over 11 years ago
Add bounds on language-ecmascript

df8df364fc87a3963664e7e37c5a1a24739bc477 authored over 11 years ago
Implement markdown interpolation

56ecbbc70a135bdebb2f6e96d5664299e98703f7 authored over 11 years ago
Fix error with `request` function

cb0183ba462ffdae5c9dece4b04b90f72d4a5e04 authored over 11 years ago
Bump version number

7435e310afba190b4c371dd63b832b9d9ef0477f authored over 11 years ago
Correct the value e

040389f507cea3c68f046a048831dcbdcd51908b authored over 11 years ago
fix show for numbers and other non-object types

a6c96ebf6bf7d8ac2504d2db8c23a5c99f5140a6 authored over 11 years ago
Get rid of old info in the readme

e6f83075d04186030581f4a527983987f457f983 authored over 11 years ago
fix string conversion in runtime/

2150eab871e3d4c5cf13a86da555570aa5b91ba6 authored over 11 years ago
Add the toList and fromList functions

519484d85a259b0d4b5a3fe8d68f50862232e747 authored over 11 years ago
Make docs nicer

463873b771cdd6bc3e3061b26b66409fad890dc7 authored over 11 years ago
Fix pattern matching on characters

f1b1bcd5fd02bc0ab5b669d68e7d76d5b2007781 authored over 11 years ago
Bump version number of elm-server

fb760ee63eb023f7156dbf66c795d28d558b1b4c authored over 11 years ago
Add append and concat functions, organize docs better

abbcf3c13d2604ab3ab8f27756dd2cc431ec23bf authored over 11 years ago
Fix issues with improperly created characters

99bd1000c2d66fc9eee7f5edebd259a0dad5c9e4 authored over 11 years ago
cosmetic changes on fix for #305

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

c685c8b91b710d06b58a22ef4acb0a321860cbe6 authored over 11 years ago
Merge pull request #306 from johnpmayer/topic/fixing_empty_record

can have zero fields if no extension could be parsed

013e19ecde9e2cc2d59530085e8a1e2dfbda8f37 authored over 11 years ago
can have zero fields if no extension could be parsed

e75f5388fbec6aa55c210980d25e86e686aeb39f authored over 11 years ago
Fix formatting of error when there are two unbound type variables

debfd18444b9d931d194e6ac3ea0fbebe9881c02 authored over 11 years ago
Throw errors for unbound type variables in ADTs and aliases, resolves #302

692d8d8eac2f9884a470d76d6f9be0ec5cdf89cd authored over 11 years ago
Bump the version number to 0.10

56877c08923804ab85519dc7c339b0776e698bbe authored over 11 years ago