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

Ignore emty test suites

This behavior seems to match the behavior after running tests better.
Otherwise I end up with a ...

github.com/elm-tooling/elm-language-server - 9637bc594a19e8aadf0ad482852f07690a41c6a7 authored over 3 years ago by Kolja Lampe <[email protected]>
Create basic elm-review integration

github.com/elm-tooling/elm-language-server - 38c976d470db38346d9891ebfec9322057e869c9 authored over 3 years ago by Razze <[email protected]>
Merge pull request #592 from frawa/fix-missing-module-suite

surround with module suite per sourcefile

github.com/elm-tooling/elm-language-server - ed06c97806d49564bfffadb9408f42b47db6d351 authored over 3 years ago by Razzeee <[email protected]>
add decorations on test failures

github.com/elm-tooling/elm-language-client-vscode - 10662a5fdb94287b3ebe228e5baa3f52f05ebbd8 authored over 3 years ago by Frank Wagner <[email protected]>
change order or run and error events, helping UI

github.com/elm-tooling/elm-language-client-vscode - 6b1721f540dae640672a5e32142cb47d27107852 authored over 3 years ago by Frank Wagner <[email protected]>
adapater owns the id of the root suite

github.com/elm-tooling/elm-language-client-vscode - 600c9eeedc22bc9743c53a807668857479fb2edc authored over 3 years ago by Frank Wagner <[email protected]>
surround with module suite per sourcefile

github.com/elm-tooling/elm-language-server - 933d0e8803a69c7070efc6a06e025be5bb30e940 authored over 3 years ago by Frank Wagner <[email protected]>
Merge pull request #184 from frawa/find-tests-lsp

github.com/elm-tooling/elm-language-client-vscode - e10619e5a16b0b69233a33c1d805884a142aa9fe authored over 3 years ago by Razzeee <[email protected]>
Merge pull request #591 from frawa/housekeeping

github.com/elm-tooling/elm-language-server - 5d8d4a08b4e6b72dd42fd7d3b3a86aa1df01de96 authored over 3 years ago by Razzeee <[email protected]>
dedup type mappings

github.com/elm-tooling/elm-language-server - 1f36db32938b79fa6376631bd290b652d584d170 authored over 3 years ago by Frank Wagner <[email protected]>
support multiline labels

github.com/elm-tooling/elm-language-server - 49fd7d95de7f23d4c8fcdb3d7705a70e6069b8d9 authored over 3 years ago by Frank Wagner <[email protected]>
improve error response

github.com/elm-tooling/elm-language-server - cee08735f03ca24e475e3bc54a2c3808595562ae authored over 3 years ago by Frank Wagner <[email protected]>
remove skipped test for an abandonded idea

github.com/elm-tooling/elm-language-server - 72fa4cd075ab60a2c2b714f318f50eb54f02ce60 authored over 3 years ago by Frank Wagner <[email protected]>
remove obsolete comments

github.com/elm-tooling/elm-language-server - 5165167cfb280accc5fd420fe539423edaa68f2a authored over 3 years ago by Frank Wagner <[email protected]>
rewire to server main

github.com/elm-tooling/elm-language-client-vscode - 10c4dbe382528d8159ed77ecdab2d760cb6e1686 authored over 3 years ago by Frank Wagner <[email protected]>
Remove task and problem matcher that was included by mistake

github.com/elm-tooling/elm-language-client-vscode - c1ea3b5b3b2d419d48c8313b9d1f748bf11980be authored over 3 years ago by Razze <[email protected]>
Merge pull request #583 from frawa/find-tests

github.com/elm-tooling/elm-language-server - 5008966bf90cb39d5c075e23f001a4537bd23814 authored over 3 years ago by Razzeee <[email protected]>
introduce find tests provider

github.com/elm-tooling/elm-language-server - a0373cd6ec3f1493df38e609647738a2291370d7 authored over 3 years ago by Frank Wagner <[email protected]>
support import with alias

github.com/elm-tooling/elm-language-server - 2f103987b5083b7663239910131119da4b32fd16 authored over 3 years ago by Frank Wagner <[email protected]>
accurate filter function

github.com/elm-tooling/elm-language-server - 7f7401d42647d3e0ac1b12ae91e85e63c7169bf7 authored over 3 years ago by Frank Wagner <[email protected]>
support nested let/in expressions

github.com/elm-tooling/elm-language-server - 448d06679f0398a5c394808bd8b6f860af15d1ed authored over 3 years ago by Frank Wagner <[email protected]>
find in let/in body

github.com/elm-tooling/elm-language-server - 767c0633da309ff60adea37b67ade550b249f21a authored over 3 years ago by Frank Wagner <[email protected]>
use Utils.notUndefinedOrNull

github.com/elm-tooling/elm-language-server - c0e25284ccdd1afe04df7d275826a6c2fa3ff966 authored over 3 years ago by Frank Wagner <[email protected]>
first passing test

github.com/elm-tooling/elm-language-server - b20088d9ca2d57ffa4d3533c05e1fd37eb45e3ce authored over 3 years ago by Frank Wagner <[email protected]>
add location details

github.com/elm-tooling/elm-language-server - c80fda91b7c8eb9785d07fd42c713e078b1f47f3 authored over 3 years ago by Frank Wagner <[email protected]>
first draft integration with client

github.com/elm-tooling/elm-language-server - 6074f7c85d2e671a3baa6934735c0fd197d77a55 authored over 3 years ago by Frank Wagner <[email protected]>
only Test top levels

github.com/elm-tooling/elm-language-server - 468dc08c598edcb2f1b17fc997382e876418ede6 authored over 3 years ago by Frank Wagner <[email protected]>
support import without expose

github.com/elm-tooling/elm-language-server - c3bce60bf20ab3e1e594827811f6ac052cde569c authored over 3 years ago by Frank Wagner <[email protected]>
support dynamic labels

github.com/elm-tooling/elm-language-server - 30e36e10c506886a094353fa70fe3ded325fe4b1 authored over 3 years ago by Frank Wagner <[email protected]>
simplify protocol

github.com/elm-tooling/elm-language-server - 5c141220d1d2f1da096fcce3417ecda9fbab5df5 authored over 3 years ago by Frank Wagner <[email protected]>
only module Test.Internal

github.com/elm-tooling/elm-language-server - 388c813602a3116ed892a6e20f40d2263a75f799 authored over 3 years ago by Frank Wagner <[email protected]>
fix handling of let/in and adjust labels to json report from run

github.com/elm-tooling/elm-language-server - b49a9de76de30c71379a3d8f5b3543b7e9976341 authored over 3 years ago by Frank Wagner <[email protected]>
stop reporting labels with several parts

github.com/elm-tooling/elm-language-server - 705968a85f56d9d173d7adf479e0fe444674fe9b authored over 3 years ago by Frank Wagner <[email protected]>
adjust expectation

github.com/elm-tooling/elm-language-server - d9486a6efbfd89373dd744a83c12956c1174cbc8 authored over 3 years ago by Frank Wagner <[email protected]>
next: custom functions generating tests

github.com/elm-tooling/elm-language-server - 2af54559f34981cbd054618e58177a7cfbd7e753 authored over 3 years ago by Frank Wagner <[email protected]>
export testUri (for tests)

github.com/elm-tooling/elm-language-server - e0cc170186de574d41b23fb8f9720f6a6bb91423 authored over 3 years ago by Frank Wagner <[email protected]>
remove duplication in test code

github.com/elm-tooling/elm-language-server - b7e18fe9633e350e8da1a2680a03af41fcd0e574 authored over 3 years ago by Frank Wagner <[email protected]>
no need to bind static Utils.notUndefined

github.com/elm-tooling/elm-language-server - 07dc7c492e937010ab32eba5cbb41e138ac16d3b authored over 3 years ago by Frank Wagner <[email protected]>
no more multi part labels

github.com/elm-tooling/elm-language-client-vscode - c11ed8aa0977eb86a25e636483efbc107db7ce99 authored over 3 years ago by Frank Wagner <[email protected]>
remove unused functions

github.com/elm-tooling/elm-language-client-vscode - c4e4d22fdbbd5a9973d1d5317911caefa893882e authored over 3 years ago by Frank Wagner <[email protected]>
modify test code will update locations from loaded suite

github.com/elm-tooling/elm-language-client-vscode - 8d3e6f69eec95bf7ec0a8f01bfa64157c6876f8f authored over 3 years ago by Frank Wagner <[email protected]>
keep locations after run, where possible

github.com/elm-tooling/elm-language-client-vscode - 6082543e6558474426619bd5bf44134f4cb837dc authored over 3 years ago by Frank Wagner <[email protected]>
do not reload on modification, and ignore composed labels

github.com/elm-tooling/elm-language-client-vscode - 46a93f5bf419235c7f493c1091f68303a326ac33 authored over 3 years ago by Frank Wagner <[email protected]>
handle lifecycle for test adapters per elm folder

github.com/elm-tooling/elm-language-client-vscode - e11f7d41e97ea495aaf71776a01120009a033673 authored over 3 years ago by Frank Wagner <[email protected]>
Merge pull request #588 from elm-tooling/make-external-functions

github.com/elm-tooling/elm-language-server - 865282b4b75cdbd8e16973e50dc977ba8a794612 authored over 3 years ago by Razzeee <[email protected]>
Add test for non-existent module

github.com/elm-tooling/elm-language-server - 148bfc8d6edfa6fb75a512dcbce8f290be476e7c authored over 3 years ago by Razze <[email protected]>
test merging top level suites

github.com/elm-tooling/elm-language-client-vscode - f22baed10d3dfa1a8cac8332ec8579b343204139 authored over 3 years ago by Frank Wagner <[email protected]>
WIP match run with load suite

github.com/elm-tooling/elm-language-client-vscode - 77e800299c6ab77679f72cf3a4832f0278a0168e authored over 3 years ago by Frank Wagner <[email protected]>
Update function name

github.com/elm-tooling/elm-language-server - 4d2eae91afd51c852fd124a9a996323b07305167 authored over 3 years ago by Jon Bockhorst <[email protected]>
Add code action to create function in another module

github.com/elm-tooling/elm-language-server - 01411b55ce65be50d4d0c9da834c7ef66761228d authored over 3 years ago by Jon Bockhorst <[email protected]>
raise run error into UI

github.com/elm-tooling/elm-language-client-vscode - bc545b10d44768f259bc59b7e3ac5a2c42a37389 authored over 3 years ago by Frank Wagner <[email protected]>
Merge pull request #586 from elm-tooling/constructor-refs

Union constructor should not reference import with the same name

github.com/elm-tooling/elm-language-server - 3b6464d8cce94fd6e1432f87b9e08d4f8a518113 authored over 3 years ago by Razzeee <[email protected]>
match run suites to loaded suites

github.com/elm-tooling/elm-language-client-vscode - 53f8255c478a86eb37acb8bf2518acb836bed56f authored over 3 years ago by Frank Wagner <[email protected]>
Union constructor should not reference import with the same name

github.com/elm-tooling/elm-language-server - cef4c64b53f48aed1358423361a6c11e982eacd3 authored over 3 years ago by Jon Bockhorst <[email protected]>
Merge pull request #585 from elm-tooling/duplicate-completions

Fix duplicate completions for type aliases and constructors

github.com/elm-tooling/elm-language-server - c0fed0c44e1a53cc55e7d15c545ea0165006e5a3 authored over 3 years ago by Razzeee <[email protected]>
Merge pull request #584 from elm-tooling/lambda-completions

Add completions for lambda function params

github.com/elm-tooling/elm-language-server - 8b4ac737c4b44b4159dda2b3a2703b46a3816217 authored over 3 years ago by Razzeee <[email protected]>
Fix duplicate completions for type aliases and constructors

github.com/elm-tooling/elm-language-server - d3df2fb75ce2301be43a89e4b6e28a69d2086e0d authored over 3 years ago by Jon Bockhorst <[email protected]>
Add completions for lambda function params

github.com/elm-tooling/elm-language-server - 25086a68820079d744e2b1845dabf43fa5cb1ba1 authored over 3 years ago by Jon Bockhorst <[email protected]>
draft connection to LSP with findTests request

github.com/elm-tooling/elm-language-client-vscode - cd3b379212813d93f00aa5c8c4462231c7e64ffe authored over 3 years ago by Frank Wagner <[email protected]>
Merge pull request #182 from frawa/watch-tests

github.com/elm-tooling/elm-language-client-vscode - 6b195a9aea7dc0a796301c04f7ab698d33c560fa authored over 3 years ago by Razzeee <[email protected]>
Merge pull request #579 from elm-tooling/change-default-for-singleFieldRecord-rule

Change default for singleFieldRecord rule to be false

github.com/elm-tooling/elm-language-server - 938f8f8441731c658218e741f239a2f81f3b2e2a authored over 3 years ago by Razzeee <[email protected]>
Merge pull request #181 from elm-tooling/remove-0.18-testrunner-code

github.com/elm-tooling/elm-language-client-vscode - 2b8f69f369bcdeb161d5f973072d9249558a9905 authored over 3 years ago by Razzeee <[email protected]>
Make elm-analyse json injectable

github.com/elm-tooling/elm-language-server - 0da093d8a2b86626b125195c403882a4c735e809 authored over 3 years ago by Kolja Lampe <[email protected]>
listen to process exit to get all output

github.com/elm-tooling/elm-language-client-vscode - f83e900a5074970542efc1e69f07dc39a0d61a91 authored over 3 years ago by Frank Wagner <[email protected]>
naive watch, because we cannot load new tests on while running

github.com/elm-tooling/elm-language-client-vscode - d892e853d19c484ea12bdee8726a93837d24d416 authored over 3 years ago by Frank Wagner <[email protected]>
single place for hard coded tests folder

github.com/elm-tooling/elm-language-client-vscode - 2e7e9d6f5b666c738a4cf254196532355d552ec9 authored over 3 years ago by Frank Wagner <[email protected]>
Change default for singleFieldRecord rule to be false

We now default to this to off, as we had multiple people point out that
they're no fans of this ...

github.com/elm-tooling/elm-language-server - b56722fc367820c283a4a150de43eb052e589272 authored over 3 years ago by Kolja Lampe <[email protected]>
fix detecdting source or test files

github.com/elm-tooling/elm-language-client-vscode - 45c66ea6ed48fe1e876b4b0a75a313f242b49f29 authored over 3 years ago by Frank Wagner <[email protected]>
support autorun, aka watch

github.com/elm-tooling/elm-language-client-vscode - e33ce89f9099d02a5a9143f3d7f30f7f7ef0cfb4 authored over 3 years ago by Frank Wagner <[email protected]>
dedup files for test ids

github.com/elm-tooling/elm-language-client-vscode - 0f5783cb8ec9cce61e6f09a5b9673387a592398f authored over 3 years ago by Frank Wagner <[email protected]>
support canceling tests

github.com/elm-tooling/elm-language-client-vscode - c56f18ef57b793c76d94498e71c2ec0e8c738b0e authored over 3 years ago by Frank Wagner <[email protected]>
Add something about test explorer in our readme

github.com/elm-tooling/elm-language-client-vscode - 10d01242c713f26c3a24f25f104463acfe58e46f authored over 3 years ago by Razze <[email protected]>