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

Fix #1506, inlining bit shifts with arguments in the wrong order

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

github.com/elm-tooling/vscode-elm-old - 2f5ba798514aa722d3f407aab8b55f18d06f664f authored about 8 years ago by Krzysztof Cieślak <[email protected]>
updating format for hover fn sig (#82)

github.com/elm-tooling/vscode-elm-old - 27122595dde9b57e510d516063b1e1f07d0af7fb authored about 8 years ago by Sequoia McDowell <[email protected]>
Remove unused Generate.JavaScript.BuiltIn.nativeList

github.com/elm-tooling/elm-compiler-library - 9635eff62a6416fa4ba56e6c7ab50c7a69da64d2 authored about 8 years ago by Evan Czaplicki <[email protected]>
Generate lists directly, do not go through Native.List.fromArray

Fix https://github.com/elm-lang/elm-make/issues/119

github.com/elm-tooling/elm-compiler-library - 3564de7dc021ce072cd4042ba743050bf8256f85 authored about 8 years ago by Evan Czaplicki <[email protected]>
Generate proper code for (main : Html msg)

github.com/elm-tooling/elm-compiler-library - 36dbf23f9ee63068922500c5853c59d9e7f6d93b authored about 8 years ago by Evan Czaplicki <[email protected]>
Fix decoders for bringing tuples through ports

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

github.com/elm-tooling/elm-compiler-library - e9cfb680b1cddc80268ae15262b2389a2a852fc6 authored about 8 years ago by Evan Czaplicki <[email protected]>
Hack to parse old JSON docs with primes

github.com/elm-tooling/elm-compiler-library - eebfe6a44bba686d4de0a10bf60dd2679f983c26 authored about 8 years ago by Evan Czaplicki <[email protected]>
Suggest that people choose descriptive names

github.com/elm-tooling/elm-compiler-library - 9a852e22d4bf0faa269491ac0fd1c10c9442b2be authored about 8 years ago by Evan Czaplicki <[email protected]>
Be more aggressive in committing to args in definitions

github.com/elm-tooling/elm-compiler-library - 6de79b8bce49c44716b97600ed0afa91e6697063 authored about 8 years ago by Evan Czaplicki <[email protected]>
Make errors for primes in variables much more precise

github.com/elm-tooling/elm-compiler-library - cf107f9244f33eb0017a46cc9d4c0c80f71d1f60 authored about 8 years ago by Evan Czaplicki <[email protected]>
Make the definition parser commit more aggressively

github.com/elm-tooling/elm-compiler-library - 0d71129b27685d3d70393bc488cc368b9279e155 authored about 8 years ago by Evan Czaplicki <[email protected]>
Disallow primes in variable names

github.com/elm-tooling/elm-compiler-library - 84711ec0f49370ed7912048ee60d875fda2d4c86 authored about 8 years ago by Evan Czaplicki <[email protected]>
Flip the arguments to Json.Decode.andThen in generated JS

github.com/elm-tooling/elm-compiler-library - 7e6941920ff53abe0113b8061913bf0effdf061f authored about 8 years ago by Evan Czaplicki <[email protected]>
Stop using (:=) in generated JS

github.com/elm-tooling/elm-compiler-library - 849668aa26abf046aa3a6c7bcd740d119de4c27a authored about 8 years ago by Evan Czaplicki <[email protected]>
Bump version to 0.18

github.com/elm-tooling/elm-compiler-library - 524ea0a4567d821091abeabda1e8cd51191b400f authored about 8 years ago by Evan Czaplicki <[email protected]>
Add documentation for the formatOnSave option (#81)

`formatOnSave` is mentioned in the README, but isn't listed in the default settings within VS Code.

github.com/elm-tooling/vscode-elm-old - 7bee7d7359543e089c414c4351853a4844a7d607 authored about 8 years ago by Brian Dukes <[email protected]>
Make Bitwise shift names match elm-lang/core

github.com/elm-tooling/elm-compiler-library - ba244b6173a2a507be6e0ddb4ee14234dcfe469a authored about 8 years ago by Evan Czaplicki <[email protected]>
Bump version

github.com/elm-tooling/vscode-elm-old - 7df69d3a2c28d6bc8bbced02c8187f5967b4ac01 authored about 8 years ago by Krzysztof Cieślak <[email protected]>
Add common snippets (#78)

* Add common snippets

* Update accordng to comments

github.com/elm-tooling/vscode-elm-old - 263651bbf0ae21dc0744e12513cc9a2800f0f594 authored about 8 years ago by Håkon Rossebø <[email protected]>
Update the bitwise op inlining for new names

github.com/elm-tooling/elm-compiler-library - f71c9d40f0a4e7e53c10b193a58b1f8cd00aae00 authored about 8 years ago by Evan Czaplicki <[email protected]>
Stop exposing defaultImports and do all import adding internally

github.com/elm-tooling/elm-compiler-library - 237243391ccb550e40145b8f74f1318bb91c8871 authored about 8 years ago by Evan Czaplicki <[email protected]>
Fix #873, detect bad recursive values

This will detect any values defined in terms of themselves without any
lambda in the way to dela...

github.com/elm-tooling/elm-compiler-library - 8b484abfb313f2877403b168e4d7229863f20ba1 authored about 8 years ago by Evan Czaplicki <[email protected]>
Inline bitwise operations and Basics.not

Fix #1438 so @mgold and @Skinney can continue their work without doing
a bunch of stuff by hand.

github.com/elm-tooling/elm-compiler-library - dbc1665a74f8f9a923fef21b462b85355068bf0b authored about 8 years ago by Evan Czaplicki <[email protected]>
Resolve -Wall errors from Type.Solve

github.com/elm-tooling/elm-compiler-library - c77af538835a28f849631f047c718369db2bdd55 authored about 8 years ago by Evan Czaplicki <[email protected]>
Enable -Wall on Type.Solve

github.com/elm-tooling/elm-compiler-library - db0d6cdc99532b9941e9386b0052cdc380bc7fc5 authored about 8 years ago by Evan Czaplicki <[email protected]>
Better error messages for bad record accesses

Add Hint specifically about record access. Instead of showing a type
diff, only show the type of...

github.com/elm-tooling/elm-compiler-library - b17a4f051af5780950b790eb50ecb4093c699ab0 authored about 8 years ago by Evan Czaplicki <[email protected]>
Track region information in canonical defs

This way we can show the whole def and underline the bad return value
in type errors where the a...

github.com/elm-tooling/elm-compiler-library - a2a2fc0c4cd4e77920449439aa760ea4f4419435 authored about 8 years ago by Evan Czaplicki <[email protected]>
Improve error messages for bad return types (annotation /= def)

github.com/elm-tooling/elm-compiler-library - dcce9516f2b195bde85a985fd8b7c6b8af73ec1a authored about 8 years ago by Evan Czaplicki <[email protected]>
Make error messages nicer for rigid type variables

github.com/elm-tooling/elm-compiler-library - e481f004729492fe08e87399ef504bd7b397259e authored about 8 years ago by Evan Czaplicki <[email protected]>
Remove Type.Solve.allDistinct for rigid var uniqueness check

In previous versions this was dead code because rigidQuantifiers was
always an empty list. This ...

github.com/elm-tooling/elm-compiler-library - 4bec0ecfa2e006498277300d38e3cbf0b61e5f73 authored about 8 years ago by Evan Czaplicki <[email protected]>
cosmetic: remove stray newline

github.com/elm-tooling/elm-compiler-library - a5b21a1e411e23d0d814c91349e76d098d8fb2a0 authored about 8 years ago by Evan Czaplicki <[email protected]>
cosmetic: remove stray newline

github.com/elm-tooling/elm-compiler-library - f5214d62f917e1596e4102c7f9da92b198b462f6 authored about 8 years ago by Evan Czaplicki <[email protected]>
Do not drop aliases in Reporting.Render.Type

This means (VirtualDom.Node msg) becomes (Html msg) in type error
messages. May have unintended ...

github.com/elm-tooling/elm-compiler-library - 2de786d7ed4283ba50a34d29f66e6cd844a44ec4 authored about 8 years ago by Evan Czaplicki <[email protected]>
Use user-defined type variables whenever possible

github.com/elm-tooling/elm-compiler-library - 942ee24bf8f5c2c3bded2c10bed34c2a6896bef3 authored about 8 years ago by Evan Czaplicki <[email protected]>
Assume arguments match the type annotations

github.com/elm-tooling/elm-compiler-library - 8506ed8361f65d0ed8758a34b475a1ba05175940 authored about 8 years ago by Evan Czaplicki <[email protected]>
Rename Environment to Env in type inferencer

github.com/elm-tooling/elm-compiler-library - 3b23d862387723998dd4351b44894e59654876c1 authored about 8 years ago by Evan Czaplicki <[email protected]>
Move Type.Fragment into Type.Constrain.Pattern

github.com/elm-tooling/elm-compiler-library - afb08b804d8a2022c66a1e7fa5094be1e293641a authored about 8 years ago by Evan Czaplicki <[email protected]>
cosmetic: move constrainAnnotatedDef below other def code

github.com/elm-tooling/elm-compiler-library - c3ee8ca9be43ed1a41e38c7828ebef07df35ba03 authored about 8 years ago by Evan Czaplicki <[email protected]>
Revert "Merge pull request #1470 from brianhempel/faster_builds"

This reverts commit 96a4695e4d311e0addd1619db63062c445a55f4b, reversing
changes made to ee39e7ec...

github.com/elm-tooling/elm-compiler-library - 4f5db922692099010a1cc5c987ce3cc536cf0140 authored about 8 years ago by Evan Czaplicki <[email protected]>
Merge pull request #1470 from brianhempel/faster_builds

Speed up exhaustiveness checker

github.com/elm-tooling/elm-compiler-library - 96a4695e4d311e0addd1619db63062c445a55f4b authored about 8 years ago by Evan Czaplicki <[email protected]>
Speed up exhaustiveness checker.

Results in 5x faster builds on our app.

Successive patterns on data constructors like tuples ca...

github.com/elm-tooling/elm-compiler-library - a3ef05f4970db808dc61b506b5ff12581c83ac8b authored about 8 years ago by Brian Hempel <[email protected]>
Only generate message types for now

Also fix a field typo in JSON representing union types

github.com/elm-tooling/elm-compiler-library - 7894dacd8cd6e5cf4398325a1627e003a449334a authored about 8 years ago by Evan Czaplicki <[email protected]>
Merge pull request #1463 from jvoigtlaender/patch-2

Fix wrong link in port type error

github.com/elm-tooling/elm-compiler-library - ee39e7ecdb4fcec4878c875b31bebd1550e78c8c authored about 8 years ago by Evan Czaplicki <[email protected]>
fix wrong link in port type error

github.com/elm-tooling/elm-compiler-library - 24e4c84834f5987b9f9e539995a505d63c633838 authored about 8 years ago by Janis Voigtländer <[email protected]>
Filter out BuiltIn types from transitive program type dependencies

github.com/elm-tooling/elm-compiler-library - 20ab198f8ad63546fcd946b6d70e819de6d9b113 authored about 8 years ago by Evan Czaplicki <[email protected]>
Transitive type deps of program Model and Msg

github.com/elm-tooling/elm-compiler-library - 014d6403aa0e3fee6c139bb7610d7de92952ed58 authored about 8 years ago by Evan Czaplicki <[email protected]>
Do a better job with missing fields

Fixes https://github.com/elm-lang/error-message-catalog/issues/63

github.com/elm-tooling/elm-compiler-library - 8c8e70a5f6937416a750c52232c396fb30a604d7 authored about 8 years ago by Evan Czaplicki <[email protected]>
Improve missing args type diff

Try to unify the arguments after the missing args. This way, if they
match, the type diff will n...

github.com/elm-tooling/elm-compiler-library - 4d800cd4e1a540ba4d9e2b639e05c333c6c71a64 authored about 8 years ago by Evan Czaplicki <[email protected]>
Improve type error for mismatched entries in list literal

Fixes https://github.com/elm-lang/error-message-catalog/issues/90 in
combination with the
https:...

github.com/elm-tooling/elm-compiler-library - 267f708a435724fabe531ff116250d08033da5b1 authored about 8 years ago by Evan Czaplicki <[email protected]>
Make hinting aware of position in record

See https://github.com/elm-lang/error-message-catalog/issues/131 for
examples of the results. Th...

github.com/elm-tooling/elm-compiler-library - d5f706f831b447da94608f2f5b118a62e4a987e3 authored about 8 years ago by Evan Czaplicki <[email protected]>
Better errors for large record types

Before, we just went until any field caused a problem. If it was an
early field, there may be 10...

github.com/elm-tooling/elm-compiler-library - dd084ff95777191db4079ccb5921f829fc007948 authored about 8 years ago by Evan Czaplicki <[email protected]>
Emphasize missing arguments better in type diffs

github.com/elm-tooling/elm-compiler-library - ecd68b332019f0e8c29aab89ddf9e835ca07e721 authored about 8 years ago by Evan Czaplicki <[email protected]>
Do not use the term "arguments" in binary operator errors

github.com/elm-tooling/elm-compiler-library - 5bf3d0cba6f31b4084b87473f229fd3244b3ac1c authored about 8 years ago by Evan Czaplicki <[email protected]>
Provide hint for "not enough args"

github.com/elm-tooling/elm-compiler-library - 22bbeaefc56567ca6a66cb7dc03e4f25eacc2151 authored about 8 years ago by Evan Czaplicki <[email protected]>
Capture result of guardedUnify more clearly

github.com/elm-tooling/elm-compiler-library - d00bed91b0adb5d29ec80888bc58dee5dd62b4bf authored about 8 years ago by Evan Czaplicki <[email protected]>
Don't track exactly the part that is mismatched

This is unneeded as of type-diffs

github.com/elm-tooling/elm-compiler-library - 1038b753127f909838cb8309fc5b947bdce85b38 authored about 8 years ago by Evan Czaplicki <[email protected]>
Merge pull request #1458 from jvoigtlaender/patch-2

Add #1240 to issue template

github.com/elm-tooling/elm-compiler-library - 4b032e5e36ecf79606ce348c4c3fb700fccd00a0 authored about 8 years ago by Evan Czaplicki <[email protected]>
add #1240 to issue template

github.com/elm-tooling/elm-compiler-library - c8eeb8dad2b2ae2cfcc58d0d4ce841bc3d8f29a6 authored about 8 years ago by Janis Voigtländer <[email protected]>
Add message on = and : for when you indented a definition wrong

github.com/elm-tooling/elm-compiler-library - 094830d89a20f2084d0169c8d835cacb2accd5a7 authored about 8 years ago by Evan Czaplicki <[email protected]>
Make error messages nicer for single-quoted strings

github.com/elm-tooling/elm-compiler-library - 707bea1152d1a632b7f654cbafa385f9b13a370c authored about 8 years ago by Evan Czaplicki <[email protected]>
Nicer error when using = | : -> as infix ops

github.com/elm-tooling/elm-compiler-library - 816a476e3b9c5cb30d200192b8f3f01009608524 authored about 8 years ago by Evan Czaplicki <[email protected]>
cosmetic: switch from <|> to choice [...]

github.com/elm-tooling/elm-compiler-library - e212b9701b7d485f80f5e5d1c3e61779f360332f authored about 8 years ago by Evan Czaplicki <[email protected]>
Rule out backtick as a symbol in AST.Helpers

It should never count as a symbol under any circumstances. No reason to
special case.

github.com/elm-tooling/elm-compiler-library - a41b661242b0a749543e783331e002def40afb37 authored about 8 years ago by Evan Czaplicki <[email protected]>
Remove [1..5] syntax in favor of List.range

The theory is, if you want a range, what do you search for? If you see
[1..5] in the wild, how d...

github.com/elm-tooling/elm-compiler-library - 0d2c5a2233e9c11db0384d8fc096036767eb3b9b authored about 8 years ago by Evan Czaplicki <[email protected]>
Move operator parser infixOp into Parser.Binop

github.com/elm-tooling/elm-compiler-library - bb54ad6fd16e693087cc227e4a093806b0ba6f02 authored about 8 years ago by Evan Czaplicki <[email protected]>
Remove backtick-infix syntax

As of 0.17.1 you can write things like (this `andThen` that) where the
backticks allow you to ma...

github.com/elm-tooling/elm-compiler-library - 7a2e15fdfd346630fe84add117b4ef521471cd93 authored about 8 years ago by Evan Czaplicki <[email protected]>
cosmetic: switch from `fmap` to <$>

github.com/elm-tooling/elm-compiler-library - 9ebce901a51bf0e05d68d083c8b9a00ce539a842 authored about 8 years ago by Evan Czaplicki <[email protected]>
cosmetic: add vertical whitespace

github.com/elm-tooling/elm-compiler-library - aae0428f3e897dea0d532dd81397121507c10128 authored about 8 years ago by Evan Czaplicki <[email protected]>
Nitpick new Program type

github.com/elm-tooling/elm-compiler-library - 59307fa701536467b7e9a536c279286c5fa9b6f4 authored about 8 years ago by Evan Czaplicki <[email protected]>
Add doc for clean build artifacts command. (#74)

github.com/elm-tooling/vscode-elm-old - 8d05c4734b7affa6307ff2d94ad78e095718462b authored about 8 years ago by Abadi Kurniawan <[email protected]>
Use fewer words

github.com/elm-tooling/elm-compiler-library - a778069725126bf6f2ec64344b891f9fc2cb1f79 authored about 8 years ago by Evan Czaplicki <[email protected]>
Merge pull request #1448 from rafikdraoui/missing-patterns-update

Remove references to `(?)` and `unsafe` in missing patterns hints

github.com/elm-tooling/elm-compiler-library - bdf73514bdec469b0d736f11cff340fd5dd397b4 authored about 8 years ago by Evan Czaplicki <[email protected]>
Remove references to `(?)` and `unsafe` in missing patterns hints

The corresponding issues (elm-lang/core#216 and elm-lang/core#215) have been
closed.

github.com/elm-tooling/elm-compiler-library - 5b5230c24d1bbf10a67a15a16ecd9fdb90b0d88a authored about 8 years ago by Rafik Draoui <[email protected]>
Bump version

github.com/elm-tooling/vscode-elm-old - 4738d25751b208ad600a670a0141dd399a5d3522 authored over 8 years ago by Krzysztof Cieślak <[email protected]>
Autocomplete enhancement: (#71)

choose name vs. fullName dynamically from elm-oracle result set based on queried token.

github.com/elm-tooling/vscode-elm-old - fae610a9741216b4af6b9d80336994493b423be9 authored over 8 years ago by Gábor Varga <[email protected]>
Adds config for custom make command (#69)

github.com/elm-tooling/vscode-elm-old - c9bae5449120da824e2d082cce9219476232164b authored over 8 years ago by Scott Corgan <[email protected]>
Rephrase 'bad type annotation' error message to focus on the implementation.

github.com/elm-tooling/elm-compiler-library - 505bafcb6a73d7ba26ef5ab84e67b0ef7ff92a58 authored over 8 years ago by Richard Feldman <[email protected]>
Merge pull request #1442 from rtfeldman/qualifier-error-message

Express unknown qualifier in terms of modules

github.com/elm-tooling/elm-compiler-library - 49eed34f81095dbe24cdfb9ac4bbbdd5af39c78f authored over 8 years ago by Evan Czaplicki <[email protected]>
Rephrased per @jvoiglaender's comment.

github.com/elm-tooling/elm-compiler-library - 7469b1820048b40555b970cfdc80194f2b954da8 authored over 8 years ago by Richard Feldman <[email protected]>
Express unknown qualifier in terms of modules.

github.com/elm-tooling/elm-compiler-library - a26722e08272832cf16ff343a60e518608364fbe authored over 8 years ago by Richard Feldman <[email protected]>
Merge pull request #1441 from elm-lang/evancz-patch-1

Trim down text in issue_template

github.com/elm-tooling/elm-compiler-library - 98f3d695288d9b05954b25c9e8439a9907a8e4ef authored over 8 years ago by Evan Czaplicki <[email protected]>
Merge pull request #1440 from jvoigtlaender/patch-2

In issue template, direct to "meta" issues

github.com/elm-tooling/elm-compiler-library - d0cffb7f40fa95e0d56701220f530daa5a19daef authored over 8 years ago by Evan Czaplicki <[email protected]>
less demanding wording

github.com/elm-tooling/elm-compiler-library - c7826f797b6983fa5eb01794c39453875cdaeefd authored over 8 years ago by Janis Voigtländer <[email protected]>
in issue template, direct to "meta" issues

github.com/elm-tooling/elm-compiler-library - 48f6a26e48419c9cd6646e8fb287a5605f0db193 authored over 8 years ago by Janis Voigtländer <[email protected]>
Merge pull request #1437 from elm-lang/pr/1342

Setup issue template

github.com/elm-tooling/elm-compiler-library - 70d49335dee9f00a81aa2df818556963ce4e588b authored over 8 years ago by Evan Czaplicki <[email protected]>
Add version constraint on aeson-pretty

Thanks to @jvoigtlaender for suggesting this. We shall see if it works!

github.com/elm-tooling/elm-compiler-library - eae9303fbed6ec929478315035fbe2e354e865e5 authored over 8 years ago by Evan Czaplicki <[email protected]>
Move stuff into .github/ directory

cc @mgold

github.com/elm-tooling/elm-compiler-library - 62cfdaf42b29e907fb9c00b518c442ad04b9f078 authored over 8 years ago by Evan Czaplicki <[email protected]>
Create issue template to try to reduce duplicates

This should hopefully cut down the volume of issues that we're seeing with the same bugs.

As an...

github.com/elm-tooling/elm-compiler-library - 46708ec6ee6b13a8fc7172c46af37271f8fff222 authored over 8 years ago by Max Goldstein <[email protected]>
Generate `main` values using the new format

github.com/elm-tooling/elm-compiler-library - bfb4f2da882cb25d2b39d029659c9f8f5b083023 authored over 8 years ago by Evan Czaplicki <[email protected]>
Use a short-cut to specify Native.Platform.effectManagers

github.com/elm-tooling/elm-compiler-library - e9af1077b54c4da8c4802d0c36fecd948b176ae3 authored over 8 years ago by Evan Czaplicki <[email protected]>
Bump version

github.com/elm-tooling/vscode-elm-old - 21947d0e3aa5a7d8ba6181d94ddcc956530535ba authored over 8 years ago by Krzysztof Cieślak <[email protected]>
display tooltips as markdown #60 (#64)

github.com/elm-tooling/vscode-elm-old - 9677f4478d642ec09816d7441a6873567da82e64 authored over 8 years ago by Adam Stevenson <[email protected]>
Fix Windows compatibility issues (#63)

* Fix Elm: Make on windows

Use exec vice spawn on windows platform

* Fix Elm Linter #61

...

github.com/elm-tooling/vscode-elm-old - f8701e04edb71fc467936b2054835c39572a88ab authored over 8 years ago by Adam Stevenson <[email protected]>
Merge pull request #62 from abadi199/master

Add support for format on save + add documentation for `elm-format`

github.com/elm-tooling/vscode-elm-old - 46356e27e33f40474bf87599b657f459f37b74a7 authored over 8 years ago by Krzysztof Cieślak <[email protected]>
Add elm clean command to delete the build-artifacts folder.

github.com/elm-tooling/vscode-elm-old - 31128a5a095b059bf08054f838b4789a0aee89c0 authored over 8 years ago by Abadi Kurniawan <[email protected]>