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

add `elm-server` to changelog

github.com/elm-tooling/elm-compiler-library - f5910c4dc943e0f125f993fb6e1a11a3235a2d0a authored about 11 years ago by Evan Czaplicki <[email protected]>
Show error messages in browser with elm-server

github.com/elm-tooling/elm-compiler-library - 3d570aa01192ad93510816a17c31b3cdc5ef7026 authored about 11 years ago by Evan Czaplicki <[email protected]>
Add tiny clarification to `hsv` documentation

github.com/elm-tooling/elm-compiler-library - 5a06bba85dcac1e7992ce561cf95febea4c14e8b authored about 11 years ago by Evan Czaplicki <[email protected]>
Switch back to using `number` instead of `Float` whenever it is appropriate

github.com/elm-tooling/elm-compiler-library - 552fe262c2df9639a995f7261cddb829a088e0bf authored about 11 years ago by Evan Czaplicki <[email protected]>
Canonicalize patterns in lambda expressions

github.com/elm-tooling/elm-compiler-library - 9e58bdbc54704c136e46f827c0ce35ee2550175c authored about 11 years ago by Evan Czaplicki <[email protected]>
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.

github.com/elm-tooling/elm-compiler-library - 47aa48d9fdd0b9b618f6975997c594287b86c26d authored about 11 years ago by Evan Czaplicki <[email protected]>
Move to 0.9.0.2

github.com/elm-tooling/elm-compiler-library - 1e0294eea4b08804445fc67c70d929599227cf5e authored about 11 years ago by Evan Czaplicki <[email protected]>
Fix issue unifying comparables brought up by Max on the lists

A flexible comparable should be able to unify with another comparable

github.com/elm-tooling/elm-compiler-library - 3b27395e62783d815edad42d6d1961d95099c4a9 authored about 11 years ago by Evan Czaplicki <[email protected]>
compute a flexibility mark, just so it's easier to turn on and off later

github.com/elm-tooling/elm-compiler-library - 9bba47c791441019b7354d9ed4804493bc3ec328 authored about 11 years ago by Evan Czaplicki <[email protected]>
Update elm-server to work with 0.9, compiles multiple files

github.com/elm-tooling/elm-compiler-library - 0f400da42f46622715d248d742faefd1aeac4dac authored about 11 years ago by Evan Czaplicki <[email protected]>
add the new data dir to ignore

github.com/elm-tooling/elm-compiler-library - 77ff8ca3ab994c830f4cd11285fa5fcd6d3d8c36 authored about 11 years ago by Evan Czaplicki <[email protected]>
Get rid of dead code and bad exports

github.com/elm-tooling/elm-compiler-library - c54dbf38afa2bfb0ec106818776e5605fa1333ed authored about 11 years ago by Evan Czaplicki <[email protected]>
Pull the Mac installer until it is updated to 0.9

github.com/elm-tooling/elm-compiler-library - 3f6fc1686c7b97e96019679f1b11775630ac89d6 authored about 11 years ago by Evan Czaplicki <[email protected]>
move the home of the data files out of dist/ (cabal complained)

github.com/elm-tooling/elm-compiler-library - e81e0c4424172176448ddd6220a930adfbee383a authored about 11 years ago by Evan Czaplicki <[email protected]>
Add some documentation

github.com/elm-tooling/elm-compiler-library - b23ff222a0ee204cb3ff8b66496b873f85235cd0 authored about 11 years ago by Evan Czaplicki <[email protected]>
Fix hotswapping on static scenes

github.com/elm-tooling/elm-compiler-library - 308c1af433830fe7dcf5ecb673439ee8fef96523 authored about 11 years ago by Evan Czaplicki <[email protected]>
Fix extra space in error message

github.com/elm-tooling/elm-compiler-library - 5b6773c3ec97a73a2fcd8f786bd5338f6a2a6c61 authored about 11 years ago by Evan Czaplicki <[email protected]>
Make readme more compact

github.com/elm-tooling/elm-compiler-library - d55e9608f80b6cd128bf2f60d28dec8eda700ffa authored about 11 years ago by Evan Czaplicki <[email protected]>
Define List.and and List.or

github.com/elm-tooling/elm-compiler-library - 0bd875923f71d643ce8d13ed05b5c47d0b31f4e9 authored about 11 years ago by Evan Czaplicki <[email protected]>
Fix problems generating functions with 10 or more arguments

Mainly useful for record constructors which are automatically generated.

github.com/elm-tooling/elm-compiler-library - 623741877b3f5cfab1404acb1da42969a3ecc611 authored about 11 years ago by Evan Czaplicki <[email protected]>
Fix problem with variable shadowing when instantiating aliased types

github.com/elm-tooling/elm-compiler-library - 143547e766efe66c007f37e1c4b278edba4ebebc authored about 11 years ago by Evan Czaplicki <[email protected]>
Merge branch 'dev'

github.com/elm-tooling/elm-compiler-library - c70d59fdf933702407bac398714942f337df4735 authored about 11 years ago by Evan Czaplicki <[email protected]>
Merge pull request #194 from A1kmm/dev-fix-mousemove-handler-for-touch

Fix a typo bug in the onblur handler for Touch.

github.com/elm-tooling/elm-compiler-library - 79c6b3b39ec31762f4a28f03325c0e7707784ecc authored about 11 years ago by Evan Czaplicki <[email protected]>
Merge pull request #206 from zsombornagy/master

A hopefully better foldp example

github.com/elm-tooling/elm-compiler-library - 27ee17962681f8780dbcea5a8e5f2bc0fc588b6b authored about 11 years ago by Evan Czaplicki <[email protected]>
Change foldp example to contain a function which uses both of its arguments

github.com/elm-tooling/elm-compiler-library - fa28e6119848e5eff3562652e0c2edfcec04ce42 authored about 11 years ago by Zsombor Nagy <[email protected]>
Update README.md

github.com/elm-tooling/elm-compiler-library - 4d719eb235fb132482b1e827acfee0a4097aae55 authored about 11 years ago by Evan Czaplicki <[email protected]>
Give more specific errors when a variable cannot be found during canonicalization

github.com/elm-tooling/elm-compiler-library - 0b9317124dc208a800189471aa68e898c34bac8b authored about 11 years ago by Evan Czaplicki <[email protected]>
Merge pull request #204 from lambdatoast/patch-1

Remove extra "is" from defaultMessage.

github.com/elm-tooling/elm-compiler-library - d85c01ebbc894ac9991a3efe1b5285d653522f30 authored about 11 years ago by Evan Czaplicki <[email protected]>
Strip \r from multiline strings

github.com/elm-tooling/elm-compiler-library - 9821e12a4ce96c78a3f94395874cd734b83541d2 authored about 11 years ago by Evan Czaplicki <[email protected]>
Remove extra "is" from defaultMessage.

github.com/elm-tooling/elm-compiler-library - a043b95f0cac24057536801b0df9c71ed4cf010c authored about 11 years ago by Alexander <[email protected]>
Make sure that all directories in build/ are properly constructed

github.com/elm-tooling/elm-compiler-library - cc81b1e22b25b684d544863d9f4ddeba366e672e authored about 11 years ago by Evan Czaplicki <[email protected]>
Add a default error message for beginners

github.com/elm-tooling/elm-compiler-library - f7db7a3b477dba9d7d1bf695978c7a3da3af75a4 authored about 11 years ago by Evan Czaplicki <[email protected]>
Fix very silly error, default module name is "Main" not "Name"

github.com/elm-tooling/elm-compiler-library - 50dada1f223cf01c337d4c735279da1da20c311d authored about 11 years ago by Evan Czaplicki <[email protected]>
Give a better error message when trying to unify rigid type variables in a bad way

github.com/elm-tooling/elm-compiler-library - 53ef6d33c974757c411739b1fe866f7d978ad0fa authored about 11 years ago by Evan Czaplicki <[email protected]>
Properly parse out module names, defaulting to Main if no name is given.

github.com/elm-tooling/elm-compiler-library - ed6b255ba55ad1b7d54a33839978fa5b46e2cf15 authored about 11 years ago by Evan Czaplicki <[email protected]>
Introduce cache/ and build/ directories

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

github.com/elm-tooling/elm-compiler-library - 43b604e0ca8ea62ec350d44a7f16279144a3289e authored about 11 years ago by Evan Czaplicki <[email protected]>
Give line numbers when there is a kind error in a pattern

github.com/elm-tooling/elm-compiler-library - 2e38f7b06121a3d70d2a76fce30273f0ef8284d3 authored about 11 years ago by Evan Czaplicki <[email protected]>
Make errors a little bit better when a type alias gets the wrong number of arguments.

github.com/elm-tooling/elm-compiler-library - a3f62c34c3e25464ce250b08b9292e4e70758634 authored about 11 years ago by Evan Czaplicki <[email protected]>
Change "line" to "on line" in the string representation of one line `SrcSpan`s

github.com/elm-tooling/elm-compiler-library - 7af7c1f98d4811c5b14fdb6a8f77109dd3b81ee8 authored about 11 years ago by Evan Czaplicki <[email protected]>
Make sure that the user defined module name is used in generated HTML

github.com/elm-tooling/elm-compiler-library - 97ab6199bd7a70f8f304b885f1cd447d1406c9c0 authored about 11 years ago by Evan Czaplicki <[email protected]>
Get rid of dead code: `showErr` is not used any more

github.com/elm-tooling/elm-compiler-library - 97a462897659c25c6d253d38e6cf41ee0229823c authored about 11 years ago by Evan Czaplicki <[email protected]>
Update to talk about ElmFiles/ directory

github.com/elm-tooling/elm-compiler-library - 96835bf598b8ccff9feb74632c3eafcbb2404aae authored about 11 years ago by Evan Czaplicki <[email protected]>
Ensure that binary serialization works on Windows. Previously had issues with line ending conversions messing with binary data.

github.com/elm-tooling/elm-compiler-library - a446d609f2492a372178d8d2d6c311ae0249de2e authored about 11 years ago by Evan Czaplicki <[email protected]>
try to clarify syntax upgrade for infix definitions

github.com/elm-tooling/elm-compiler-library - 48ee3120e513e62951846a13f16046b7f0dd2508 authored about 11 years ago by Evan Czaplicki <[email protected]>
minor clarification

github.com/elm-tooling/elm-compiler-library - 555cdc65879a3e4828251c68b3b05294e6579d66 authored about 11 years ago by Evan Czaplicki <[email protected]>
Merge branch 'dev'

github.com/elm-tooling/elm-compiler-library - 8f84e508eac9d381cce2f5e3f16e019b5efdaad2 authored about 11 years ago by Evan Czaplicki <[email protected]>
Update changelog

github.com/elm-tooling/elm-compiler-library - f6c0c7777fba91a04f2caa1a91dd762e35eb09c7 authored about 11 years ago by Evan Czaplicki <[email protected]>
Clean up mistakes from the merge

github.com/elm-tooling/elm-compiler-library - 1df206dcc91f0f17ba0d8f21179f07ee2ae873f5 authored about 11 years ago by Evan Czaplicki <[email protected]>
Merge branch 'types'

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

github.com/elm-tooling/elm-compiler-library - 51dfa676d911efe12abe9d83ce79742d6934c26d authored about 11 years ago by Evan Czaplicki <[email protected]>
Merge branch 'types' into dev

github.com/elm-tooling/elm-compiler-library - aead2904733325c2b5aa3eedd1b4fabd3d207bb9 authored about 11 years ago by Evan Czaplicki <[email protected]>
Make sure that screen resize is registered on initialization

github.com/elm-tooling/elm-compiler-library - c37f30fb418ca205216a209d0cf372cf5054f36f authored about 11 years ago by Evan Czaplicki <[email protected]>
Give a hint about the developer console for runtime errors

github.com/elm-tooling/elm-compiler-library - 330aa78bde429aa2674e6571b54af9d8017666aa authored about 11 years ago by Evan Czaplicki <[email protected]>
Better error messages for runtime errors in cases and ifs

github.com/elm-tooling/elm-compiler-library - 8a6a8235046b72e34000b319cc5bb70b15bb3216 authored about 11 years ago by Evan Czaplicki <[email protected]>
Report some runtime errors on screen

only if error occurs on initialization, not after first frame

github.com/elm-tooling/elm-compiler-library - c8d2734a0dd3773a9f7a620df831f28a04f111ed authored about 11 years ago by Evan Czaplicki <[email protected]>
Add missing paren

github.com/elm-tooling/elm-compiler-library - 62bb8ab3ad1f144a7320c0f1286cae9659843c8d authored about 11 years ago by Evan Czaplicki <[email protected]>
Better JS for function composition, runtime errors report which module they came from

github.com/elm-tooling/elm-compiler-library - 0cd594c13ca5fba43a3a841c7577181fe07ab0b0 authored about 11 years ago by Evan Czaplicki <[email protected]>
Fix timestamp which was undefined before

github.com/elm-tooling/elm-compiler-library - 0a556749392c84eea3940d8c0cf831e862cd73b3 authored about 11 years ago by Evan Czaplicki <[email protected]>
Get show, readInt, and readFloat working again

github.com/elm-tooling/elm-compiler-library - a2684218934a682fa7295fd659546e401452c2c3 authored about 11 years ago by Evan Czaplicki <[email protected]>
Signal.delay was undefined, use correct reference

github.com/elm-tooling/elm-compiler-library - 56e897c9d105d5dc32e481178f7765e0c52a4568 authored about 11 years ago by Evan Czaplicki <[email protected]>
Fix rounding error in changing width and height of images

github.com/elm-tooling/elm-compiler-library - e6e038d4318be5d69980617923e6a0f64d9e896d authored about 11 years ago by Evan Czaplicki <[email protected]>
Nicer error messages for unfound variables

github.com/elm-tooling/elm-compiler-library - e1bccca1dede565167782175705521f29d366d2e authored about 11 years ago by Evan Czaplicki <[email protected]>
Make error messages prettier

github.com/elm-tooling/elm-compiler-library - 3c05f538d09c09904d2cc7b7d3e375bd2de42f43 authored about 11 years ago by Evan Czaplicki <[email protected]>
Make formatting nicer for type errors

github.com/elm-tooling/elm-compiler-library - cb1a7a2355cb6fea5a3e3cb5c8afd55f1735a89a authored about 11 years ago by Evan Czaplicki <[email protected]>
Show source strings in error messages when possible

github.com/elm-tooling/elm-compiler-library - 20047ec0eb35ebf8d07f7293176f876fb80c7e6b authored about 11 years ago by Evan Czaplicki <[email protected]>
Use new Located datastructure, add source strings where appropriate

github.com/elm-tooling/elm-compiler-library - 51bc878b5169aec58926e7892521df73df765dde authored about 11 years ago by Evan Czaplicki <[email protected]>
Add source code to locations for better error messages

github.com/elm-tooling/elm-compiler-library - 177a03750b3268d63349589d303bc712d7eb3b36 authored about 11 years ago by Evan Czaplicki <[email protected]>
Add more space between type errors

github.com/elm-tooling/elm-compiler-library - 1f390072c65f9c957feb259e94ea8aef1c4a48d7 authored about 11 years ago by Evan Czaplicki <[email protected]>
Compile threaded with O2

github.com/elm-tooling/elm-compiler-library - 0e89c32b8e1d9326a43f1310fb74d6b48093f4cd authored about 11 years ago by Evan Czaplicki <[email protected]>
print file path when compiling and enable multithreaded execution

github.com/elm-tooling/elm-compiler-library - 37417e154cc69083fe6abb8c735e00ad63f83136 authored about 11 years ago by Evan Czaplicki <[email protected]>
Give the proper field names to checkboxes

github.com/elm-tooling/elm-compiler-library - 936ffdea81e0aff5101ee0bb83b719c3dc10c1ff authored about 11 years ago by Evan Czaplicki <[email protected]>
Trim unused dependencies

github.com/elm-tooling/elm-compiler-library - 6aa9fc07a29661aaed4a39fdabb42cffbc61b317 authored about 11 years ago by Evan Czaplicki <[email protected]>
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...

github.com/elm-tooling/elm-compiler-library - 8000b8b4b9e660dd926df35f5fdafc449191ed16 authored about 11 years ago by Evan Czaplicki <[email protected]>
Fix links, hopefully for real this time

github.com/elm-tooling/elm-compiler-library - 94d6f7f471089bb4e0e4411fb6c6640d1bae624c authored about 11 years ago by Evan Czaplicki <[email protected]>
Fix "hiding" of thing that does not exist

github.com/elm-tooling/elm-compiler-library - e4e8d893931d45d66497eb908de46b6545373fe7 authored about 11 years ago by Evan Czaplicki <[email protected]>
Unhide thing that does not exist

github.com/elm-tooling/elm-compiler-library - 9f2b81e4a91a075a895659c25d086da5e4b6c900 authored about 11 years ago by Evan Czaplicki <[email protected]>
Fix rendering of links. Should fill only the space of the element.

github.com/elm-tooling/elm-compiler-library - 5c0f1efd4d059d76b342d2f5d5d74aaf0b44de04 authored about 11 years ago by Evan Czaplicki <[email protected]>
Better names for files when no name is given

github.com/elm-tooling/elm-compiler-library - 520c81f9d40574337c7fe6160a75ab7e310c0146 authored about 11 years ago by Evan Czaplicki <[email protected]>
Fix problem in generating pattern matching code for records

github.com/elm-tooling/elm-compiler-library - 78c6db644ea5bc04e3dca19a7b94b22178ecbdd0 authored about 11 years ago by Evan Czaplicki <[email protected]>
Fix record constructor for extension

github.com/elm-tooling/elm-compiler-library - 28d256876d48817f6a1e7a6f68320f3590db670a authored about 11 years ago by Evan Czaplicki <[email protected]>
deprime all exports, fix accidental variable capture in (.)

github.com/elm-tooling/elm-compiler-library - 070d02c9142865677ec5a5818f8e790b7917e3ee authored about 11 years ago by Evan Czaplicki <[email protected]>
rename `opacity` to `alpha` to avoid name collision

github.com/elm-tooling/elm-compiler-library - 1abea68ea27a9eafc72cd7c2a96d9a956e5588ae authored about 11 years ago by Evan Czaplicki <[email protected]>
change error message

github.com/elm-tooling/elm-compiler-library - 8bc39cd620c6b24c03ccced1067ff17c44046d43 authored about 11 years ago by Evan Czaplicki <[email protected]>
Get the correct exports

github.com/elm-tooling/elm-compiler-library - 96136beaf54412e48add07f98cd25e820bfa7545 authored about 11 years ago by Evan Czaplicki <[email protected]>
Put exports at the end of a file, making sure the value is always defined.

github.com/elm-tooling/elm-compiler-library - c85fed10249d3c7146f175c36d66680689f45949 authored about 11 years ago by Evan Czaplicki <[email protected]>
get rid of tabs

fucking tabs

github.com/elm-tooling/elm-compiler-library - 1b1f0581702499ed4df1beee0c9884e67bc0d916 authored about 11 years ago by Evan Czaplicki <[email protected]>
make sure clicks are registered on buttons

github.com/elm-tooling/elm-compiler-library - e29756414098ff58f8bc6635aa39aef11cfc2179 authored about 11 years ago by Evan Czaplicki <[email protected]>
fix spacing again

github.com/elm-tooling/elm-compiler-library - 3c7f45ff0a8287dde6e6b6978d55b4fff9d3c650 authored about 11 years ago by Evan Czaplicki <[email protected]>
make sure anchor tags surround their content

github.com/elm-tooling/elm-compiler-library - 32c17ec3f45e3a4ecbc80ecd058daa35edcfd697 authored about 11 years ago by Evan Czaplicki <[email protected]>
Take correct file path, even if module name is not given

github.com/elm-tooling/elm-compiler-library - dd8843f8e41cbdb59ae26a55266f87487573fa9d authored about 11 years ago by Evan Czaplicki <[email protected]>
Correctly generate a type for markdown blocks

github.com/elm-tooling/elm-compiler-library - 8e54751626d3fc06579cc4a2635cc6ff5bb2cfdd authored about 11 years ago by Evan Czaplicki <[email protected]>
Properly handle the qualified `Text` type

github.com/elm-tooling/elm-compiler-library - 20e2ff0a28f238161ccb8621778e4de8ac8eb7e8 authored about 11 years ago by Evan Czaplicki <[email protected]>
Parse qualified infix functions

It is okay to say

4 `Time.since` Mouse.clicks

github.com/elm-tooling/elm-compiler-library - 51ba51291461617b96ff9b6f4357b55aaedfc9ed authored about 11 years ago by Evan Czaplicki <[email protected]>
Allow prefixes on FFI types

github.com/elm-tooling/elm-compiler-library - 66e2a97d2a5b26e5f76b2afe6e9143d7e8a68a68 authored about 11 years ago by Evan Czaplicki <[email protected]>
Import qualified Text module by default

github.com/elm-tooling/elm-compiler-library - f9cc4516d8396542480743a69c8cda4a539d90ca authored about 11 years ago by Evan Czaplicki <[email protected]>
Fix pattern matching

github.com/elm-tooling/elm-compiler-library - 8f1f15cfeb63ae2e285dfdd4f3386e36c2d5054a authored about 11 years ago by Evan Czaplicki <[email protected]>
Eliminate dead code and reduce dependencies

github.com/elm-tooling/elm-compiler-library - 4f595c2ca561ba98754149f120f6189788739c1b authored about 11 years ago by Evan Czaplicki <[email protected]>
Check that imports actually exist in the known interfaces

github.com/elm-tooling/elm-compiler-library - a56efd851b139c72254fdf396d1a3e9cec03f53f authored about 11 years ago by Evan Czaplicki <[email protected]>