Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/elm-tooling/elm-language-server

Language server implementation for Elm
https://github.com/elm-tooling/elm-language-server

Add jest-diff and use it to diff errors when running with --debug

b87039b35253e67305fff1de0e57fde38ca21933 authored almost 4 years ago
Ignore different case of import_clause being recognized as a reference

Add test unused import on similar names

70e8b29a5631b788469f05b554049644df2389f5 authored almost 4 years ago
Housekeeping

2de8100e0a692fe5b4dd76a58afde61fb99bccf3 authored almost 4 years ago
Merge pull request #552 from elm-tooling/update-deps

Update deps and tree sitter

1f81d7b5e89dfa7f21400ba7386531c42ac0b52f authored almost 4 years ago
Update deps and tree sitter

4e8762b2de9c5e2714e613e55a89b10dcf416f40 authored almost 4 years ago
Update server dependencies and tree sitter

0f21728a502422ace5c3000e171626d15883a0f3 authored almost 4 years ago
Merge pull request #550 from elm-tooling/remove-all-import-values

ab394e4c384fdca6ed9f8dcbc854ba7bfadcaa08 authored almost 4 years ago
Clean up and add more tests

aaf8d58bd26acbf0cdda064a5bad9775a86342b9 authored almost 4 years ago
Handle when there are 2 or more unused values at the end of an import exposing

b050184c05910176df9b4cd8235faaafcfc26756 authored almost 4 years ago
Add tests for remove import values

cfdbbc56cb5a47133521cf6f334c85110aa51ed3 authored almost 4 years ago
Fix pattern matching (#548)

Co-authored-by: Razze <[email protected]>

f4ce9e901e9e23482e1273e825190de9450d480f authored almost 4 years ago
Removes 'Unused Value Constructor' errors on modules that expose all of their contents (#544)

bac205224838e81ff12f69c563897c451549ab54 authored almost 4 years ago
Merge pull request #549 from elm-tooling/more-removal-codeactions

8ac9f56d3afc2e52a0e10a3831e743f62765f4a3 authored almost 4 years ago
Handle removing all import values better

6284edfb99414d816ae228704c1d01596887deed authored almost 4 years ago
Add unused remove for union constructor and type alias

8f5a93c2d7546935875cb5495fdf82f79864d810 authored almost 4 years ago
Type alias name in snippet should be upper case

7dcadddfbf5c94ed8ead8d068a8ca06d3bec71a3 authored almost 4 years ago
Remove stray bracket

33d431f09227658ca912c759707be1285b1ae932 authored almost 4 years ago
Merge pull request #547 from elm-tooling/add-function-rename-test

808c50999442e39d86d116606d013847d721903a authored almost 4 years ago
Update elm-format error matcher for 0.8.5

6a6585e858b9970cf72053f81095eaf22ff13091 authored almost 4 years ago
Fix function references for function with args and when used with and without Module

ffced9104b26c53d31909a1cca2a76c8a4125e63 authored almost 4 years ago
Merge pull request #542 from elm-tooling/add-command-manager-typing

Add command manager typing

83ca3e4e420d84054382eeef1c602f523ace1022 authored almost 4 years ago
Add function with args references tests

bde5408c788625941078c36544b9b147e2ad7976 authored almost 4 years ago
Add basic function rename test

3061db5f25a49d59d68a104c49cb741b52c3ebe1 authored almost 4 years ago
Merge pull request #540 from elm-tooling/add-unused-top-level-code-action

d0f15644d6b8c5b189542fb1b37d012413574680 authored almost 4 years ago
Update changelog

c997f88f2bdc8a059da478f35ac487e2e8a111d2 authored almost 4 years ago
Add code action for unused top level function

57f498abd98619ae113c5cedea333fcd4d548cff authored almost 4 years ago
Add command manager typing

14e536c566444dee55db62bd9757f2e2a337327f authored almost 4 years ago
Merge pull request #541 from elm-tooling/remove-unused-fix-all

Add remove unused fix all code action

6cdfe3f8c5e310cede1cbfd4cd8752fc163d5c3e authored almost 4 years ago
Add remove unused fix all code action

9e556059791be4293bc85a08a2b2149e257dd751 authored almost 4 years ago
Merge pull request #539 from elm-tooling/improve-deletion

Improve unused deletion if it's the first item

4c82bd23c670d393b0c4a9e725d227f7c562f18b authored almost 4 years ago
Update elm-test args

611fb1d5d16b3433ab5c41a84cbda8f7dc17e93e authored almost 4 years ago
Improve unused deletion if it's the first item

a8a3a6834075b8803913d8da3bb27dbf4afc6abf authored almost 4 years ago
Merge pull request #538 from elm-tooling/Update-tree-sitter

Update tree-sitter

c7d523c48c288a22c5090ecc757eaba0d5e90b0e authored almost 4 years ago
Update tree-sitter

ba90028c99c9852e314df3df1e37044ca3d4d1a6 authored almost 4 years ago
Update tree sitter

032707ab925b841d6829140e7f87c3b7c80b9934 authored almost 4 years ago
Start 2.1.0 changelog

dfea076902893b54c9024ce2d8a63d736402033a authored almost 4 years ago
Cleanup binary error handling some more

03f2a0aa1ecafa17c15e56af1c0ba015ef444f55 authored almost 4 years ago
Improve logging and error texts

Always log, when executing an external file errors.
Also add the name and cwd to the error message.

6729f810e80f44ba28c418517aacda48e0fddf37 authored almost 4 years ago
Merge pull request #536 from elm-tooling/Cleanup-unused-edits

baf6b31800f1a6173c48f1b702ac846c85e0f910 authored almost 4 years ago
Remove whitespace when removing exposing list

b85b4ead2a0a2870a364aeda4676e0c0df08c30f authored almost 4 years ago
Add CodeAction to the filename

bd360bc02bd674f8abcdf02ef076fa7382ac33c1 authored almost 4 years ago
Remove leading space for import alias

Import aliases as in `import Profile as P` previously only removed
the `as P` part, leaving a sp...

fd9d08ba6c8edc081f39c6bdc705dfc4f034484b authored almost 4 years ago
Comma is not a named note anymore

We demoted "," to no longer be a named node. That's why this
behavior was broken.

We now access...

fa40ebe20e3f48e8d0706bc1b37b4593e8c49a19 authored almost 4 years ago
Merge pull request #534 from elm-tooling/fix-references

e6e6635a8079c7e20c66d1c700cc032f825eb62a authored almost 4 years ago
Handle references for functions and patterns better

d59bc27b1e37d58c488ed365879bd182d70e1870 authored almost 4 years ago
Merge pull request #533 from elm-tooling/case-branch-indent

Handle case branch indentation better

38e705ce6aa7033440fc931484b2e5bed55773aa authored almost 4 years ago
Handle case branch indentation better

bb93ab012f325c283323851112b2828a605e3735 authored almost 4 years ago
Output json and text coverage results

7269044e0a78e12df1f7174af88cfd8e70950e04 authored almost 4 years ago
Merge pull request #532 from elm-tooling/multiple-module-completions

Show completions for multiple modules if they share a name/alias

2bc2d7ca0699d0751c7dc9857c79942dc83c8f64 authored almost 4 years ago
Enable cons pattern test

a26b9f75db86873be765af27e63bc8f9b2b177b5 authored almost 4 years ago
Merge pull request #531 from elm-tooling/rename-improvements

bdb9d113245b6d8fee69aaecc7d13c6d391b73ca authored almost 4 years ago
Show completions for multiple modules if they share a name/alias

dd1d6b8e481acd15cf4bcd176d6a5adba736298b authored almost 4 years ago
Update engine field to correctly target node 12

0c2935e27830a6d45ed56afce7d790ca136e29eb authored almost 4 years ago
Add rename union constructor test

25475ab201e65aafecfea41bf5c6ac4de290e4c1 authored almost 4 years ago
Add rename type alias test

133b248b8756aa0246a169277a0c17cc8971a41d authored almost 4 years ago
Fix references for union constructors used with module prefix

450bd35dfb6ddc302a2482b3e0a109d58f441005 authored almost 4 years ago
Update tree-sitter-elm

50d651ac9b00969fb97cb586ba30d0c9282f7484 authored almost 4 years ago
Merge pull request #530 from elm-tooling/exposing-completions

Small improvements for exposing completions

2f97f6813cb2265d748b9978e7a5c703f11c497f authored almost 4 years ago
Handle exposing completions better

Also add failing test for cons pattern

4808135ddf5e3c2d8cbe636551d26137e410dfeb authored almost 4 years ago
Update dependencies and tree-sitter (#528)

* Update dependencies and tree-sitter

* More migrations

* Fix completion problems

* Fix...

962101fd24737091a240beaacad7fad8a044d7cd authored almost 4 years ago
Use space indent, not tabs

f1d4ec410ccf7a2f9731de1658dd9ba8bfdb7a6d authored almost 4 years ago
Merge pull request #525 from jmbockhorst/parse-dirty-on-restart

Use text documents buffer to parse dirty files on auto server restart

033f24709a6e8a0645913b4e100ac018710df73d authored almost 4 years ago
Use text documents buffer to parse dirty files on auto server restart

be3f9c3ad957557984ec04156308e7543536e8b7 authored almost 4 years ago
Merge pull request #522 from jmbockhorst/case-patterns

6d26435308649059082ea850dcef201324463a44 authored almost 4 years ago
Merge pull request #523 from elm-tooling/drop-node-10

f69300e782194c4b030714ae05c374abf39ff850 authored almost 4 years ago
Ignore test files from coverage collection

242042bb13b6793cc630e4367a00e5060457b432 authored almost 4 years ago
Use flatMap where possible

52eb4f0080e16d642aaa194f36d3bc2e1a0f0924 authored almost 4 years ago
Remove flatMap helper

fa1b662a9c23c71cf7924f86dc22843583b0d5e0 authored almost 4 years ago
Drop node 10 tests from pipeline

f7ea1c73fe289e5694ea6bbcf9ec29e1e45bafbb authored almost 4 years ago
Use node 14 instead of 12 to publish

4638b633db91c15aec63e1af3b111325d31a4f90 authored almost 4 years ago
Drop fromentries ponyfill

As it's only needed for node 10

5dea8c0c2a3f83aed2c76f40819cec6c4bcf6d1a authored almost 4 years ago
Remove unused variables

1911764c0e1e262f1acaf2f2a415472f725eb0d1 authored almost 4 years ago
Fix typo

f1889fb8b70af2576fa306a208c43919241e7702 authored almost 4 years ago
Fix another case with parenthesis

00022726c1bb75ba477390a7b33b0e25c0c18603 authored almost 4 years ago
Fix case with parenthesized type expr

8b672db67fd2d624b9be6d717c2c8afd93b978ba authored almost 4 years ago
Fix compile errors

72aaffb7ebde22aa7bc540b14c93f831da12db69 authored almost 4 years ago
Remove old elm make code actions

ff353ab4cf7cd99a40a73d10c93ce202a2a384c5 authored almost 4 years ago
Add diagnostics and code actions for missing case patterns

e5695d0e3e85d2be5525bc350a2330c4a3d05f78 authored almost 4 years ago
Merge pull request #521 from jmbockhorst/imports

Handle imports better and add import, exposing, and ambiguous diagnostics

64182606f2010826151c02ec23feddb84d871bcc authored almost 4 years ago
Adjust wording

c341a96c78af06817b73b7d67fe3ec3d4a0c39be authored almost 4 years ago
Don't throw error on duplicate imports

de15d52e860ae35df190a46007a96439d44e219b authored almost 4 years ago
Add ambiguous type/value diagnostics and add tests

21dbf6afc7d1c659e618fb84880482f2d308f8ad authored almost 4 years ago
Rework import definitions to be more like the compiler

b6cf475afcff9538488ecc6ef1e97054d51839a2 authored almost 4 years ago
Merge pull request #447 from jmbockhorst/analyzer-api

Compiler api refactoring

7b1da92d3fc8a4f008813b31c8585563ab46329a authored almost 4 years ago
Initial refactoring for compiler API

014e46544cf46b9837655848704853fa1ff7531d authored almost 4 years ago
Rename IElmWorkspace to IProgram and ITreeContainer to ISourceFile

d1f013284e354664f59ccd73b76ef5c88a8359a6 authored almost 4 years ago
Merge pull request #516 from jmbockhorst/fix-new-files

Fix parsing of new files

4a91e46b264393b3ec1b2283c253b9a15c3cc465 authored almost 4 years ago
Merge pull request #517 from jmbockhorst/fix-cons-inference

Fix inference for cons patterns with lists

c1fdd13fc995777c68a3a110baf2dfb87853de68 authored almost 4 years ago
Fix inference for cons patterns with lists

a74b25f056dca3a38393038c3369056c364db35e authored almost 4 years ago
Fix parsing of new files

73617286656e1c569f3cb0d31c708c532dce06c1 authored almost 4 years ago
Merge pull request #507 from jmbockhorst/missing-record-field

620adabf7b491a3eb227fb7643d48572048abb1a authored almost 4 years ago
Merge pull request #514 from jmbockhorst/fix-function-references

Fix function references

7e06910812180acfc4a92b212ab154c0a595e52f authored almost 4 years ago
Fix function references

7ed49d363bd7a99f19cd619d7f430a9500a8e3ab authored almost 4 years ago
Add tests for record field code actions

977aeb545a621f5a284af7e6245b76404a5a345f authored almost 4 years ago
Merge pull request #510 from elm-tooling/prepare-2.0.3

Prepare 2.0.3

28dda0d323b01cf08b0ed804ad988043b500284c authored almost 4 years ago
Prepare 2.0.3

e2408b1d6da9663d5e917fa78fed44ab697b1720 authored almost 4 years ago
Merge pull request #509 from jmbockhorst/completion-fix

Fix completion filtering for exposed imports

2d8bfaf6374922d17ebc6ae7a031cb9feeae0711 authored almost 4 years ago
Fix completion filtering for exposed imports

bf4b982f3d212f06ff6e594216237e1f8497a57e authored almost 4 years ago
Add code action to create missing record field

1abd1c9dc4275c55a50c962c6575df096ba468e7 authored almost 4 years ago
Merge pull request #505 from jmbockhorst/diagnostics-performance

Improve unused diagnostics performance

35cea2287f81d20317ee71ae2a0f8972e7b641c7 authored almost 4 years ago