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

Bump minimist from 1.2.5 to 1.2.6 (#86)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

github.com/elm-tooling/elm-tooling-cli - f30c44565575c769135c74f52651e26faea99be8 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
use explicit typing for lexer lookahead

github.com/elm-tooling/tree-sitter-elm - 119e15c1bb5d04e15a184d2d1cf051b865e296a3 authored over 2 years ago by Michael Davis <[email protected]>
Merge pull request #232 from randomer/patch-1

github.com/elm-tooling/elm-language-client-vscode - 8b01b2a0d680da2d494bc3d725e30469dedd12f1 authored over 2 years ago by Kolja Lampe <[email protected]>
Run tests with node 16

github.com/elm-tooling/tree-sitter-elm - a434f94cd7de2179bd33fb19d3424500ff76f505 authored over 2 years ago by Kolja Lampe <[email protected]>
FAQ: "syntax highlighting not working" question

Stopgap for https://github.com/elm-tooling/elm-language-client-vscode/issues/211

github.com/elm-tooling/elm-language-client-vscode - 94ce73ed599317647e818d13affdf394d7cedee5 authored over 2 years ago by Rod <[email protected]>
Merge pull request #684 from FuJa0815/patch-1

github.com/elm-tooling/elm-language-server - 964a7d0b50c123cf0aebe2f87c9bf6bb79fb298a authored over 2 years ago by Kolja Lampe <[email protected]>
Merge pull request #682 from elm-tooling/dependabot/npm_and_yarn/simple-get-3.1.1

github.com/elm-tooling/elm-language-server - 12c798b8eff2549f28ce2c741e8c0997b5cf07f6 authored over 2 years ago by Kolja Lampe <[email protected]>
Bump simple-get from 3.1.0 to 3.1.1

Bumps [simple-get](https://github.com/feross/simple-get) from 3.1.0 to 3.1.1.
- [Release notes](...

github.com/elm-tooling/elm-language-server - 1f2b3bf7f77e86b304d76c5c22f6a8d31d1935f2 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #681 from elm-tooling/tree-sitter-update

github.com/elm-tooling/elm-language-server - d7f6a9d87096c010b30ef05011b11698df837211 authored over 2 years ago by Kolja Lampe <[email protected]>
Merge pull request #118 from elm-tooling/add-incomplete-test

github.com/elm-tooling/tree-sitter-elm - 23fa516ded14b486b1340db5f4243d0af03171c6 authored over 2 years ago by Kolja Lampe <[email protected]>
Revert https://github.com/elm-tooling/tree-sitter-elm/commit/0cfd45bdf7f2ac6801ea1ecafbc104b797c3fe0a

Even if it's broken right now, it might be better to not be
able to handle japanese etc but par...

github.com/elm-tooling/tree-sitter-elm - 52063820be503a5288ac426bfa6f40ff01511c17 authored over 2 years ago by Kolja Lampe <[email protected]>
Merge pull request #117 from elm-tooling/update-test-suite

github.com/elm-tooling/tree-sitter-elm - 0303ab1e1a87d1ab0acd2a1f46e796d103518b4a authored over 2 years ago by Kolja Lampe <[email protected]>
Update test suite with new projects

github.com/elm-tooling/tree-sitter-elm - 3c30c1553de7cd1162e22fd0dbf80a80f0a664a5 authored over 2 years ago by Razze <[email protected]>
Merge pull request #115 from jwoudenberg/upstream

github.com/elm-tooling/tree-sitter-elm - fb463bcd1f0f9b2cfa592a04cb168d9ac27fa43c authored over 2 years ago by Kolja Lampe <[email protected]>
Parse line comments no matter how they're indented

The custom scanner needs to track indentation to know where code
snippets belong in the source t...

github.com/elm-tooling/tree-sitter-elm - 86bf926eec9c919dea491f505001e4ced89f68e2 authored over 2 years ago by Jasper Woudenberg <[email protected]>
Add failing test for comment in let statement

The combination of the comment being in between two let bindings and
uncommented results in an e...

github.com/elm-tooling/tree-sitter-elm - 13d5db4e9a03e5424bef4534adb863c2add62869 authored over 2 years ago by Jasper Woudenberg <[email protected]>
Fix bug with line comment at end of let statement

We are calling the `checkForVirtualEnd` method from two places. In one
instance when we do we al...

github.com/elm-tooling/tree-sitter-elm - 5f950de26a527c8c20045cc75e432e90a930337f authored over 2 years ago by Jasper Woudenberg <[email protected]>
Remove dead code in scanner

This code was skipping elm spaces, defined as a combination of ` `,
`\r`, and `\n` characters. I...

github.com/elm-tooling/tree-sitter-elm - 7e283e093223f2b94200fc8078062b75313e3d28 authored over 2 years ago by Jasper Woudenberg <[email protected]>
Fix comment parsing bug

If a comment is placed directly beneath a case statement, like so:

update msg value =
...

github.com/elm-tooling/tree-sitter-elm - 846cb07ae7391086eb4285b6fea3bb212fb9dd42 authored over 2 years ago by Jasper Woudenberg <[email protected]>
Merge pull request #114 from elm-tooling/handle-empty-comments-correctly

github.com/elm-tooling/tree-sitter-elm - 6575badb926ca1664a7c2a4d9023f9c731316628 authored almost 3 years ago by Kolja Lampe <[email protected]>
Merge pull request #116 from elm-tooling/update-tree-sitter-cli

github.com/elm-tooling/tree-sitter-elm - c0efcdf7ff4d147c6e0ec64447a83c8f2aeee3d8 authored almost 3 years ago by Kolja Lampe <[email protected]>
Update tree sitter

github.com/elm-tooling/tree-sitter-elm - 76c279cfd9d4dd43d47a03d0846d1d52d338d29a authored almost 3 years ago by Razze <[email protected]>
Match for block comments earlier, as the newline logic gets in the way otherwise

Closes https://github.com/elm-tooling/tree-sitter-elm/issues/113

github.com/elm-tooling/tree-sitter-elm - 40e002e21c4f99c879a9a795ce1a7fb144620e8a authored almost 3 years ago by Razze <[email protected]>
Merge pull request #677 from bukkfrig/indent-case-of

github.com/elm-tooling/elm-language-server - bb7f785ebccd0cbe36d8103f8cb3feb45c7056bb authored almost 3 years ago by Kolja Lampe <[email protected]>
Indent four spaces after `of` (#676)

github.com/elm-tooling/elm-language-server - f4955a1a63a29507205198d92d5ef24fd92d2583 authored almost 3 years ago by Jeremy Hunt <[email protected]>
Update readme.md

github.com/elm-tooling/gsoc-projects - 0d75ae57a9d46df45c9b8bfe9be35242b265d8ac authored almost 3 years ago by Kolja Lampe <[email protected]>
Update gpr step according to docs

github.com/elm-tooling/elm-language-server - a45fb698c8f34d2466935050242cecb2ee4d83c1 authored almost 3 years ago by Razze <[email protected]>
Add needed elm-format dependency

github.com/elm-tooling/elm-language-server - fd7280f5b6b16e6216fb78c223aca6f3977c90d7 authored almost 3 years ago by Razze <[email protected]>
Merge pull request #229 from elm-tooling/update-deps-4

github.com/elm-tooling/elm-language-client-vscode - 490235b07e54a642959886de0d26d6c2973c0d70 authored almost 3 years ago by Kolja Lampe <[email protected]>
Merge pull request #674 from elm-tooling/update-tests-4

github.com/elm-tooling/elm-language-server - e1e043252f80d6398bacb0ec8085ede022d77656 authored almost 3 years ago by Kolja Lampe <[email protected]>
Merge pull request #672 from elm-tooling/fix-loose-matching

github.com/elm-tooling/elm-language-server - 1f8582d5d6ef33940c178b71db215bd7bf129156 authored almost 3 years ago by Kolja Lampe <[email protected]>
Improve matching of imports, as it was too loose

Closes https://github.com/elm-tooling/elm-language-server/issues/668

github.com/elm-tooling/elm-language-server - fbb1a59b32cdc35e09ee1e2e7154689657c9aa75 authored almost 3 years ago by Razze <[email protected]>
Add publish workflow

github.com/elm-tooling/ide-elm - 7fd36224f26b7c9783b209ced4d10e98e7896a3a authored almost 3 years ago by Razze <[email protected]>
Merge pull request #1 from icidasset/main

github.com/elm-tooling/ide-elm - 4d2fefc7f367f9fd7b89166299c598f20b448b0b authored almost 3 years ago by Kolja Lampe <[email protected]>
Update dependencies

github.com/elm-tooling/ide-elm - a689bdbe48079ac166b4905c1ecd5a66f8454bb0 authored almost 3 years ago by Steven Vandevelde <[email protected]>
Merge pull request #112 from elm-tooling/revert-to-old-way

github.com/elm-tooling/tree-sitter-elm - c132d2f4e2e945f51704b405afc5e76314c26360 authored almost 3 years ago by Kolja Lampe <[email protected]>
Revert fancy regex parsing

Closes https://github.com/elm-tooling/tree-sitter-elm/issues/105

github.com/elm-tooling/tree-sitter-elm - 0cfd45bdf7f2ac6801ea1ecafbc104b797c3fe0a authored almost 3 years ago by Razze <[email protected]>
Move packaging status to it's own line

github.com/elm-tooling/elm-language-server - 1652030715bbc8f9ff74b81924f914aa571ab945 authored almost 3 years ago by Kolja Lampe <[email protected]>
Merge pull request #670 from elm-tooling/workspace-symbols-fuzzy

github.com/elm-tooling/elm-language-server - 29731224f351b9bef60064a7958633e6173aa7d6 authored almost 3 years ago by Kolja Lampe <[email protected]>
Correctly fuzzy match for workspace symbols

Closed https://github.com/elm-tooling/elm-language-server/issues/669

github.com/elm-tooling/elm-language-server - a338fe6765c5c3696a6e8ea93470c724cfe21283 authored almost 3 years ago by Kolja Lampe <[email protected]>
Merge pull request #219 from elm-tooling/lint-client

github.com/elm-tooling/elm-language-client-vscode - 203dd37b4693cbe61bea8e35251e12fef0e39e89 authored almost 3 years ago by Kolja Lampe <[email protected]>
Merge pull request #228 from elm-tooling/update-deps-4

github.com/elm-tooling/elm-language-client-vscode - a41d0e5e301f376405a7f3c483d20188d51b7ab8 authored almost 3 years ago by Kolja Lampe <[email protected]>
Merge pull request #667 from elm-tooling/update-deps

github.com/elm-tooling/elm-language-server - 76ab6b3426dbf5f828a5044e2a55df97679d6762 authored almost 3 years ago by Kolja Lampe <[email protected]>
Merge pull request #666 from elm-tooling/remove-range-handling

github.com/elm-tooling/elm-language-server - 56dc1ee4d27c2106c0c7bc904a10773070a35778 authored almost 3 years ago by Kolja Lampe <[email protected]>
Fall back to position logic, if range start and end are the same

Closes https://github.com/elm-tooling/elm-language-server/issues/665

github.com/elm-tooling/elm-language-server - 46677c5257f288ca37184963e03a0a0a5c6d2b8c authored almost 3 years ago by Kolja Lampe <[email protected]>
Merge pull request #653 from elm-tooling/test-format-interaction

Test formatting and diffing

github.com/elm-tooling/elm-language-server - 56c6e6b58445a57f9c87ba18e57dda81dd5db9e7 authored almost 3 years ago by Kolja Lampe <[email protected]>
Test formatting and diffing

github.com/elm-tooling/elm-language-server - c91579aa41fb1dbde8e0a1cbbbcf2ddfc2618ee8 authored almost 3 years ago by Razze <[email protected]>
Revert prebuild version

github.com/elm-tooling/tree-sitter-elm - cf526b48021d2bcffa0075979d0699acda33bad2 authored almost 3 years ago by Kolja Lampe <[email protected]>
Revert to previous prebuild version

github.com/elm-tooling/tree-sitter-elm - 5c2ba326aacf6c60ae96b741beda0c8b73214515 authored almost 3 years ago by Kolja Lampe <[email protected]>
Prepare 5.4.0 and fix playground release

github.com/elm-tooling/tree-sitter-elm - 71607f12e47dd8cd5b4683fae61ca18ef66f0356 authored almost 3 years ago by Kolja Lampe <[email protected]>
Merge pull request #108 from elm-tooling/update-dependencies

github.com/elm-tooling/tree-sitter-elm - 76446c787fc566c7b5d67a4b343d11690d818d51 authored almost 3 years ago by Kolja Lampe <[email protected]>
Update dependencies

github.com/elm-tooling/tree-sitter-elm - 43581bb13f2c01f65a5ca38eff88ea26044e07f4 authored almost 3 years ago by Kolja Lampe <[email protected]>
Merge pull request #109 from elm-tooling/align-tokens-without-whitespace

Align tokens without leading whitespace

github.com/elm-tooling/tree-sitter-elm - 15d1278332dc2084efa28d3bc30693477dbf3916 authored almost 3 years ago by Kolja Lampe <[email protected]>
Align tokens without leading whitespace

github.com/elm-tooling/tree-sitter-elm - c92a497a60d1b0f724c7c3189487fb62b36f5b87 authored almost 3 years ago by Kolja Lampe <[email protected]>
Merge pull request #225 from davidkaufman/patch-1

github.com/elm-tooling/elm-language-client-vscode - 295cb7190da8e7453e6508f0284946386c9ddd1e authored almost 3 years ago by Kolja Lampe <[email protected]>
tiny grammatical fix

should say "if it still does NOT work..."

github.com/elm-tooling/elm-language-client-vscode - 2ae6bbf2b352d3c6cfb6bba577618b876c8e78b6 authored almost 3 years ago by David Kaufman <[email protected]>
Merge pull request #664 from ni-ko-o-kin/master

update emacs doom configuration

github.com/elm-tooling/elm-language-server - 71ff535eb5b4d152dd8498cf63ecd164b0402f78 authored almost 3 years ago by Kolja Lampe <[email protected]>
update emacs doom configuration

github.com/elm-tooling/elm-language-server - a4c6589c60dc19d7e9f90a4a7e5c3c07ad79bc06 authored almost 3 years ago by Nikolaus Wettstein <[email protected]>
elm-tooling-cli v1.7.0 (#85)

github.com/elm-tooling/elm-tooling-cli - 16fc1352fba4963a0e05d72ba26ba049f647e041 authored almost 3 years ago by Simon Lydell <[email protected]>
Add elm-test-rs 2.0.0 (#84)

github.com/elm-tooling/elm-tooling-cli - 0e7ad8341b0dbf495b0185b04621646cdb9a7e51 authored almost 3 years ago by Simon Lydell <[email protected]>
Update npm packages (#82)

github.com/elm-tooling/elm-tooling-cli - 174c4b3fac58b7507c12d9a5f806e967868b9e6b authored almost 3 years ago by Simon Lydell <[email protected]>
Merge pull request #223 from elm-tooling/relative-submodule

github.com/elm-tooling/elm-language-client-vscode - f00d046f0746ac9549079ab5a582b676c80ef7b7 authored almost 3 years ago by Kolja Lampe <[email protected]>
Merge pull request #660 from elm-tooling/respect-module-docs

github.com/elm-tooling/elm-language-server - 898ea6239214ade5651e02e8ddddd191455fc67b authored almost 3 years ago by Kolja Lampe <[email protected]>
Make submodule relative

github.com/elm-tooling/elm-language-client-vscode - 8b26c52fdddd617f498e416bcc8a9eb8dcb795e1 authored almost 3 years ago by Kolja Lampe <[email protected]>
addImport refactoring should respect module docs

If we have no imports, we need to add our import
after the module doc, if it exists.

Otherwise ...

github.com/elm-tooling/elm-language-server - 4308ee645dc7066ee358c2b8d870d803c2f6a49d authored almost 3 years ago by Kolja Lampe <[email protected]>
Merge pull request #656 from jfmengels/ignore-suppressed-errors

github.com/elm-tooling/elm-language-server - a318913d1ae3b5abf1028dab98744c6772b9363c authored almost 3 years ago by Kolja Lampe <[email protected]>
Ignore suppressed errors

github.com/elm-tooling/elm-language-server - 40f9c49928100e6ff91019e90d73853b6e1d7ca6 authored almost 3 years ago by Jeroen Engels <[email protected]>
Merge pull request #80 from elm-tooling/single-tsconfig

github.com/elm-tooling/elm-tooling-cli - 4539e2e82c996712d5594b504f0509f087878284 authored about 3 years ago by Simon Lydell <[email protected]>
Revert "Switch from ts-node to ts-eager"

This reverts commit d58556d7650624bb62e87c48e6dd04bbfce3903d.

We'll have to wait until Node.js ...

github.com/elm-tooling/elm-tooling-cli - af9d3566cbd4317430baf754572341e78643a158 authored about 3 years ago by Simon Lydell <[email protected]>
Use a single tsconfig.json for everything

github.com/elm-tooling/elm-tooling-cli - 0a0a7fecd25cc84414a1107812cfd8bc344996c9 authored about 3 years ago by Simon Lydell <[email protected]>
Switch to actions/setup-node v2

github.com/elm-tooling/elm-tooling-cli - a1d4e936ae5aeb7dea8d089ce931b10bc2b5fc23 authored about 3 years ago by Simon Lydell <[email protected]>
Switch from ts-node to ts-eager

github.com/elm-tooling/elm-tooling-cli - d58556d7650624bb62e87c48e6dd04bbfce3903d authored about 3 years ago by Simon Lydell <[email protected]>
Merge pull request #651 from elm-tooling/test-case-for-too-many-args

github.com/elm-tooling/elm-language-server - edef4316ec62ccc332034a03c13f7147e805ed40 authored about 3 years ago by Kolja Lampe <[email protected]>
Fix variable name creation after the 26th variable

We needed to floor the calculated integer we give to our variable

github.com/elm-tooling/elm-language-server - 93bcc57df0b72d10a34632e4fbff276948dd9924 authored about 3 years ago by Razze <[email protected]>
Testcase for typeinference with params longer then the alphabet

https://github.com/elm-tooling/elm-language-server/issues/650

github.com/elm-tooling/elm-language-server - 33d6f4978de4a024e3c42f9e7624be5b74eda17d authored about 3 years ago by Razze <[email protected]>