Ecosyste.ms: OpenCollective

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

Elixir LSP

We develop language editor tools for elixir ecosystem
Collective - Host: opensource - https://opencollective.com/elixir-lsp - Code: https://github.com/elixir-lsp

bump elixir_sense

github.com/elixir-lsp/elixir-ls - e1f8a083f8605a27d70abd4000569188ba1d632b authored about 1 year ago by Lukasz Samson <[email protected]>
catch unexpected elixir parser errors

github.com/elixir-lsp/elixir-ls - d38f1d2391e31ef2222cc3d2b5124d652029a2cb authored about 1 year ago by Lukasz Samson <[email protected]>
make tests pass

github.com/elixir-lsp/elixir-ls - 3215ddefd956541e0572881fd26ad06a9a03d539 authored about 1 year ago by Lukasz Samson <[email protected]>
fix new 1.16 failed tests

github.com/elixir-lsp/elixir_sense - 62b777815e9bd8eca7767c0598c8be8384c1c5ee authored about 1 year ago by Lukasz Samson <[email protected]>
fix crash when parsing fails

github.com/elixir-lsp/elixir_sense - 72d2b81841bc98811d01eb830db01fc4d8e1cc94 authored about 1 year ago by Lukasz Samson <[email protected]>
remove dubious missing env fallback

github.com/elixir-lsp/elixir_sense - 5d2a1e8bbde4157820b1f930633a00c80827696b authored about 1 year ago by Lukasz Samson <[email protected]>
rename debugger to debug adapter

github.com/elixir-lsp/vscode-elixir-ls - 162783ad10aeff2539fd57e2adf3fcab29f65226 authored about 1 year ago by Lukasz Samson <[email protected]>
get metadata as argument

github.com/elixir-lsp/elixir_sense - a3ddc75f41c4bf8a1aa888aa2e517c5abf6409d3 authored about 1 year ago by Lukasz Samson <[email protected]>
increase timeout

github.com/elixir-lsp/elixir-ls - 724d1729436dbf503ba9be02e2158c340de6d68a authored about 1 year ago by Lukasz Samson <[email protected]>
Do not send telemetry for common errors

improve user messages

github.com/elixir-lsp/elixir-ls - 4b366371606dfde7bf4266f31b2643ea2c29661e authored about 1 year ago by Lukasz Samson <[email protected]>
fix debugger crash when stackframe does not have args

github.com/elixir-lsp/elixir-ls - 135447c2a85b8bc90a4b4959c4a0629baaeba27d authored about 1 year ago by Lukasz Samson <[email protected]>
fix test code lens crash on Elixir proxy

github.com/elixir-lsp/elixir-ls - f6b6f723db2c920d9257595c0ef5869f2f24160d authored about 1 year ago by Lukasz Samson <[email protected]>
don't crash on broken diagnostics

github.com/elixir-lsp/elixir-ls - 63e0467efb0daf6d933dce3a308ffd6dccf2fa6f authored about 1 year ago by Lukasz Samson <[email protected]>
add better log

github.com/elixir-lsp/elixir-ls - 02c348a3ff4642b931c222373e950971897b56a1 authored about 1 year ago by Lukasz Samson <[email protected]>
fix crash document symbols when unable to extract attribute name

github.com/elixir-lsp/elixir-ls - 43be02eb3276184d53dde1005fd1cac8a460b795 authored about 1 year ago by Lukasz Samson <[email protected]>
Elixir 1.16 support (#1032)

* fix warnings

* Mix.Dep.load_on_environment no longer exists on 1.16

* update elixir_sens...

github.com/elixir-lsp/elixir-ls - 8c3594736f93b976a6cdd5e39a88f51cb4c6c8b4 authored about 1 year ago by Łukasz Samson <[email protected]>
Improve Phoenix integration (#281)

* add phoenix scope utils

* refactor source to be more readable

* add phoenix plugin

* ...

github.com/elixir-lsp/elixir_sense - 02c101d03c0b5a81379b3905e7baa6e685c0fe99 authored about 1 year ago by Gustavo Aguiar <[email protected]>
fill tuple fields

github.com/elixir-lsp/elixir_sense - 56a5cdbea14e24c43e1332d148bae62c0ca07f4b authored about 1 year ago by Lukasz Samson <[email protected]>
remove dbg

github.com/elixir-lsp/elixir_sense - 9842dc18a03fcd29da6007ea5aeab7e73917b087 authored about 1 year ago by Lukasz Samson <[email protected]>
Implement type inferences from guard expressions (#239)

* Implement type inferences from guard expressions

Potential improvements for future:
1. Bet...

github.com/elixir-lsp/elixir_sense - 5583feb1aadac949d8e2cf5763f59b0265cf17fe authored about 1 year ago by Nguyễn Văn Đức <[email protected]>
Fix suggestions when using typespecs returning a remote type (#282)

As shown in the following code:

```
defmodule Mod do
@spec fun() :: NaiveDateTime.t()...

github.com/elixir-lsp/elixir_sense - 876f1663c046aec88d3c389fa6e2e1be57b2e5f5 authored about 1 year ago by sarah kate <[email protected]>
Elixir 1.16 support (#283)

* fix warnings

* get line in predictable way

* position is :erl.anno since 1.16

* alias...

github.com/elixir-lsp/elixir_sense - d61c3a08922f88b4be62327bacb1fac61f1e779e authored about 1 year ago by Łukasz Samson <[email protected]>
bump version

github.com/elixir-lsp/vscode-elixir-ls - eb9768098b06148ccba7d07acc639db786c306d3 authored about 1 year ago by Lukasz Samson <[email protected]>
fix event names

github.com/elixir-lsp/vscode-elixir-ls - c55fa0214f735805a8421e88a84d3898127e6ee3 authored about 1 year ago by Lukasz Samson <[email protected]>
make tests more stable

github.com/elixir-lsp/elixir-ls - 44778473922fda88663d92febd04dbf1941133a1 authored about 1 year ago by Lukasz Samson <[email protected]>
fix tests

github.com/elixir-lsp/elixir-ls - 830be219d50a470e33deaf29d124fc97fca48df7 authored about 1 year ago by Lukasz Samson <[email protected]>
bump version

github.com/elixir-lsp/elixir-ls - 3545a6f7360d02b671d7af34b14ed3d5d3a8191b authored about 1 year ago by Lukasz Samson <[email protected]>
be more strict with tracer errors

github.com/elixir-lsp/elixir-ls - e137abe28120d617b113012229f02cc87440bc40 authored about 1 year ago by Lukasz Samson <[email protected]>
improve config validation

improve error messages in common launch error cases
do not emit telemetry for common launch errors

github.com/elixir-lsp/elixir-ls - 585345ac016ff95241093dc43960a5cdfb3d267b authored about 1 year ago by Lukasz Samson <[email protected]>
fix tests

github.com/elixir-lsp/elixir-ls - e8082958c4af22e81a7cc156341afeab5841d1f6 authored about 1 year ago by Lukasz Samson <[email protected]>
fix invalid expansion of Enum.fetch

github.com/elixir-lsp/elixir_sense - 16d28f78e5702678394523c6aa17486931740402 authored about 1 year ago by Lukasz Samson <[email protected]>
purge module before deleting in save_and_reload

github.com/elixir-lsp/elixir-ls - acb3d06763ca2609efe09270a091a7f2322280c7 authored about 1 year ago by Lukasz Samson <[email protected]>
don't send telemetry for common errors

github.com/elixir-lsp/elixir-ls - c1eb5a1c78ff6e8e2dc54eaa598801faced363b5 authored about 1 year ago by Lukasz Samson <[email protected]>
handle improper lists in variable inspector

Fixes https://github.com/elixir-lsp/elixir-ls/issues/1028

github.com/elixir-lsp/elixir-ls - a47a1ec14a86d32bb2cd09b84c09b660e502b52b authored about 1 year ago by Lukasz Samson <[email protected]>
validate string

github.com/elixir-lsp/elixir_sense - e8abc4006f8c8c889e49b786cb2f1a553fcd6af4 authored about 1 year ago by Lukasz Samson <[email protected]>
increase backtrace depth

github.com/elixir-lsp/elixir-ls - 866e698fbbfd4a2a42574839206d7a7893bbb948 authored about 1 year ago by Lukasz Samson <[email protected]>
report invalid encoding

github.com/elixir-lsp/elixir-ls - f029db716027683ff0fb33ca87c25e217a44336a authored about 1 year ago by Lukasz Samson <[email protected]>
validate string before parsing

github.com/elixir-lsp/elixir_sense - 3ad9449b06a84566273367b89447502f15da8ef7 authored about 1 year ago by Lukasz Samson <[email protected]>
increase timeout

github.com/elixir-lsp/elixir-ls - 9e3585947fb4f4a27ab751a9c3fa1a0ee4f8e7c6 authored about 1 year ago by Lukasz Samson <[email protected]>
fix crash when unable to get stackframe arity

github.com/elixir-lsp/elixir-ls - eb4e546816e71eb438933ea7bf7d2974959bab6d authored about 1 year ago by Lukasz Samson <[email protected]>
fallback to mixfile path if diagnostic path is nil

github.com/elixir-lsp/elixir-ls - c2338b7ecad68c53d5b0ee88d057c33d94d8a607 authored about 1 year ago by Lukasz Samson <[email protected]>
handle no signature on callback

github.com/elixir-lsp/elixir_sense - 22de3f67d536472428da6e98befce822e15dba6d authored about 1 year ago by Lukasz Samson <[email protected]>
bump version

github.com/elixir-lsp/vscode-elixir-ls - 3f417b03285fbd64cdedbdbc1eac19196f50db92 authored about 1 year ago by Lukasz Samson <[email protected]>
remove useless flaky asserts

github.com/elixir-lsp/elixir-ls - 8f3df7540bcb654a0d4f2ab5bbed597f9e2d4d9b authored about 1 year ago by Lukasz Samson <[email protected]>
workaround node names sanitisation

github.com/elixir-lsp/vscode-elixir-ls - 4d71d813c15ea50ca989710e4d315fd1c9034a20 authored about 1 year ago by Lukasz Samson <[email protected]>
remove flaky test

github.com/elixir-lsp/elixir-ls - 3422018fff3e68bdae8c5bdc935022e2a9995b3a authored about 1 year ago by Lukasz Samson <[email protected]>
bump version

github.com/elixir-lsp/elixir-ls - 17fedae7ee07802a4a3c381f4005d2f69f63243d authored about 1 year ago by Lukasz Samson <[email protected]>
wrap traversal operations in safe_fixtable

OTP docs are not clear if this is needed for selects and deletes used here
it's better to be slo...

github.com/elixir-lsp/elixir-ls - 3c8482a458e2ffecabb74b65d08440c5a4612b64 authored about 1 year ago by Lukasz Samson <[email protected]>
be stricter when dets operations fail

github.com/elixir-lsp/elixir-ls - 18e8d52da9ce8121d827b5743752c87dce51cebc authored about 1 year ago by Lukasz Samson <[email protected]>
try to load tables on process start if project dir is already set

github.com/elixir-lsp/elixir-ls - 6805f895c2c74037c7acfafdd2e0932679020952 authored about 1 year ago by Lukasz Samson <[email protected]>
bump elixir_sense

github.com/elixir-lsp/elixir-ls - 57645e1dba480f65ccc01a06e843d6aae9dd7466 authored about 1 year ago by Lukasz Samson <[email protected]>
disable ci on 1.12 on windows

github.com/elixir-lsp/elixir_sense - 85a1b96455f36d9e0eed5cb4ca8bbf56db6caa5f authored about 1 year ago by Lukasz Samson <[email protected]>
show message when unable to init tracer tables

github.com/elixir-lsp/elixir-ls - ede32539f60db9ea418ecda78340587c709d848f authored about 1 year ago by Lukasz Samson <[email protected]>
refuse to start if unable to create .elixir_ls and .gitignore

github.com/elixir-lsp/elixir-ls - 5230b2cb17baa2092ea798d94c9a83719470e378 authored about 1 year ago by Lukasz Samson <[email protected]>
introduce measurement sampling

github.com/elixir-lsp/vscode-elixir-ls - 9cb5db570caacf8cb782f468a10fa7a91c27644c authored about 1 year ago by Lukasz Samson <[email protected]>
fix crash when diagnostic file is IO.chardata

github.com/elixir-lsp/elixir-ls - 7d011e9daf9b3e618365db73e649c2d1ced84c73 authored about 1 year ago by Lukasz Samson <[email protected]>
make sure structs are expanded until fixpoint

fix crash when completing var bound to call result being a struct

github.com/elixir-lsp/elixir_sense - 8e212ae036c593e416e52afd32039dca2ee5bd33 authored about 1 year ago by Lukasz Samson <[email protected]>
do not suggest capitalized map/struct fields

the resulting code does not compile

github.com/elixir-lsp/elixir_sense - ed74f774cfaa3c1a77763007b92dc2c3b0171285 authored about 1 year ago by Lukasz Samson <[email protected]>
fix crash on invalid alias

github.com/elixir-lsp/elixir_sense - c02f5ac2e055f279f25c7cc27bcae5aa392c6fde authored about 1 year ago by Lukasz Samson <[email protected]>
fix crash in suggestions when attribute is a map with capitalized atom keys

github.com/elixir-lsp/elixir_sense - 74eeb5ee471c31a416a7898cd4f53d62f2827e2e authored about 1 year ago by Lukasz Samson <[email protected]>
fix crash if attribute expands to atom that is not an elixir module

github.com/elixir-lsp/elixir_sense - 0af3bc8e7e0104e8e7ed52068c2de739cefe17cb authored about 1 year ago by Lukasz Samson <[email protected]>
remove wrapped behaviours

fix returns reducer crash when callback is not found in typespec

github.com/elixir-lsp/elixir_sense - 4edde9ea4824aa946f6c5a8541e3cda747de4bf7 authored about 1 year ago by Lukasz Samson <[email protected]>
no sense in timing out IO

github.com/elixir-lsp/elixir-ls - c1d59c7ded5247e602896effcd0fe28dd0b409d8 authored about 1 year ago by Lukasz Samson <[email protected]>
bump version

github.com/elixir-lsp/vscode-elixir-ls - 8aacf84315a3e823d08ad46c21eaee130afb0ff0 authored about 1 year ago by Lukasz Samson <[email protected]>
bump version

update readme

github.com/elixir-lsp/elixir-ls - 0e0ee052d21590fb1b035f264cf7c9339b3d8b55 authored about 1 year ago by Lukasz Samson <[email protected]>
warn on windows and OTP 26

github.com/elixir-lsp/elixir-ls - 81738dcbb9cd150895e6f24d3c977ef722648e11 authored about 1 year ago by Lukasz Samson <[email protected]>
bump elixir_sense

github.com/elixir-lsp/elixir-ls - 007913154d7f2d0513526e0483a4653c0fa86dad authored about 1 year ago by Lukasz Samson <[email protected]>
be more strict when DETS init fails

github.com/elixir-lsp/elixir-ls - df6af9d7fd678b1e88fc4fc657c2a3c3e36b5670 authored about 1 year ago by Lukasz Samson <[email protected]>
raise more informative error

github.com/elixir-lsp/elixir-ls - 95428373885e22083491148248a08160b0fd1d16 authored about 1 year ago by Lukasz Samson <[email protected]>
avoid constructing structs as it may fail

github.com/elixir-lsp/elixir_sense - 36a9900577c27b1bda7e2e246d2f7d6c5397f6ba authored about 1 year ago by Lukasz Samson <[email protected]>
don't treat shutdown as error

github.com/elixir-lsp/elixir-ls - dee25c8119820819a92241725b9621bb49a11e8e authored about 1 year ago by Lukasz Samson <[email protected]>
catch crash in Mix.Project.deps_paths

github.com/elixir-lsp/elixir-ls - f9361b3e5b9db01a239804bef0cfec4b6f86cfa6 authored about 1 year ago by Lukasz Samson <[email protected]>
fix crash on invalid alias in struct reducer

github.com/elixir-lsp/elixir_sense - d8fe3909773613bd4e092c4f5c5d10ba50cc42c3 authored about 1 year ago by Lukasz Samson <[email protected]>
raise better error

github.com/elixir-lsp/elixir_sense - 6fa1aad9230c8fb5c6ad3e6d433ee896f423eecf authored about 1 year ago by Lukasz Samson <[email protected]>
fix build crash when stacktrace entries does not have file

github.com/elixir-lsp/elixir-ls - 20983fef2557d9477e945e12ecc221d3f42280f8 authored about 1 year ago by Lukasz Samson <[email protected]>
fix crash when process is no longer paused when handling async variables request

github.com/elixir-lsp/elixir-ls - 1a2f3ffe7d81937799b7fc897f2ab864af959085 authored about 1 year ago by Lukasz Samson <[email protected]>
harden docs fetching against changing cwd

github.com/elixir-lsp/elixir_sense - 012f4155412d672f8205cf759b8b4ea494f4a66b authored about 1 year ago by Lukasz Samson <[email protected]>
fix crash when describe block can't be found

github.com/elixir-lsp/elixir-ls - e19dfe91bfb1f553d0c8c4528996a0f6f1e3efdb authored about 1 year ago by Lukasz Samson <[email protected]>
fix crash when inspecting metadata

github.com/elixir-lsp/elixir-ls - db8cdda7a8415659a1ca2c52c62591c02ff9afc0 authored about 1 year ago by Lukasz Samson <[email protected]>
fix crash if local function fuzzy matches sigil_

github.com/elixir-lsp/elixir_sense - b2e26ce097aa4cdc12264b9fe4340dd2a18ff5fc authored about 1 year ago by Lukasz Samson <[email protected]>
bump version

github.com/elixir-lsp/vscode-elixir-ls - c68632768e263a066653b40335e61233a9b0c034 authored about 1 year ago by Lukasz Samson <[email protected]>
workaround telemetry issue

github.com/elixir-lsp/vscode-elixir-ls - 522018c5e1b43bd74bf57035ac370bddb86d1cb5 authored about 1 year ago by Lukasz Samson <[email protected]>
bump version

github.com/elixir-lsp/elixir-ls - 987b4de463cbb264351398b5594027e72b09cbb6 authored about 1 year ago by Lukasz Samson <[email protected]>
send telemetry on build process crash

github.com/elixir-lsp/elixir-ls - 83750ef7bb06fe275e2f1d652354b68779088def authored about 1 year ago by Lukasz Samson <[email protected]>
don't crash language server if suggest_contracts fails

github.com/elixir-lsp/elixir-ls - b5196017c5c5772d60fd07e3d7bcd8baad0025d6 authored about 1 year ago by Lukasz Samson <[email protected]>
add some more retries in tracer

github.com/elixir-lsp/elixir-ls - 7d4c14733cd0e8aa2c38f5b1911ea07d7806b01b authored about 1 year ago by Lukasz Samson <[email protected]>
move delete handling under genserver

do not crash language server if tracer crashes during handling of delete notifications

github.com/elixir-lsp/elixir-ls - 5fa33f1bbb38b678c394204aa09d99dbbcd18f74 authored about 1 year ago by Lukasz Samson <[email protected]>
bump elixir_sense

github.com/elixir-lsp/elixir-ls - e105279649d5a689a27fa24cb31aed31fd79bdf2 authored about 1 year ago by Lukasz Samson <[email protected]>
remove dbg

github.com/elixir-lsp/elixir_sense - 86f3f1f3836a529e26b1ac510ed7baae6de37fbb authored about 1 year ago by Lukasz Samson <[email protected]>
do not try to populate mix options from cache when the project dir is not mix project

Fixes https://github.com/elixir-lsp/elixir-ls/issues/1022

github.com/elixir-lsp/elixir-ls - af7da91d05a260bc560fde8da3f041d9e271ff4a authored about 1 year ago by Lukasz Samson <[email protected]>
fix crash when handling exception in hover

github.com/elixir-lsp/elixir-ls - d0f0db32f29f9bbeb4949a93fb9d4faa9f87a2f7 authored about 1 year ago by Lukasz Samson <[email protected]>
add guards

github.com/elixir-lsp/elixir-ls - 9bc3ac23035f2d4504a3a379220edb9c8c2366c4 authored about 1 year ago by Lukasz Samson <[email protected]>
add missing expand call on union

fix crash with expand call on unexpandable vars and other

github.com/elixir-lsp/elixir_sense - 894d9d60dd04a23853eb491909432be73f769cdf authored about 1 year ago by Lukasz Samson <[email protected]>
fix crash when overridable function has complex parameters

github.com/elixir-lsp/elixir_sense - 0e1b928d97ec6959c58f9063692beb7f0c5b3a1b authored about 1 year ago by Lukasz Samson <[email protected]>
fix crash in expanding map merge when one side returns none

github.com/elixir-lsp/elixir_sense - f2f6ddeb71d8f36320ba7db373188f217e5dde21 authored about 1 year ago by Lukasz Samson <[email protected]>
add missing function clauses

github.com/elixir-lsp/elixir_sense - 95652fb3fef64da553ae33d7ed584c8ff9c6b7b5 authored about 1 year ago by Lukasz Samson <[email protected]>