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

Disambiguate when different types (and type aliases) in errors

Localization may permit two different types to have the same name, so
be fully explicit when tha...

github.com/elm-tooling/elm-compiler-library - eb39dd7bfff216e6eb225f98d58a5edcd04b788e authored over 6 years ago by Evan Czaplicki <[email protected]>
Was storing the wrong type in debugMetadata

Was storing Model, but need to store Msg. I just mixed up the position.
Which makes sense becaus...

github.com/elm-tooling/elm-compiler-library - 10fa496d209eb0571aa05a205f2cbad742d3590c authored over 6 years ago by Evan Czaplicki <[email protected]>
Switch the flags in `elm init` to match elm/browser programs

github.com/elm-tooling/elm-compiler-library - a7920611233cde1b94b0149002f8bd622011df1a authored over 6 years ago by Evan Czaplicki <[email protected]>
Generate exports aware of the new Elm.Main.init convention

github.com/elm-tooling/elm-compiler-library - 123a4fb93b82a29a8eb1a2990bdacb6dc243487d authored over 6 years ago by Evan Czaplicki <[email protected]>
Generate HTML that accounts for Elm.Main.init()

github.com/elm-tooling/elm-compiler-library - 9e9f4ff37ce968dad291c68036e10a92211560ec authored over 6 years ago by Evan Czaplicki <[email protected]>
Update reactor code for new elm/browser API

github.com/elm-tooling/elm-compiler-library - 3d86d3caf38a6a434541f34a4b47cbcb74b44b05 authored over 6 years ago by Evan Czaplicki <[email protected]>
Remove Elm.Name.browser which is unused at this time

github.com/elm-tooling/elm-compiler-library - 7739e510a9cc643244334d1af4d8c94d32e16269 authored over 6 years ago by Evan Czaplicki <[email protected]>
Add missing space in error message

github.com/elm-tooling/elm-compiler-library - 8d68c7e5a9209a97c417367f6a18b84afa68688d authored over 6 years ago by Evan Czaplicki <[email protected]>
Show nicer error when module is not found in package

Fix https://github.com/elm/compiler/issues/1716

github.com/elm-tooling/elm-compiler-library - 6f8ef997802081458efef580c11cff7f309a7ee0 authored over 6 years ago by Evan Czaplicki <[email protected]>
Fix bug in \u{1f646} syntax for code points over FFFF

Forgot to subtract 0x10000 from the code before doing the rest.

github.com/elm-tooling/elm-compiler-library - 5efc3d8c32619d9b3e38958a881ffe2a3a296771 authored over 6 years ago by Evan Czaplicki <[email protected]>
Info about editor.formatOnSaveTimeout on Windows (#218)

github.com/elm-tooling/vscode-elm-old - be21c08d67294f726069b36fc48fe463abff926c authored over 6 years ago by Roman Frołow <[email protected]>
Generate proper code to let () out ports

Fix https://github.com/elm/compiler/issues/1714

github.com/elm-tooling/elm-compiler-library - c8a6b0ffe56223062d9fa3a4dd5b4106e35985f0 authored over 6 years ago by Evan Czaplicki <[email protected]>
Automatically add two indents on multi-line REPL entries

github.com/elm-tooling/elm-compiler-library - 6432c0059abd73c0c9cabd4cd6e38b3b0ab3a860 authored over 6 years ago by Evan Czaplicki <[email protected]>
Make sure all interfaces are loaded for --debug metadata

Fix https://github.com/elm/compiler/issues/1712

github.com/elm-tooling/elm-compiler-library - 567319539c0688b0400c89de339c6f9466b26a49 authored over 6 years ago by Evan Czaplicki <[email protected]>
Make sure files are placed properly on init

github.com/elm-tooling/elm-compiler-library - 4798ce72bec360821e58da8d2c9f8d68ceb2b470 authored over 6 years ago by Evan Czaplicki <[email protected]>
Only generate try for cycles that have value definitions

github.com/elm-tooling/elm-compiler-library - 0e9e2361dde185fca3b68beb51278d164c9960f3 authored over 6 years ago by Evan Czaplicki <[email protected]>
elm/core is not required by elm/core

github.com/elm-tooling/elm-compiler-library - 2d7618060998c70a7a0559d8e2d8967b53b052d8 authored over 6 years ago by Evan Czaplicki <[email protected]>
Recompile modules named Main

github.com/elm-tooling/elm-compiler-library - 744b7aab0194f370c82ed246f8d3cf1a1ada00a9 authored over 6 years ago by Evan Czaplicki <[email protected]>
Switch default code gen from elm.js to index.html (like in 0.18)

github.com/elm-tooling/elm-compiler-library - cea03542a17899507904728ff3832c3fd8cf1137 authored over 6 years ago by Evan Czaplicki <[email protected]>
Remove monoid instance for Data.Bag

Not needed any more

github.com/elm-tooling/elm-compiler-library - e84d795926d0e4c0ae5e5066ca9d4d825d364882 authored over 6 years ago by Evan Czaplicki <[email protected]>
Merge pull request #163 from arowM/patch-1

Fix link to check documentation

github.com/elm-tooling/elm-analyse - e17d656355bf8faacc81fbca1754c2dff7b08713 authored over 6 years ago by Mats Stijlaart <[email protected]>
Show error when diffing unpublished packages

Fix https://github.com/elm/compiler/issues/1702

github.com/elm-tooling/elm-compiler-library - bb267f956ef6a9d1dcb7ff27ba2386334195ac26 authored over 6 years ago by Evan Czaplicki <[email protected]>
Stop asking for function that does not exist

Fix https://github.com/elm-lang/elm-compiler/issues/1705

github.com/elm-tooling/elm-compiler-library - 5e08bee3dbdf19c773108d2855ceef23d7e55db6 authored over 6 years ago by Evan Czaplicki <[email protected]>
Revert idea about having build artifacts use same time as .elm code

After learning more information, there is no clear benefit to this
idea, and it comes with signi...

github.com/elm-tooling/elm-compiler-library - 25bffb606e4b707911dba07770db3008c523859a authored over 6 years ago by Evan Czaplicki <[email protected]>
Make it easier to read the hashes in corrupt zip error

github.com/elm-tooling/elm-compiler-library - 6356535314ad3dde38ee06f05dc41fd2cbb26f7a authored over 6 years ago by Evan Czaplicki <[email protected]>
Switch tags from alpha-1.0.0 to beta-1.0.0

github.com/elm-tooling/elm-compiler-library - cabb8b1f1c3d89e2673bf570fca3b14bd7828163 authored over 6 years ago by Evan Czaplicki <[email protected]>
Switch everything from @elm-lang to @elm

github.com/elm-tooling/elm-compiler-library - a44fcf164e1858d812d91fd9323ce5a6df1f2947 authored over 6 years ago by Evan Czaplicki <[email protected]>
Check for minimal dependencies

Should fix https://github.com/elm-lang/elm-compiler/issues/1706

github.com/elm-tooling/elm-compiler-library - 33d3c760aa2b8f411c9e2d739c35efe677732078 authored over 6 years ago by Evan Czaplicki <[email protected]>
Fix link to check documentation

github.com/elm-tooling/elm-analyse - 16810656f884b4588d99e69b74077fb8f797b425 authored over 6 years ago by Kadzuya OKAMOTO <[email protected]>
cosmetic: get rid of type alias that makes things harder to read later

github.com/elm-tooling/elm-compiler-library - 8a146111ee1f6adbea47ee05cfeb460395537368 authored over 6 years ago by Evan Czaplicki <[email protected]>
Add -rtsopts for alpha period

See if folks notice a perf regression from it.

github.com/elm-tooling/elm-compiler-library - 4db0ed886d99bd6342f183456b74720032fa8d17 authored over 6 years ago by Evan Czaplicki <[email protected]>
Add back nice errors for infinite values

github.com/elm-tooling/elm-compiler-library - d88abc704674a2a38e90afa64a7609651bf8ca43 authored over 6 years ago by Evan Czaplicki <[email protected]>
Make sure all names are used in the cycle name

This way it is never an empty list, in which case you would get
duplicates made from no names.

github.com/elm-tooling/elm-compiler-library - 425852759b0643a160e6f00ea2521414c4e02c81 authored over 6 years ago by Evan Czaplicki <[email protected]>
Make sure console.warn link stays versioned

github.com/elm-tooling/elm-compiler-library - 6d6e9a71e713122d6f091d91f64e69c815b58f54 authored over 6 years ago by Evan Czaplicki <[email protected]>
Fix bug in code gen for cyclic definitions

The old version made it possible to skip functions in the cycle if they
were not used directly o...

github.com/elm-tooling/elm-compiler-library - 402b21a86897bac93f7d8c18de09421128731f52 authored over 6 years ago by Evan Czaplicki <[email protected]>
Try to fix build artifact caching across "git checkout"

Before this commit, we used timestamps to detect if an interface file
(.elmi) needed to be rebui...

github.com/elm-tooling/elm-compiler-library - 3521750c19772c2da27c45314b8cbd7d2aeba82b authored over 6 years ago by Evan Czaplicki <[email protected]>
Fix TCE behind destructuring

Fix https://github.com/elm-lang/elm-compiler/issues/1708

github.com/elm-tooling/elm-compiler-library - 51b10b028406a5e222ad31921af8981a51b1b5fd authored over 6 years ago by Evan Czaplicki <[email protected]>
Make sure lists are recognized in --debug metadata

Fix https://github.com/elm-lang/elm-compiler/issues/1701

github.com/elm-tooling/elm-compiler-library - 9cd628cf3a04179aa2f3cddb7e13a383cf172796 authored over 6 years ago by Evan Czaplicki <[email protected]>
Add back `elm autocomplete` for non-bash shells

The goal is to collect data on how all the shells use this. If some are
by index and some are by...

github.com/elm-tooling/elm-compiler-library - b7328e5814ab60f36c60d4dd16f26d35a57d3919 authored over 6 years ago by Evan Czaplicki <[email protected]>
Put a message when you say yes to `elm init`

github.com/elm-tooling/elm-compiler-library - 0485916065cdf525c7e9f21200c88978b8a3d4ce authored over 6 years ago by Evan Czaplicki <[email protected]>
Put a message when you say no to `elm init`

github.com/elm-tooling/elm-compiler-library - 6a92c057dd26aad97c2c8b13bda447f1213d73e5 authored over 6 years ago by Evan Czaplicki <[email protected]>
Only suggest names that are nearby on `elm X` typos

github.com/elm-tooling/elm-compiler-library - 9ca6fdb0f5545662408332779ca7f2c3074474df authored over 6 years ago by Evan Czaplicki <[email protected]>
Make sure the (|>) error message is reliably correct

github.com/elm-tooling/elm-compiler-library - 787034e28174bcdcfb18c0ce351f30bf2c9008c3 authored over 6 years ago by Evan Czaplicki <[email protected]>
Add code for `elm init` command

github.com/elm-tooling/elm-compiler-library - 4074a9800d57c950af18c1c86566621a491200ed authored over 6 years ago by Evan Czaplicki <[email protected]>
Make creation of elm.json more like in 0.18

But this time make a little note about doing it!

github.com/elm-tooling/elm-compiler-library - 8097a7349d8dc53c450be57220867b137fee0b71 authored over 6 years ago by Evan Czaplicki <[email protected]>
Use maxBound in Constraint.anything

This way it’ll be fine even if I change it to use Word8 or Word16
someday.

github.com/elm-tooling/elm-compiler-library - b6eb36a158eda45eb3909452762e734f303f7b69 authored over 6 years ago by Evan Czaplicki <[email protected]>
Hook `elm init` into terminal, shuffle output of `elm` help info

github.com/elm-tooling/elm-compiler-library - a957144d283a24a9bdb7569d968b2943274dba5f authored over 6 years ago by Evan Czaplicki <[email protected]>
Point people towards `elm init` for new projects

This will be a chance to give “Life of a File” advice

github.com/elm-tooling/elm-compiler-library - bfc3284e31ad29f592f343e30cf5ad77de53c9e5 authored over 6 years ago by Evan Czaplicki <[email protected]>
Stop making elm.json files behind the scenes

I really do not like any of the designs that came out of variations on
0.18 of creating an elm.j...

github.com/elm-tooling/elm-compiler-library - 8873a7371a80d77e1750889a6bb2eee101817141 authored over 6 years ago by Evan Czaplicki <[email protected]>
cosmetic: remove a bunch of commas

github.com/elm-tooling/elm-compiler-library - 7dbdaae0e171e1d31f3358f1a8d6c9085ea7f4dd authored over 6 years ago by Evan Czaplicki <[email protected]>
Remove unused imports

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

github.com/elm-tooling/vscode-elm-old - c1b813d0d7f6ea5e96fa4a4362686ba60b77405f authored over 6 years ago by Krzysztof Cieślak <[email protected]>
Handle formatSelection the same as formatDocument (#211)

github.com/elm-tooling/vscode-elm-old - 8dbd78167a644ed404746ae4b838d63f2151bf52 authored over 6 years ago by milesfrain <[email protected]>
Merge pull request #1707 from andys8/patch-2

Package readme: Minor syntactic fix

github.com/elm-tooling/elm-compiler-library - bb8793748b2a13354a1f95cd4d87f7a165eb1e3d authored over 6 years ago by Evan Czaplicki <[email protected]>
Package readme: Minor syntactic fix

github.com/elm-tooling/elm-compiler-library - 4e5ee7b768c95e01873202c2f3cc1e175c1a26d2 authored over 6 years ago by Andy <[email protected]>
Error when changing elm.json by hand and skipping transitive deps

github.com/elm-tooling/elm-compiler-library - c54cbe5896cfe778f14aac3b0fb41188374669d8 authored over 6 years ago by Evan Czaplicki <[email protected]>
Get pattern matching working on Bool values

github.com/elm-tooling/elm-compiler-library - fb19899c1d07ea8f772c69a0cd30bf6eb680409a authored over 6 years ago by Evan Czaplicki <[email protected]>
Put example files in src/ directory

github.com/elm-tooling/elm-compiler-library - ecdf1f4a328446e126f3aa49e06659b7c0cd8bad authored over 6 years ago by Evan Czaplicki <[email protected]>
Add colors to some links

github.com/elm-tooling/elm-compiler-library - 071556de126fe58c20e85b5e5c27cb97e9935f8e authored over 6 years ago by Evan Czaplicki <[email protected]>
Drop the /hints/ directory for documentation links

github.com/elm-tooling/elm-compiler-library - 30d0005d1526b3bbef728d7c11b067cb99793fff authored over 6 years ago by Evan Czaplicki <[email protected]>
Add some vertical whitespace for symmetry in messages

github.com/elm-tooling/elm-compiler-library - 233cfc8c7950228af3ccde2674d7b09476bcabff authored over 6 years ago by Evan Czaplicki <[email protected]>
Update NoElmJson message to be aware of attempt to create a project

github.com/elm-tooling/elm-compiler-library - e6e89285995e8574bb5983e88f4d77fc70ff06da authored over 6 years ago by Evan Czaplicki <[email protected]>
Ask to create elm.json and src/Main.elm if it looks like a new project

github.com/elm-tooling/elm-compiler-library - cb903efea2098490cc812c6fbc2697bd82cbdc39 authored over 6 years ago by Evan Czaplicki <[email protected]>
Always update registry first on `elm install`

github.com/elm-tooling/elm-compiler-library - e37cb37feb613f55995d6eb08627ab1392fb16a8 authored over 6 years ago by Evan Czaplicki <[email protected]>
Stop exposing Deps.Cache.update

It is not part of the public API

github.com/elm-tooling/elm-compiler-library - d3412bf6017de97df980357ba2a0dea66bc2cb09 authored over 6 years ago by Evan Czaplicki <[email protected]>
promote dependencies properly with `elm install`

Before there was not anything special for the case of promoting
dependencies. For example, it is...

github.com/elm-tooling/elm-compiler-library - 3d190f122e8b0368940bc6ae8ca45a4c450d1132 authored over 6 years ago by Evan Czaplicki <[email protected]>
Connect to <package.elm-lang.org> less often

Do not connect:
- when elm-stuff/ is valid
- exploring constraints

Optional connect:
- when elm...

github.com/elm-tooling/elm-compiler-library - 5c327b7b3894e89304ad0fe9454b24b291e1b721 authored over 6 years ago by Evan Czaplicki <[email protected]>
Add note about --optimize flag

github.com/elm-tooling/elm-compiler-library - af7a6b4c360a4dffb8cd4221e8b469ddae00393a authored over 6 years ago by Evan Czaplicki <[email protected]>
Fix bug about pattern matching on enums in --optimize

github.com/elm-tooling/elm-compiler-library - b44956d2f34664dc037c1ecb48ef32b2d5c53fe8 authored over 6 years ago by Evan Czaplicki <[email protected]>
Make presentation of type errors a bit nicer with comparison operators

github.com/elm-tooling/elm-compiler-library - 3f45254238a2bd1eec5c1eed10fdd6606e7c64c9 authored over 6 years ago by Evan Czaplicki <[email protected]>
Send tuples out ports properly

github.com/elm-tooling/elm-compiler-library - 442bba37d261262cd5607a31a70216c781b00336 authored over 6 years ago by Evan Czaplicki <[email protected]>
Move type to WebGL.Texture

github.com/elm-tooling/elm-compiler-library - 12064b230ecb020960be5b7c2711a3969307cc68 authored over 6 years ago by Evan Czaplicki <[email protected]>
Match new name of WebGL stuff

github.com/elm-tooling/elm-compiler-library - 61075c0dcbd6172c24ba5486c2dfd1eb93eddf31 authored over 6 years ago by Evan Czaplicki <[email protected]>
Fix spelling mistake (apparently)

It’s definitely right in my accent though :P

github.com/elm-tooling/elm-compiler-library - e26cb54dc5e610f0bbf4a78382e13d4643b16eb2 authored over 6 years ago by Evan Czaplicki <[email protected]>
Replace ELM_HOME with actual value in error messages

github.com/elm-tooling/elm-compiler-library - b0b9b19f65e2427cde2cbaf47cabf3d24149831d authored over 6 years ago by Evan Czaplicki <[email protected]>
Give a more helpful message on `elm install`

github.com/elm-tooling/elm-compiler-library - f66de6c4ce8873a5a911a34a8231e82da8b70131 authored over 6 years ago by Evan Czaplicki <[email protected]>
Start trying out HTTPS package domain

github.com/elm-tooling/elm-compiler-library - 8d95c612b04a2f742ad4b26ce3e7d5aa5c2942bb authored over 6 years ago by Evan Czaplicki <[email protected]>
No more version in query string, lives in "User-Agent: elm/0.19.0" now

github.com/elm-tooling/elm-compiler-library - d20768d484f1d14f8c1607ad4d12626978ebb1ee authored over 6 years ago by Evan Czaplicki <[email protected]>
Put User-Agent and Accept-Encoding on all HTTP requests

It should look like this right now:

User-Agent: elm/0.19.0
Accept-Encoding: gzip

github.com/elm-tooling/elm-compiler-library - ccbc53c1c27e0e4f79a5f67ed963989e00fc8748 authored over 6 years ago by Evan Czaplicki <[email protected]>
Fix ordering issue with kernel code and debugger

github.com/elm-tooling/elm-compiler-library - 9488ba6f3acb58ff99bb2bc9d255364c1ee90db1 authored over 6 years ago by Evan Czaplicki <[email protected]>
Add "elm repl --no-colors" flag

github.com/elm-tooling/elm-compiler-library - 19d5a769b30ec0b2fc4475985abb4cd94cd1d6c3 authored over 6 years ago by Evan Czaplicki <[email protected]>
Stop putting cycles in a try/catch

Based on how code gets generated, the try/catch will block functions
from getting “hoisted” and ...

github.com/elm-tooling/elm-compiler-library - d2dacad64bddd586b4d29cc4f1a28ed92986b13e authored over 6 years ago by Evan Czaplicki <[email protected]>
Updated visual style of elm.json docs

github.com/elm-tooling/elm-compiler-library - 2861e0eacccfdeb42e59ec91bf281da9f14da0c0 authored over 6 years ago by Evan Czaplicki <[email protected]>
Add docs about the REPL

github.com/elm-tooling/elm-compiler-library - 0c3601e3d652374e5d08d0bee6eeee6def5ee75b authored over 6 years ago by Evan Czaplicki <[email protected]>
Add docs on elm.json format

github.com/elm-tooling/elm-compiler-library - ab9927bdbafde91bebfd00a829c2b295058f3bf4 authored over 6 years ago by Evan Czaplicki <[email protected]>
Make sure all missing doc comments are reported at once

github.com/elm-tooling/elm-compiler-library - d77e06d5a761ef42e46e020d06654a1a2f819822 authored over 6 years ago by Evan Czaplicki <[email protected]>
Make linting work again with elm-analyse 0.14.2

The communication is now updated to the new message format. Because it provides the description ...

github.com/elm-tooling/vscode-elm-old - 487d4d7ad10bbc3130a307ca5fdb9ef5ca75d374 authored over 6 years ago by Yarith <[email protected]>
Fix line and column numbers in the elm-analyse description

Uses simple string replace to correct the line and column numbers in the description text.

github.com/elm-tooling/vscode-elm-old - 6a7593e453db595fa6d38f788a5d6147a6ee635c authored over 6 years ago by Yarith <[email protected]>
Bump version

github.com/elm-tooling/vscode-elm-old - a19b1b4a528b225f1d4fb1f70a97cf1f52f1c8d3 authored over 6 years ago by Krzysztof Cieslak <[email protected]>
Limiting workspace symbols and linting to local files (#204)

github.com/elm-tooling/vscode-elm-old - 5d14ef1c573b23334596bac0db4d811f3b48d991 authored over 6 years ago by Jonathan Carter <[email protected]>
Try again to help the batch file find NSIS

github.com/elm-tooling/elm-compiler-library - 3aa419030220b9ecb9e151845623dd173791dedf authored over 6 years ago by Evan Czaplicki <[email protected]>
Check for NSIS location better

github.com/elm-tooling/elm-compiler-library - 16c1b3bb3c3849ba1645981dc4698d58141eccc4 authored over 6 years ago by Evan Czaplicki <[email protected]>
Use windows style for directory slashes

github.com/elm-tooling/elm-compiler-library - 35db3e11c4e3dfafb193d06822a967b2097e14e8 authored over 6 years ago by Evan Czaplicki <[email protected]>
Have the windows installer just go grab the executable

github.com/elm-tooling/elm-compiler-library - 064fc07f271a12deb74bc0c8118595305e1dabf0 authored over 6 years ago by Evan Czaplicki <[email protected]>
simplify mac/make-installer.sh a bit

github.com/elm-tooling/elm-compiler-library - 62f6b79666e324c4dc70c7c9c2e1d4bba88830cf authored over 6 years ago by Evan Czaplicki <[email protected]>
Try to update installers/win/

github.com/elm-tooling/elm-compiler-library - df29e02ea0094eda78b01cb016a517e8fe6810c7 authored over 6 years ago by Evan Czaplicki <[email protected]>
Make sure that list literals demand the list kernel

github.com/elm-tooling/elm-compiler-library - 5a915f5dbb733ccc4e0f5f37801eb87362d5fc54 authored over 6 years ago by Evan Czaplicki <[email protected]>
Allow use of VirtualDom kernel stuff under certain circumstances

github.com/elm-tooling/elm-compiler-library - 37609ffa8443e98ba8f3157fe0fd8dfb6af82eb3 authored over 6 years ago by Evan Czaplicki <[email protected]>
Make sure all kernel code is at the very top

github.com/elm-tooling/elm-compiler-library - 665d3d9cf24ca3e7aa64761a6c02237a6415da8f authored over 6 years ago by Evan Czaplicki <[email protected]>