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 pull request #391 from jmbockhorst/extractFunction

github.com/elm-tooling/elm-language-server - 34ef646f54df81b51abf73ec12ac34b002ad660c authored almost 4 years ago by Razzeee <[email protected]>
Treat records and tuples like parenthesis groups

github.com/elm-tooling/elm-language-server - 56eb2aa9e246283ca79e41a56c249545d810be50 authored almost 4 years ago by Jon Bockhorst <[email protected]>
Support refactor code action renamePosition

github.com/elm-tooling/elm-language-client-vscode - 4c8b153a02d88820a0b149798a54532393c9351e authored almost 4 years ago by Jon Bockhorst <[email protected]>
Send a renamePosition with the extract function code action

github.com/elm-tooling/elm-language-server - a6730864c2b22704e7f49110796442fc56002f8e authored almost 4 years ago by Jon Bockhorst <[email protected]>
Don't duplicate type annotations or imports for "Fix all"

github.com/elm-tooling/elm-language-server - 71f0418fb3bc9f57eac9cf201657edf8d1a94171 authored almost 4 years ago by Jon Bockhorst <[email protected]>
Convert other refactor code actions to new model

github.com/elm-tooling/elm-language-server - 6c5056b7790eb369f5df8689a5203ba882db059f authored almost 4 years ago by Jon Bockhorst <[email protected]>
Add extract function code action

github.com/elm-tooling/elm-language-server - 68b8a3171912cec2a758027d63b649cbe7947ada authored almost 4 years ago by Jon Bockhorst <[email protected]>
Omit some packages

github.com/elm-tooling/elm-language-server - 60e2a3a75d4d11137c60041e4e66f4bfead95601 authored almost 4 years ago by Kolja Lampe <[email protected]>
Merge pull request #390 from jmbockhorst/bugs

github.com/elm-tooling/elm-language-server - 4ba231966d10464db87606ae639d9a9805721403 authored almost 4 years ago by Razzeee <[email protected]>
Use fromentries ponyfill

github.com/elm-tooling/elm-language-server - ea5ee087a29cf0c3fcfed678100461371bab2f15 authored almost 4 years ago by Kolja Lampe <[email protected]>
Fix caching issue with type annotations

github.com/elm-tooling/elm-language-server - f6347f5b0eee6a6fb60191845a35e943ede6eae6 authored almost 4 years ago by Jon Bockhorst <[email protected]>
Clean up diagnostics test

github.com/elm-tooling/elm-language-server - 83d23c00046f73860521b820c7ba688fccad6780 authored almost 4 years ago by Jon Bockhorst <[email protected]>
Better fix for resolving union constructors

github.com/elm-tooling/elm-language-server - 068683806d2c74753dce13900af44c3cbd9747b0 authored almost 4 years ago by Jon Bockhorst <[email protected]>
Skip trees with errors in them

github.com/elm-tooling/elm-language-server - b3ba6c5233c5c9c09fd0d27058e6812357076fbd authored almost 4 years ago by Jon Bockhorst <[email protected]>
Show record field error details

github.com/elm-tooling/elm-language-server - 28efe8970bc41f7485d4e9eb98479daea45760ee authored almost 4 years ago by Jon Bockhorst <[email protected]>
Merge pull request #388 from elm-tooling/typed-diagnostic-sources

github.com/elm-tooling/elm-language-server - 0808d5321e9084b7a058da7e6cb7cffa39157bb4 authored almost 4 years ago by Razzeee <[email protected]>
Force tests to ignore possible undefined

github.com/elm-tooling/elm-language-server - 3b5662bb8644a77d1452e890dd1b4f49783d1592 authored almost 4 years ago by Kolja Lampe <[email protected]>
Migrate codeLens to handle

github.com/elm-tooling/elm-language-server - c6512e88c6628c8d1d69eba38894136cc665771e authored almost 4 years ago by Kolja Lampe <[email protected]>
Simplified some code

github.com/elm-tooling/elm-language-server - a9e08ff998bccb756ff780c2666cd6280d779f28 authored almost 4 years ago by Kolja Lampe <[email protected]>
Merge pull request #389 from jmbockhorst/bugs

Bug fixes

github.com/elm-tooling/elm-language-server - dde45e83b6b3e40168765700eb41364078db5846 authored almost 4 years ago by Razzeee <[email protected]>
Use handle instead of handlerForWorkspace

github.com/elm-tooling/elm-language-server - 8ddd73c345e9096e240a90baa412f2d32646b101 authored almost 4 years ago by Razze <[email protected]>
Disable buggy @typescript-eslint/no-use-before-define rule

github.com/elm-tooling/elm-language-server - 3517c46eec7b5cafc6416868554b719984ac6a92 authored almost 4 years ago by Razze <[email protected]>
Cleanup diagnostics script

github.com/elm-tooling/elm-language-server - e0bbdd565a9a068d487ea5d37d6753a8755ecbd9 authored almost 4 years ago by Jon Bockhorst <[email protected]>
Fix unit expr as a function param

github.com/elm-tooling/elm-language-server - c7c01c2ad69676ae4dd2522ef708737d8bb3834a authored almost 4 years ago by Jon Bockhorst <[email protected]>
Fix definition of union constructor used in bin op expr

github.com/elm-tooling/elm-language-server - 151aa952f801eb9e74e0249741e4bd36f19f3f92 authored almost 4 years ago by Jon Bockhorst <[email protected]>
Skip elm-vector in diagnostics test

github.com/elm-tooling/elm-language-server - 97687583dc844c4a03e5a72ab2d3b5a6099c1a7d authored almost 4 years ago by Jon Bockhorst <[email protected]>
Fix inference of type classes with suffixes

github.com/elm-tooling/elm-language-server - 8a40add8d04f96e34cd74ff5bb81661ff4f3dfba authored almost 4 years ago by Jon Bockhorst <[email protected]>
Fix name shadowing

github.com/elm-tooling/elm-language-server - 30fd709c88664d280e89b90eada239b4a820ab39 authored almost 4 years ago by Jon Bockhorst <[email protected]>
Typed diagnostic sources

github.com/elm-tooling/elm-language-server - 51d95ec56f98e41afd548f2f4dc4e350842dbb85 authored almost 4 years ago by Razze <[email protected]>
Merge pull request #385 from jmbockhorst/diagnostics-test

Add github action to test diagnostics

github.com/elm-tooling/elm-language-server - 299a6bf90949d68fb64ab4b8c5b06878009a98a5 authored almost 4 years ago by Razzeee <[email protected]>
Add github action to test diagnostics

github.com/elm-tooling/elm-language-server - c86b581d82c1a3537508f867d8bbb19509823aec authored almost 4 years ago by Razze <[email protected]>
Merge pull request #387 from jmbockhorst/unusedValueConstructor

Fix case of unused value constructor when used with pattern args

github.com/elm-tooling/elm-language-server - fbd487e356ff542127a24dac43ea045162df0892 authored almost 4 years ago by Razzeee <[email protected]>
Merge pull request #386 from jmbockhorst/elm-diagnostics

Properly calculate non shadowable names

github.com/elm-tooling/elm-language-server - 01608e24fa1363f61c2721e1844ad4a04ffdee52 authored almost 4 years ago by Razzeee <[email protected]>
Fix case of unused value constructor when used with pattern args

github.com/elm-tooling/elm-language-server - b944ff3d82c418809c447f735f198a4608ed71b5 authored almost 4 years ago by Jon Bockhorst <[email protected]>
Properly calculate non shadowable names

github.com/elm-tooling/elm-language-server - 85eae4c3c2319d081db1b7a544a2b598325c3bce authored almost 4 years ago by Jon Bockhorst <[email protected]>
Merge pull request #383 from jmbockhorst/code-actions

github.com/elm-tooling/elm-language-server - 346f90056ba1e0ca07d7729335b23a8b8682cda4 authored almost 4 years ago by Razzeee <[email protected]>
Always bind union pattern args and clean up error messages

github.com/elm-tooling/elm-language-server - 22405074594c218423800dae50ad914ed8d28b25 authored almost 4 years ago by Jon Bockhorst <[email protected]>
Introduce suggestion diagnostics with missing type annotations

github.com/elm-tooling/elm-language-server - 2b986c5fdc0ad893a898409b7ab9134be6e99a7b authored almost 4 years ago by Jon Bockhorst <[email protected]>
Fix another definition bug

github.com/elm-tooling/elm-language-server - fb13e3814caf3caedf4b4162ef15b6a977e0a397 authored almost 4 years ago by Jon Bockhorst <[email protected]>
Fix diagnostics duplication and add checks for all declarations

github.com/elm-tooling/elm-language-server - 1a9b83d6eb1466a5c2d3a5af9fa47d04439c136d authored almost 4 years ago by Jon Bockhorst <[email protected]>
Merge pull request #138 from elm-tooling/update-dependencies

Update deps

github.com/elm-tooling/elm-language-client-vscode - 1297d915b170160749874524357b9efa3d3da751 authored almost 4 years ago by Razzeee <[email protected]>
Merge pull request #384 from elm-tooling/Update-tree-sitter-and-deps

Update tree sitter and deps

github.com/elm-tooling/elm-language-server - 8b345df7d02800c8615ace5edef49ac20e521802 authored almost 4 years ago by Razzeee <[email protected]>
Update tree sitter and deps

github.com/elm-tooling/elm-language-server - b2e323000052a41896cdac34f2cd1152d54eddba authored almost 4 years ago by Kolja Lampe <[email protected]>
Prepare 4.4.0

github.com/elm-tooling/tree-sitter-elm - 2212d2ed4efae34350fe36cca1fbba36922e0d8b authored almost 4 years ago by Kolja Lampe <[email protected]>
Add diagnostics for type annotation inference and deduplicate diagnostics

github.com/elm-tooling/elm-language-server - 580411d5ccfd512b0fed7b450fa5fe5ebc8f7bfd authored almost 4 years ago by Jon Bockhorst <[email protected]>
Refactor type annotation code actions

github.com/elm-tooling/elm-language-server - 112606e3e125e02917b55c0763562b84159377a4 authored almost 4 years ago by Jon Bockhorst <[email protected]>
Refactor make declaration from usage code action

github.com/elm-tooling/elm-language-server - d7b4dfc004ac2aa90d2ba5747e5d768cddd430a6 authored almost 4 years ago by Jon Bockhorst <[email protected]>
Merge pull request #382 from jmbockhorst/code-actions

github.com/elm-tooling/elm-language-server - ae14ee9db63efaa6cde0a254a6af65f9fc10a309 authored almost 4 years ago by Razzeee <[email protected]>
Change diagnostic source back to Elm

github.com/elm-tooling/elm-language-server - bdd2ac0a9ff7430c9e6bb817b1b6abfeba476b3b authored almost 4 years ago by Jon Bockhorst <[email protected]>
Merge pull request #67 from Razzeee/fix-case-handling

github.com/elm-tooling/tree-sitter-elm - 77e34e8910c718b8a4beb4e4bdc670fc371cf1fc authored almost 4 years ago by Razzeee <[email protected]>
Default isPreferred to false

github.com/elm-tooling/elm-language-server - 20efb71e316b7cd77699177348cebc10fe77ba9b authored almost 4 years ago by Jon Bockhorst <[email protected]>
Remove use of Diagnostic.code property

github.com/elm-tooling/elm-language-server - c4383dce772689cfae571a43de6e925d0a302fe6 authored almost 4 years ago by Jon Bockhorst <[email protected]>
Add another nesting test

github.com/elm-tooling/tree-sitter-elm - 461277ebc41ca243f88479e2f8b95caaa57513d7 authored almost 4 years ago by Razze <[email protected]>
Merge pull request #381 from jmbockhorst/code-actions

Fix import code actions

github.com/elm-tooling/elm-language-server - f4c767ac7d4e507ef066ce24db7f5ff3b61f31a7 authored almost 4 years ago by Razzeee <[email protected]>
Update minimal client engine

github.com/elm-tooling/elm-language-client-vscode - 695ea7843636d6857899fada2e3bd6546955505c authored almost 4 years ago by Razze <[email protected]>
Add new system for handling code actions

github.com/elm-tooling/elm-language-server - 1d4fca602098bee8874df2814a734f9e71abe854 authored almost 4 years ago by Jon Bockhorst <[email protected]>
Clear elm make diagnostics on change

github.com/elm-tooling/elm-language-server - 02ec2499634f96eb2e028115e344a18bebb2d4f0 authored almost 4 years ago by Jon Bockhorst <[email protected]>
Add import resolve diagnostics and clean up API (#380)

github.com/elm-tooling/elm-language-server - 81d50286417868d11631737ea47a3636c95d9955 authored almost 4 years ago by Jon Bockhorst <[email protected]>
Merge pull request #379 from jmbockhorst/elm-diagnostics

github.com/elm-tooling/elm-language-server - 2d7164a0e0cdc758e8d3e7dda33c8d8a4952264d authored almost 4 years ago by Razzeee <[email protected]>
Remove shuffle

github.com/elm-tooling/elm-language-server - 8cb5332121bf4e6c9c689ac9829e2297d3e36c22 authored almost 4 years ago by Jon Bockhorst <[email protected]>
Remove unused script

github.com/elm-tooling/elm-language-server - fc03037830e0fb69cc97491661a1f429a407bdff authored almost 4 years ago by Jon Bockhorst <[email protected]>
Remove unnecessary performance timings

github.com/elm-tooling/elm-language-server - 88497c12970fe79b4ffeded792ab202b112f6ba0 authored almost 4 years ago by Jon Bockhorst <[email protected]>
Add script to run diagnostic tests on elm packages

github.com/elm-tooling/elm-language-server - d7350976e26865786152a827591ca8c02bdda17c authored almost 4 years ago by Jon Bockhorst <[email protected]>
Add diagnostic for missing union variant

github.com/elm-tooling/elm-language-server - 3123e62a2222a733b1da11eda98c1f6c8c11e18e authored almost 4 years ago by Jon Bockhorst <[email protected]>
Fix union constructor definition when used as a function arg

github.com/elm-tooling/elm-language-server - c5dee3f276d37f7efb249c39f85c5f5400823010 authored almost 4 years ago by Jon Bockhorst <[email protected]>
Fix definition of complex union constructor usage

github.com/elm-tooling/elm-language-server - dba4b052a85256e36b2db854e64f15bbb30c076d authored almost 4 years ago by Jon Bockhorst <[email protected]>
Fix inference of aliased function return

github.com/elm-tooling/elm-language-server - a1ba78354cf44f54c41361194044fe41c3abf594 authored almost 4 years ago by Jon Bockhorst <[email protected]>
Merge pull request #378 from jmbockhorst/elm-diagnostics

github.com/elm-tooling/elm-language-server - 96f929be0206aeb995877b93894ab9f24e95b645 authored almost 4 years ago by Razzeee <[email protected]>
Fixed typo and improved strings

github.com/elm-tooling/elm-language-server - 01da078df1c8b7f9f3ed1d337ba9845722cf5689 authored almost 4 years ago by Kolja Lampe <[email protected]>
Revert "Move some diagnostic code to the type checker"

This reverts commit 0e6d43c552060e02bb1b00a5708e1496b06f4e92.

github.com/elm-tooling/elm-language-server - 1b4b7c648b896de3152e00fca46b9cd3ded93744 authored almost 4 years ago by Jon Bockhorst <[email protected]>
Move code action stuff into code action provider

github.com/elm-tooling/elm-language-server - fa393a5c10a927af29ff502dabce4d5b2eb7137b authored almost 4 years ago by Jon Bockhorst <[email protected]>
Move some diagnostic code to the type checker

github.com/elm-tooling/elm-language-server - 0e6d43c552060e02bb1b00a5708e1496b06f4e92 authored almost 4 years ago by Jon Bockhorst <[email protected]>
Move diagnostics into a seperate file

github.com/elm-tooling/elm-language-server - c7adf21877ae1f20ca03437e7716f36aadff7985 authored almost 4 years ago by Jon Bockhorst <[email protected]>
Change target character

github.com/elm-tooling/elm-language-server - 98014ce38952ee8bbea29daf3f75c758d5f51412 authored almost 4 years ago by Jon Bockhorst <[email protected]>
Fix completions not showing hints from other files

github.com/elm-tooling/elm-language-server - 471a32aab4564edf29b5c7c2278869a60942e7c5 authored almost 4 years ago by Kolja Lampe <[email protected]>
Fix references using module aliases and start adding reference tests

github.com/elm-tooling/elm-language-server - 024c9bd591b9656f8a82517792b5ea73f45f9f32 authored almost 4 years ago by Jon Bockhorst <[email protected]>
Fix function name not resolving to itself

github.com/elm-tooling/elm-language-server - 588f2de1fe16233c57730d1c27804bfc1d27dd3c authored almost 4 years ago by Jon Bockhorst <[email protected]>
Fix false diagnostic when imported value is used in a record update

github.com/elm-tooling/elm-language-server - d784b505ecb50379348875a1d16582c20784d5b9 authored almost 4 years ago by Jon Bockhorst <[email protected]>
Fix definition when value ends in the same letters as the module (Svg.g)

github.com/elm-tooling/elm-language-server - 2ae50451ea187e86275acc10a8c47f0a684a5e34 authored almost 4 years ago by Jon Bockhorst <[email protected]>
Update package deps

github.com/elm-tooling/elm-language-server - 2e053fbde1c969404ed5205c97a4119d6fcc0253 authored almost 4 years ago by Kolja Lampe <[email protected]>
Remove empty log

github.com/elm-tooling/elm-language-server - b255a95ea2e883127bb8978919cc17d280c79708 authored almost 4 years ago by Kolja Lampe <[email protected]>
Merge pull request #374 from jmbockhorst/elm-diagnostics

github.com/elm-tooling/elm-language-server - fd66bc8ee2b8c41fcd9a85973976ea14737281f6 authored almost 4 years ago by Razzeee <[email protected]>
Add and fix tests

github.com/elm-tooling/elm-language-server - 3fb96a1045ce766c3f683aba67cc1b6f8c728802 authored almost 4 years ago by Jon Bockhorst <[email protected]>
Fix record inference with no fields

github.com/elm-tooling/elm-language-server - cae26f4bfa8b4e1d691ec3f86fa1d7234d98e141 authored almost 4 years ago by Jon Bockhorst <[email protected]>
Show parsing diagnostics

github.com/elm-tooling/elm-language-server - fee4747f4d8be7cf6deed92cc9841baa8fa14b9f authored almost 4 years ago by Jon Bockhorst <[email protected]>
Enhance record completions using inference

github.com/elm-tooling/elm-language-server - f255c72674871442beab0fee03e8bc13ebfdce5f authored almost 4 years ago by Jon Bockhorst <[email protected]>
Catch inference cancelation and errors

github.com/elm-tooling/elm-language-server - 3f20815f46edc3cd61b373cc9e65c6b06d9357ec authored almost 4 years ago by Jon Bockhorst <[email protected]>
With bug with union constructor imports

github.com/elm-tooling/elm-language-server - b3e2b7a8d49c892f169d5cfa2bec0315b4bda430 authored almost 4 years ago by Jon Bockhorst <[email protected]>
Merge pull request #137 from elm-tooling/new-lsp-version

github.com/elm-tooling/elm-language-client-vscode - 155f601cc0812593a39106ce0d0a08a4ba71b277 authored almost 4 years ago by Razzeee <[email protected]>
Update language client

github.com/elm-tooling/elm-language-client-vscode - a420bc0b7eeb508583c09cc6c31ab63e9b391f68 authored almost 4 years ago by Kolja Lampe <[email protected]>
Update language client

github.com/elm-tooling/elm-language-client-vscode - ed810da257fed4de145c73306af8840d67945df5 authored almost 4 years ago by Kolja Lampe <[email protected]>
Run compile only against master

github.com/elm-tooling/elm-language-client-vscode - 87e50f4afb97533b3148e432c742cbf644a50175 authored almost 4 years ago by Kolja Lampe <[email protected]>
Merge pull request #136 from elm-tooling/remove-elm-analyse-completly

Remove elm-analyse

github.com/elm-tooling/elm-language-client-vscode - bf56376ad85f64d937db9381d1ee0b1e9c8cad58 authored almost 4 years ago by Razzeee <[email protected]>
Merge pull request #373 from elm-tooling/remove-elm-analyse-completly

github.com/elm-tooling/elm-language-server - 26fa2669e34de53880e7627c955b0591509922fe authored almost 4 years ago by Razzeee <[email protected]>