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

Fix variable shadowing when pattern matching on a pattern with only one variable, when it appears in a let-expression

585107eaed4a73146cf33efd6b1c87eb6da5c41b authored over 11 years ago
add `elm-server` to changelog

f5910c4dc943e0f125f993fb6e1a11a3235a2d0a authored over 11 years ago
Show error messages in browser with elm-server

3d570aa01192ad93510816a17c31b3cdc5ef7026 authored over 11 years ago
Add tiny clarification to `hsv` documentation

5a06bba85dcac1e7992ce561cf95febea4c14e8b authored over 11 years ago
Switch back to using `number` instead of `Float` whenever it is appropriate

552fe262c2df9639a995f7261cddb829a088e0bf authored over 11 years ago
Canonicalize patterns in lambda expressions

9e58bdbc54704c136e46f827c0ce35ee2550175c authored over 11 years ago
Preemptively add "number" as a kind of flexible variable that can unify with an (Is Number)

This is similar to the recent issue with comparable brought up by Max.

47aa48d9fdd0b9b618f6975997c594287b86c26d authored over 11 years ago
Move to 0.9.0.2

1e0294eea4b08804445fc67c70d929599227cf5e authored over 11 years ago
Fix issue unifying comparables brought up by Max on the lists

A flexible comparable should be able to unify with another comparable

3b27395e62783d815edad42d6d1961d95099c4a9 authored over 11 years ago
compute a flexibility mark, just so it's easier to turn on and off later

9bba47c791441019b7354d9ed4804493bc3ec328 authored over 11 years ago
Update elm-server to work with 0.9, compiles multiple files

0f400da42f46622715d248d742faefd1aeac4dac authored over 11 years ago
add the new data dir to ignore

77ff8ca3ab994c830f4cd11285fa5fcd6d3d8c36 authored over 11 years ago
Get rid of dead code and bad exports

c54dbf38afa2bfb0ec106818776e5605fa1333ed authored over 11 years ago
Pull the Mac installer until it is updated to 0.9

3f6fc1686c7b97e96019679f1b11775630ac89d6 authored over 11 years ago
move the home of the data files out of dist/ (cabal complained)

e81e0c4424172176448ddd6220a930adfbee383a authored over 11 years ago
Add some documentation

b23ff222a0ee204cb3ff8b66496b873f85235cd0 authored over 11 years ago
Fix hotswapping on static scenes

308c1af433830fe7dcf5ecb673439ee8fef96523 authored over 11 years ago
Bump to 0.9

5e6481ccfd76ae3c6e7691b07302a2d9c189ef9c authored over 11 years ago
Fix extra space in error message

5b6773c3ec97a73a2fcd8f786bd5338f6a2a6c61 authored over 11 years ago
Make readme more compact

d55e9608f80b6cd128bf2f60d28dec8eda700ffa authored over 11 years ago
Define List.and and List.or

0bd875923f71d643ce8d13ed05b5c47d0b31f4e9 authored over 11 years ago
Fix problems generating functions with 10 or more arguments

Mainly useful for record constructors which are automatically generated.

623741877b3f5cfab1404acb1da42969a3ecc611 authored over 11 years ago
Fix problem with variable shadowing when instantiating aliased types

143547e766efe66c007f37e1c4b278edba4ebebc authored over 11 years ago
Merge branch 'dev'

c70d59fdf933702407bac398714942f337df4735 authored over 11 years ago
Merge pull request #194 from A1kmm/dev-fix-mousemove-handler-for-touch

Fix a typo bug in the onblur handler for Touch.

79c6b3b39ec31762f4a28f03325c0e7707784ecc authored over 11 years ago
Merge pull request #206 from zsombornagy/master

A hopefully better foldp example

27ee17962681f8780dbcea5a8e5f2bc0fc588b6b authored over 11 years ago
Change foldp example to contain a function which uses both of its arguments

fa28e6119848e5eff3562652e0c2edfcec04ce42 authored over 11 years ago
Update README.md

4d719eb235fb132482b1e827acfee0a4097aae55 authored over 11 years ago
Give more specific errors when a variable cannot be found during canonicalization

0b9317124dc208a800189471aa68e898c34bac8b authored over 11 years ago
Merge pull request #204 from lambdatoast/patch-1

Remove extra "is" from defaultMessage.

d85c01ebbc894ac9991a3efe1b5285d653522f30 authored over 11 years ago
Strip \r from multiline strings

9821e12a4ce96c78a3f94395874cd734b83541d2 authored over 11 years ago
Remove extra "is" from defaultMessage.

a043b95f0cac24057536801b0df9c71ed4cf010c authored over 11 years ago
Make sure that all directories in build/ are properly constructed

cc81b1e22b25b684d544863d9f4ddeba366e672e authored over 11 years ago
Add a default error message for beginners

f7db7a3b477dba9d7d1bf695978c7a3da3af75a4 authored over 11 years ago
Fix very silly error, default module name is "Main" not "Name"

50dada1f223cf01c337d4c735279da1da20c311d authored over 11 years ago
Give a better error message when trying to unify rigid type variables in a bad way

53ef6d33c974757c411739b1fe866f7d978ad0fa authored over 11 years ago
Properly parse out module names, defaulting to Main if no name is given.

ed6b255ba55ad1b7d54a33839978fa5b46e2cf15 authored over 11 years ago
Introduce cache/ and build/ directories

Switch from using --output-directory for all generated files, to using
--cache-dir for .elmo and...

43b604e0ca8ea62ec350d44a7f16279144a3289e authored over 11 years ago
Give line numbers when there is a kind error in a pattern

2e38f7b06121a3d70d2a76fce30273f0ef8284d3 authored over 11 years ago
Make errors a little bit better when a type alias gets the wrong number of arguments.

a3f62c34c3e25464ce250b08b9292e4e70758634 authored over 11 years ago
Change "line" to "on line" in the string representation of one line `SrcSpan`s

7af7c1f98d4811c5b14fdb6a8f77109dd3b81ee8 authored over 11 years ago
Make sure that the user defined module name is used in generated HTML

97ab6199bd7a70f8f304b885f1cd447d1406c9c0 authored over 11 years ago
Get rid of dead code: `showErr` is not used any more

97a462897659c25c6d253d38e6cf41ee0229823c authored over 11 years ago
Update to talk about ElmFiles/ directory

96835bf598b8ccff9feb74632c3eafcbb2404aae authored over 11 years ago
Ensure that binary serialization works on Windows. Previously had issues with line ending conversions messing with binary data.

a446d609f2492a372178d8d2d6c311ae0249de2e authored over 11 years ago
try to clarify syntax upgrade for infix definitions

48ee3120e513e62951846a13f16046b7f0dd2508 authored over 11 years ago
minor clarification

555cdc65879a3e4828251c68b3b05294e6579d66 authored over 11 years ago
Merge branch 'dev'

8f84e508eac9d381cce2f5e3f16e019b5efdaad2 authored over 11 years ago
Update changelog

f6c0c7777fba91a04f2caa1a91dd762e35eb09c7 authored over 11 years ago
Clean up mistakes from the merge

1df206dcc91f0f17ba0d8f21179f07ee2ae873f5 authored over 11 years ago
Merge branch 'types'

Conflicts:
compiler/Compiler.hs
compiler/Model/Ast.hs
libraries/Automaton.elm
libraries/Dict...

51dfa676d911efe12abe9d83ce79742d6934c26d authored over 11 years ago
Merge branch 'types' into dev

aead2904733325c2b5aa3eedd1b4fabd3d207bb9 authored over 11 years ago
Make sure that screen resize is registered on initialization

c37f30fb418ca205216a209d0cf372cf5054f36f authored over 11 years ago
Give a hint about the developer console for runtime errors

330aa78bde429aa2674e6571b54af9d8017666aa authored over 11 years ago
Better error messages for runtime errors in cases and ifs

8a6a8235046b72e34000b319cc5bb70b15bb3216 authored over 11 years ago
Report some runtime errors on screen

only if error occurs on initialization, not after first frame

c8d2734a0dd3773a9f7a620df831f28a04f111ed authored over 11 years ago
Add missing paren

62bb8ab3ad1f144a7320c0f1286cae9659843c8d authored over 11 years ago
Better JS for function composition, runtime errors report which module they came from

0cd594c13ca5fba43a3a841c7577181fe07ab0b0 authored over 11 years ago
Fix timestamp which was undefined before

0a556749392c84eea3940d8c0cf831e862cd73b3 authored over 11 years ago
Get show, readInt, and readFloat working again

a2684218934a682fa7295fd659546e401452c2c3 authored over 11 years ago
Signal.delay was undefined, use correct reference

56e897c9d105d5dc32e481178f7765e0c52a4568 authored over 11 years ago
Fix rounding error in changing width and height of images

e6e038d4318be5d69980617923e6a0f64d9e896d authored over 11 years ago
Nicer error messages for unfound variables

e1bccca1dede565167782175705521f29d366d2e authored over 11 years ago
Make error messages prettier

3c05f538d09c09904d2cc7b7d3e375bd2de42f43 authored over 11 years ago
Make formatting nicer for type errors

cb1a7a2355cb6fea5a3e3cb5c8afd55f1735a89a authored over 11 years ago
Show source strings in error messages when possible

20047ec0eb35ebf8d07f7293176f876fb80c7e6b authored over 11 years ago
Use new Located datastructure, add source strings where appropriate

51bc878b5169aec58926e7892521df73df765dde authored over 11 years ago
Add source code to locations for better error messages

177a03750b3268d63349589d303bc712d7eb3b36 authored over 11 years ago
Add more space between type errors

1f390072c65f9c957feb259e94ea8aef1c4a48d7 authored over 11 years ago
Compile threaded with O2

0e89c32b8e1d9326a43f1310fb74d6b48093f4cd authored over 11 years ago
print file path when compiling and enable multithreaded execution

37417e154cc69083fe6abb8c735e00ad63f83136 authored over 11 years ago
Give the proper field names to checkboxes

936ffdea81e0aff5101ee0bb83b719c3dc10c1ff authored over 11 years ago
Trim unused dependencies

6aa9fc07a29661aaed4a39fdabb42cffbc61b317 authored over 11 years ago
Stop exposing the QuasiQuoting library.

I have not looked at this code in many versions, so I don't think it's
good for me to keep "main...

8000b8b4b9e660dd926df35f5fdafc449191ed16 authored over 11 years ago
Fix links, hopefully for real this time

94d6f7f471089bb4e0e4411fb6c6640d1bae624c authored over 11 years ago
Fix "hiding" of thing that does not exist

e4e8d893931d45d66497eb908de46b6545373fe7 authored over 11 years ago
Unhide thing that does not exist

9f2b81e4a91a075a895659c25d086da5e4b6c900 authored over 11 years ago
Fix rendering of links. Should fill only the space of the element.

5c0f1efd4d059d76b342d2f5d5d74aaf0b44de04 authored over 11 years ago
Better names for files when no name is given

520c81f9d40574337c7fe6160a75ab7e310c0146 authored over 11 years ago
Fix problem in generating pattern matching code for records

78c6db644ea5bc04e3dca19a7b94b22178ecbdd0 authored over 11 years ago
Fix record constructor for extension

28d256876d48817f6a1e7a6f68320f3590db670a authored over 11 years ago
deprime all exports, fix accidental variable capture in (.)

070d02c9142865677ec5a5818f8e790b7917e3ee authored over 11 years ago
rename `opacity` to `alpha` to avoid name collision

1abea68ea27a9eafc72cd7c2a96d9a956e5588ae authored over 11 years ago
change error message

8bc39cd620c6b24c03ccced1067ff17c44046d43 authored over 11 years ago
Get the correct exports

96136beaf54412e48add07f98cd25e820bfa7545 authored over 11 years ago
Put exports at the end of a file, making sure the value is always defined.

c85fed10249d3c7146f175c36d66680689f45949 authored over 11 years ago
get rid of tabs

fucking tabs

1b1f0581702499ed4df1beee0c9884e67bc0d916 authored over 11 years ago
make sure clicks are registered on buttons

e29756414098ff58f8bc6635aa39aef11cfc2179 authored over 11 years ago
fix spacing again

3c7f45ff0a8287dde6e6b6978d55b4fff9d3c650 authored over 11 years ago
fix spacing

62dc6e8a571f55a0e22ad8808d0d3460e1079042 authored over 11 years ago
make sure anchor tags surround their content

32c17ec3f45e3a4ecbc80ecd058daa35edcfd697 authored over 11 years ago
Take correct file path, even if module name is not given

dd8843f8e41cbdb59ae26a55266f87487573fa9d authored over 11 years ago
Correctly generate a type for markdown blocks

8e54751626d3fc06579cc4a2635cc6ff5bb2cfdd authored over 11 years ago
Properly handle the qualified `Text` type

20e2ff0a28f238161ccb8621778e4de8ac8eb7e8 authored over 11 years ago
Parse qualified infix functions

It is okay to say

4 `Time.since` Mouse.clicks

51ba51291461617b96ff9b6f4357b55aaedfc9ed authored over 11 years ago
Allow prefixes on FFI types

66e2a97d2a5b26e5f76b2afe6e9143d7e8a68a68 authored over 11 years ago
Import qualified Text module by default

f9cc4516d8396542480743a69c8cda4a539d90ca authored over 11 years ago
Fix pattern matching

8f1f15cfeb63ae2e285dfdd4f3386e36c2d5054a authored over 11 years ago
Style change

ce527c0c072acc5850ffd47987807dd07cf3e737 authored over 11 years ago
Eliminate dead code and reduce dependencies

4f595c2ca561ba98754149f120f6189788739c1b authored over 11 years ago