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

Merge branch 'master' of https://github.com/matheus23/elm-language-server

github.com/elm-tooling/elm-language-server-haskell - 2518323f577c91a79eef76d0db04156bedc5b9c3 authored almost 6 years ago by Philipp Krüger <[email protected]>
:white_check_mark: Fix filename extension in circleci config

github.com/elm-tooling/elm-language-server-haskell - 5f3cac587cd17b8ae6e118953d867cc99d724bb5 authored almost 6 years ago by Philipp Krüger <[email protected]>
Merge pull request #2 from Razzeee/master

Remove unix dependency

github.com/elm-tooling/elm-language-server-haskell - 60e080e8c250689c723f725decf636e627a72a63 authored almost 6 years ago by Philipp Krüger <[email protected]>
:racehorse: Introduce caching for CI builds

github.com/elm-tooling/elm-language-server-haskell - d1de807eab70ebcccc56864d411a0fd0cc4e6ae8 authored almost 6 years ago by Philipp Krüger <[email protected]>
Remove unix dependency

github.com/elm-tooling/elm-language-server-haskell - f9ccce9f955116853e190d263245c86fd92a3926 authored almost 6 years ago by Kolja Lampe <[email protected]>
:white_check_mark: Pull git submodules in CI

github.com/elm-tooling/elm-language-server-haskell - a08d0e54dd3fed076065adfa9b51717fea8839e2 authored almost 6 years ago by Philipp Krüger <[email protected]>
:bug: Add stack setup to circleci config

(so it hopefully builds)

github.com/elm-tooling/elm-language-server-haskell - e9a6d560e955f12e42677a61e74bc817542fb075 authored almost 6 years ago by Philipp Krüger <[email protected]>
:white_check_mark: Add circleci configuration (+ add .cabal to gitignore)

github.com/elm-tooling/elm-language-server-haskell - 589cf81bea2771aa79cef19e1794de37d6bd04e5 authored almost 6 years ago by Philipp Krüger <[email protected]>
Updated extension.ts from matheus23

github.com/elm-tooling/elm-vscode-language-client-haskell - c55f819426f26f4a60ea61f6342c770421404d91 authored almost 6 years ago by Kolja Lampe <[email protected]>
Add syntax highlighting thx to vscode-elm

github.com/elm-tooling/elm-vscode-language-client-haskell - 38a8d2f09d603ffb7396c9f917e40d40d4970514 authored almost 6 years ago by Kolja Lampe <[email protected]>
Don't rely on platform-specific System.Process.POSIX, use dates in log filenames

github.com/elm-tooling/elm-language-server-haskell - 77ea885b3092154d66947febf69a7881d1d1ab02 authored almost 6 years ago by Philipp Krüger <[email protected]>
Replace inefficient regex to locate imports with simpler regex (#282)

github.com/elm-tooling/vscode-elm-old - 735723afacdfb92d1ac7c045d4665a8df52b3c13 authored almost 6 years ago by Joe Andaverde <[email protected]>
Get rid of Alternative instance for Parser

github.com/elm-tooling/elm-compiler-library - 35ac8af60cff89753bf8834843d2a67668522acf authored about 6 years ago by Evan Czaplicki <[email protected]>
:books: Document the #elm-language-server slack channel in README

github.com/elm-tooling/elm-language-server-haskell - ed419aa048689ea9ca56b299bedf077b927a12d3 authored about 6 years ago by Philipp Krüger <[email protected]>
corrected a spelling error (#274)

github.com/elm-tooling/vscode-elm-old - 4357baed9274fdfe818f019a83917bfc10e4f145 authored about 6 years ago by Hicham el Allouchi <[email protected]>
Bump version - 0.22.0

github.com/elm-tooling/vscode-elm-old - 67b678be08e00892b68bd42e29718de697eb2878 authored about 6 years ago by Krzysztof Cieślak <[email protected]>
Handle breaking change in elm-format (#272)

github.com/elm-tooling/vscode-elm-old - 6c82fdbda7c3d4d71090c5e172681a6eabb0ecf8 authored about 6 years ago by Håkon Rossebø <[email protected]>
:books: Add documentation file

github.com/elm-tooling/elm-compiler-library - 502c59df4ac3df6578f99d3eb789d3eb96e3b5a0 authored about 6 years ago by Philipp Krüger <[email protected]>
:sparkles: Correctly clean up diagnostics + send msgs

(Send messages when elm make fails by more than just parse/type errors)

github.com/elm-tooling/elm-language-server-haskell - 5f8e2e38b0a50a751f488b2f1b61825a0401955d authored about 6 years ago by Philipp Krüger <[email protected]>
:package: Add/unhide haskell-lsp-types dependency

github.com/elm-tooling/elm-language-server-haskell - 3d18ac52b403c952b3f681f524935e4c5eb05fa1 authored about 6 years ago by Philipp Krüger <[email protected]>
:package: Use git submodule for elm-compiler-library

github.com/elm-tooling/elm-language-server-haskell - 49e9a1acd449097b6e4eb4df16647cad5ae05cb3 authored about 6 years ago by Philipp Krüger <[email protected]>
Expose more, add tryWithError in Reporting.Task

github.com/elm-tooling/elm-compiler-library - b82dc1e965053cfaf91df34e014b4260102f007b authored about 6 years ago by Philipp Krüger <[email protected]>
:sparkles: Don't compile, only typecheck for diagnostics

github.com/elm-tooling/elm-language-server-haskell - 64be25cee58b02bd25278d0a99345e978895b525 authored about 6 years ago by Philipp Krüger <[email protected]>
Expose more functions

github.com/elm-tooling/elm-compiler-library - e19ae1d4e7f14a999ad2aa0573e32d43406e6856 authored about 6 years ago by Philipp Krüger <[email protected]>
:sparkles: Add command line options for specifying logfiles

github.com/elm-tooling/elm-language-server-haskell - f8940a5ad122d9d666dbb55b98505300273495e2 authored about 6 years ago by Philipp Krüger <[email protected]>
:lipstick: Move Diagnostics handling into its own module

github.com/elm-tooling/elm-language-server-haskell - 5d1414de52b6b41dd84029fdc926195ee142c817 authored about 6 years ago by Philipp Krüger <[email protected]>
:tada: Reintroduce elm-format

By solving the conflicting module name problem with the PackageImports extension! :)

github.com/elm-tooling/elm-language-server-haskell - 2b2ca20650dce3695d32185aa59a27396b19699c authored about 6 years ago by Philipp Krüger <[email protected]>
:scissors: Remove some more unneeded code

github.com/elm-tooling/elm-language-server-haskell - b707ff1e73c596b0408c59ef38f164d14e4827f0 authored about 6 years ago by Philipp Krüger <[email protected]>
:lipstick: Some code formatting

github.com/elm-tooling/elm-language-server-haskell - e1eb180bca07fb13feb1d660fcc428a2f9c8bece authored about 6 years ago by Philipp Krüger <[email protected]>
:scissors: Adjust some styling, remove unneccessary code

github.com/elm-tooling/elm-language-server-haskell - a7b573b9a47c25310950ec94334d3eef3ee6ef0a authored about 6 years ago by Philipp Krüger <[email protected]>
:sparkles: Implement error spans and messages for diagnostics

github.com/elm-tooling/elm-language-server-haskell - 2832882ed8f0a11fc3df592d828d090e36ca6e18 authored about 6 years ago by Philipp Krüger <[email protected]>
:arrow_up: :art: Upgrade to haskell-lsp 0.8 & rename stuff

github.com/elm-tooling/elm-language-server-haskell - b9a8117c3e6f69fbeb6d6573a0a4a210be92bd30 authored about 6 years ago by Philipp Krüger <[email protected]>
Merge branch 'master' of https://github.com/norpan/elm-language-server

github.com/elm-tooling/elm-language-server-haskell - 735d4e2274ef8bfb32aee32c0696cd3fe7bbb76f authored about 6 years ago by Martin Norbäck Olivers <[email protected]>
make all Elm files in a project on initialization

github.com/elm-tooling/elm-language-server-haskell - f45a122c7b98ef95b17f5c9a9c66ca0627b47141 authored about 6 years ago by Martin Norbäck Olivers <[email protected]>
Use information from elm.json to know which files belong to which project

github.com/elm-tooling/elm-vscode-language-client-haskell - a31ac1096487cfde9087ba6b6e3e7cfe8da72267 authored about 6 years ago by Martin Norbäck Olivers <[email protected]>
Merge branch 'master' of https://github.com/elm/compiler

github.com/elm-tooling/elm-compiler-library - 8dee44235d4c8c56b19a8f67cecb840f3bc9373c authored about 6 years ago by Martin Norbäck Olivers <[email protected]>
Merge pull request #1761 from webbhuset/added-missing-upgrade-doc

Added missing upgrade doc for (,)

github.com/elm-tooling/elm-compiler-library - d5cbc41aac23da463236bbc250933d037da4055a authored about 6 years ago by Evan Czaplicki <[email protected]>
Merge pull request #1795 from andys8/patch-3

Add removal of bang operator (!) to upgrade doc

github.com/elm-tooling/elm-compiler-library - 7b207b3deaf98ffbede730d7a128926c02cc1852 authored about 6 years ago by Evan Czaplicki <[email protected]>
Add removal of bang operator (!) to upgrade doc

github.com/elm-tooling/elm-compiler-library - 4eb8d1823a48fef6e0c3e4a1750cc84319edf285 authored about 6 years ago by Andy <[email protected]>
Elm 0.19: Appveyor build

github.com/elm-tooling/elm-analyse - b0ce3c68d2efbc1ae70705acc570562cc3faae45 authored about 6 years ago by Mats Stijlaart <[email protected]>
Elm 0.19: Travis CI build

github.com/elm-tooling/elm-analyse - ca9ad7e63ac358b08b0d09fbe7b9cbb9beb9b080 authored about 6 years ago by Mats Stijlaart <[email protected]>
Elm 0.19: Frontend

github.com/elm-tooling/elm-analyse - e960c07d6921a538d24709ff633f198cd04c9800 authored about 6 years ago by Mats Stijlaart <[email protected]>
Elm 0.19: Travis CI

github.com/elm-tooling/elm-analyse - ebf7b8ccd564e1a8bf915bdc101ae5ee859c9fc6 authored about 6 years ago by Mats Stijlaart <[email protected]>
Elm 0.19: Update test sources

github.com/elm-tooling/elm-analyse - ad21a79346383ad8246c0cd2eeaaef4373e63fdb authored about 6 years ago by Mats Stijlaart <[email protected]>
Elm 0.19: Setup elm test

github.com/elm-tooling/elm-analyse - 7a4d52af701fb1a639ddb0f4f61f267b36dba353 authored about 6 years ago by Mats Stijlaart <[email protected]>
Elm 0.19: Migrate src

github.com/elm-tooling/elm-analyse - 9eacf3b4bbbd0e68999ed8b8a7fc1886947f74c6 authored about 6 years ago by Mats Stijlaart <[email protected]>
Adds external package "oracle"-support for Elm 0.19 (#265)

github.com/elm-tooling/vscode-elm-old - 40a07f024066fda4850cefcd252f49698da925d1 authored about 6 years ago by Erik Sandberg <[email protected]>
Some changes in how the language server is started

github.com/elm-tooling/elm-vscode-language-client-haskell - 34615f98fad8fbfb99210c5052a407c97af22cb4 authored about 6 years ago by Martin Norbäck Olivers <[email protected]>
Initial files

github.com/elm-tooling/elm-language-server-haskell - 7e3ae1857e2280199209f30631f0c007aadc2b8a authored about 6 years ago by Martin Norbäck Olivers <[email protected]>
Removed executable and made library instead

github.com/elm-tooling/elm-compiler-library - c1607fd1cd5a98f6fbc74c3407b57938bb97964d authored about 6 years ago by Martin Norbäck Olivers <[email protected]>
Elm 0.19: Eliminate old dependencies

github.com/elm-tooling/elm-analyse - a1e9f920d5f149f9aebe26ece5cf29c52acea06d authored about 6 years ago by Mats Stijlaart <[email protected]>
Initial version of language client

github.com/elm-tooling/elm-vscode-language-client-haskell - c0effc8342def5ed491e786905e2840ab2822120 authored about 6 years ago by Martin Norbäck Olivers <[email protected]>
Setting and logic to disable linting (#263)

github.com/elm-tooling/vscode-elm-old - 4f61c6eefb9ceac044b58b6e20dc0fe6eef5f848 authored about 6 years ago by Håkon Rossebø <[email protected]>
Fix a 0.18 elm-make configuration bug and support elm-format for 0.18 and 0.19 (#262)

* Fixes incorrect elm make command for 0.18

* Initial changes for elm-format to also handle 0...

github.com/elm-tooling/vscode-elm-old - 2f50c1cedc3495ab56ec8b67a8d579f7e2adeaac authored about 6 years ago by Håkon Rossebø <[email protected]>
Elm 0.19: Run elm-upgrade

github.com/elm-tooling/elm-analyse - cb32e3ce52a0bfa7628afa0c6f4a28ccde8a2dc7 authored about 6 years ago by Mats Stijlaart <[email protected]>
Elm 0.19: Update elm binaries

github.com/elm-tooling/elm-analyse - 03284a54168b4fd249801ec56eef6410e316cac5 authored about 6 years ago by Mats Stijlaart <[email protected]>
Initial commit from `yo code`

github.com/elm-tooling/elm-vscode-language-client-haskell - f6e6a32333aa0e87f42eb3ac5c96a14bff202c96 authored about 6 years ago by Martin Norbäck Olivers <[email protected]>
Adds a link to contributing readme (#264)

github.com/elm-tooling/vscode-elm-old - 71118381577d8135cb40b5353fa4e0842f854194 authored about 6 years ago by Håkon Rossebø <[email protected]>
Bump version - 0.21.0

github.com/elm-tooling/vscode-elm-old - 5ffc4b1e2333ba5268824b65a4e5d6781d0721b9 authored about 6 years ago by Krzysztof Cieslak <[email protected]>
Add Håkon to maintainers

github.com/elm-tooling/vscode-elm-old - 680402084b47d0c5284eebfae95249fffedab8b8 authored about 6 years ago by Krzysztof Cieslak <[email protected]>
Refactor generic functions to utils

github.com/elm-tooling/vscode-elm-old - ff5d5d2c52b0b1efe17910b5363892bb22f34085 authored about 6 years ago by Rossebø <[email protected]>
Using terminal instead of output window to install packages for y/n

github.com/elm-tooling/vscode-elm-old - 1e329be6b5d098f81fba664441fc45028e299abb authored about 6 years ago by Rossebø <[email protected]>
Put the :help and :exit words back in the REPL line

Found a way to fit all the chars

github.com/elm-tooling/elm-compiler-library - f5d00e55c1f793a253b4a008b731eaafe220c5a1 authored about 6 years ago by Evan Czaplicki <[email protected]>
Fixes to omit Elm Oracle for 0.19 and read elm.json (#254)

github.com/elm-tooling/vscode-elm-old - 3fb9bc988a6de92cd279cae4170be79477ed6001 authored about 6 years ago by Håkon Rossebø <[email protected]>
Separate example code for 0.18 and 0.19 (#253)

github.com/elm-tooling/vscode-elm-old - cda6ee7823c707af24f10ade767ecca6babc607f authored about 6 years ago by Håkon Rossebø <[email protected]>
Make compiler errors a little easier to read (#251)

I had a hard time reading the errors from Elm 0.19, because it uses color to signal the relevant...

github.com/elm-tooling/vscode-elm-old - 7b7ed8e3191da38d2fa0ac8cb4f178451ebc2099 authored about 6 years ago by norpan <[email protected]>
Changes Repl to use integrated terminal for interactivity (#252)

* Changes Repl to use integrated terminal for interactivity

* Cleanup stop terminal and repl ...

github.com/elm-tooling/vscode-elm-old - daa0c9be83f95410d402d49a2630fe56448c6ac9 authored about 6 years ago by Håkon Rossebø <[email protected]>
Fix bug in canonicalization of kernel names

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

github.com/elm-tooling/elm-compiler-library - 1c0b433995ae62de92fd60f0a1ab2e21a655476e authored about 6 years ago by Evan Czaplicki <[email protected]>
Merge pull request #1764 from gurdiga/patch-1

Fix a couple of links to the docs

github.com/elm-tooling/elm-compiler-library - 3da79c4f2c2853b1bfc8c3336d759dc217c26fa4 authored about 6 years ago by Evan Czaplicki <[email protected]>
Merge pull request #1765 from austinshenk/patch-1

Update elm-upgrade link to master branch

github.com/elm-tooling/elm-compiler-library - 8e24e3e00326fb81f7a300d663591cec74b6a795 authored about 6 years ago by Evan Czaplicki <[email protected]>
Fix linting for errors for Elm 0.18 (#249)

* Fix linting for errors for Elm 0.18

The PR that fixed linting for Elm 0.19 broke 0.18 linti...

github.com/elm-tooling/vscode-elm-old - 0bf379522c807bc830c2e5a9da48c252e7e8d28a authored about 6 years ago by Jack Franklin <[email protected]>
Update elm-upgrade link to master branch

github.com/elm-tooling/elm-compiler-library - 62c2c17a4fbf89b01e60635412e41b414e4fa1d2 authored about 6 years ago by austinshenk <[email protected]>
Fix for Elm 0.19, find right project directory (#245)

I found this bug because I had an `elm-package.json` in my `~` directory, so when it tried to fi...

github.com/elm-tooling/vscode-elm-old - c0e6e381fff39c96f1152d1859ee975abb362c60 authored about 6 years ago by norpan <[email protected]>
Fix a couple of links to the docs

github.com/elm-tooling/elm-compiler-library - 9ebf6ed32cac8250bd635b416ddea425a2b89ec9 authored about 6 years ago by Vlad GURDIGA <[email protected]>
Set elm-make as default makeCommand for 0.18 and earlier (#247)

github.com/elm-tooling/vscode-elm-old - 9551ed503365993abf60109e9a0854ce01c439dc authored about 6 years ago by Jack Franklin <[email protected]>
Add Dave as a maintainer

github.com/elm-tooling/vscode-elm-old - 02e90acebcc5fd444afce9347399d27e6571cf46 authored about 6 years ago by Krzysztof Cieślak <[email protected]>
Update ignore files

github.com/elm-tooling/vscode-elm-old - 7b1fc10286ded536703701a7f43b4e6301a52110 authored about 6 years ago by Krzysztof Cieslak <[email protected]>
Bump version - 0.20.0

github.com/elm-tooling/vscode-elm-old - 1fe973f9fb07c203601915ee531abeed9d9be8df authored about 6 years ago by Krzysztof Cieslak <[email protected]>
Add contribution guide, update readme, and build process

github.com/elm-tooling/vscode-elm-old - a07b4655306dc4ae8d8bbb5fe4c03a21ab92b315 authored about 6 years ago by Krzysztof Cieslak <[email protected]>
Fix failing test

github.com/elm-tooling/vscode-elm-old - 60258baf9461aa98558074c6916db873f3239238 authored about 6 years ago by Krzysztof Cieslak <[email protected]>
Update packages

github.com/elm-tooling/vscode-elm-old - d1ec0b9e15fe26de38cfe7d6f88518edbe472604 authored about 6 years ago by Krzysztof Cieslak <[email protected]>
We use yarn for development

github.com/elm-tooling/vscode-elm-old - 3e201ec606c09ef66e775eb226fc6b11e33e42ab authored about 6 years ago by Krzysztof Cieslak <[email protected]>
Adjust elm-make command using new logic for 0.19

If we detect v0.19 then we use the `elm.compiler` setting, otherwise use the `elm.makeCommand`

github.com/elm-tooling/vscode-elm-old - 7661142aaa1109a5bfe401cf55b618a315bc1a4e authored about 6 years ago by Dave Thomas <[email protected]>
Adds code from Axel to patch new json report into existing structure

github.com/elm-tooling/vscode-elm-old - 0385977d5f9f6110fc119828f906b92a41489eb5 authored about 6 years ago by Håkon Rossebø <[email protected]>
Make package install work with 0.19 and 0.18

github.com/elm-tooling/vscode-elm-old - 615f27ba086e923187d761780b08e4933db9be81 authored about 6 years ago by Håkon Rossebø <[email protected]>
Fixes Repl command for 0.18 and 0.19

github.com/elm-tooling/vscode-elm-old - 4f70b8dee5d5843dc0cc940ee8857a8206e8ac4a authored about 6 years ago by Håkon Rossebø <[email protected]>
Fixes elm reactor for 0.18 and 0.19

github.com/elm-tooling/vscode-elm-old - a0d1a981966fbe00a43d4ce8ba91ef739efae4b7 authored about 6 years ago by Håkon Rossebø <[email protected]>
Initial detection of elm version and linting

github.com/elm-tooling/vscode-elm-old - 0f31145fca99a57745f8206f31237f8e01b452fb authored about 6 years ago by Håkon Rossebø <[email protected]>
Fix elm make command

Have `elm` as the default command, add docs to the "elm.makeCommand" configuration with details ...

github.com/elm-tooling/vscode-elm-old - 34bf68a24e4495da6a96e39796f3d2f6b2bd3289 authored about 6 years ago by Dave Thomas <[email protected]>
Added missing compiler configuration for elm 0.19

Also adjusted `elm.makeCommand` to specify its for Elm <0.19

github.com/elm-tooling/vscode-elm-old - 8211a17ae6a2b82c5783107312949ae6ccd99f1b authored about 6 years ago by Dave Thomas <[email protected]>
Added missing upgrade docs for (,)

github.com/elm-tooling/elm-compiler-library - 817312c539d7f62776efa148e6d2a67f273d4d93 authored about 6 years ago by Albert Dahlin <[email protected]>
Use the more compact JSON format for docs in ~/.elm/

github.com/elm-tooling/elm-compiler-library - 6086fd18f8be05cbd4be1938d258f167e650321d authored about 6 years ago by Evan Czaplicki <[email protected]>
Add a trailing newline when writing JSON for humans

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

github.com/elm-tooling/elm-compiler-library - 2a74611440aa566dbcac30429cfa2a186966c95f authored about 6 years ago by Evan Czaplicki <[email protected]>
Merge pull request #1754 from BrianHicks/nineteen-rc2

final working version of Elm npm installer

github.com/elm-tooling/elm-compiler-library - f3d223be739300493e485fc52b0ee1c3bfd2e87b authored about 6 years ago by Evan Czaplicki <[email protected]>
update to 0.19.0-bugfix2

github.com/elm-tooling/elm-compiler-library - 964c62ffd6ac108d8cc004040c43bdc6acb3e7e3 authored about 6 years ago by Brian Hicks <[email protected]>
update with changes from testing on Windows

github.com/elm-tooling/elm-compiler-library - 0c3c235f4ab6d9a1c8f14f95883dc1317b2a0547 authored about 6 years ago by Brian Hicks <[email protected]>
Add necessary indirect dependency to documentation

github.com/elm-tooling/elm-compiler-library - b26366edd2fd6c548fb0f587c97687306293c4b3 authored about 6 years ago by Evan Czaplicki <[email protected]>
update version to bugfix1

github.com/elm-tooling/elm-compiler-library - d07fa59a879262f6072ca2ede76d8cf83533e8f0 authored about 6 years ago by Brian Hicks <[email protected]>