We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Last message received: handle_request %{"id" => 4, "jsonrpc" => "2.0", "method" => "textDocument/definition", "params" => %{"position" => %{"character" => 28, "line" => 387}, "textDocument" => %{"uri" => "file:///Users/mitchell/src/elixir/lib/ex_unit/lib/ex_unit/case.ex"}}} ** (ArgumentError) errors were found at the given arguments: * 1st argument: not a nonempty list :erlang.tl([]) (elixir 1.17.0-dev) lib/map.ex:916: Map.update!/3 (next_ls 0.22.2) lib/next_ls/helpers/ast_helpers/variables.ex:173: NextLS.ASTHelpers.Variables.postwalk/2 (stdlib 5.2) lists.erl:1706: :lists.mapfoldl_1/3 (elixir 1.17.0-dev) lib/macro.ex:626: Macro.do_traverse/4 (stdlib 5.2) lists.erl:1706: :lists.mapfoldl_1/3 (stdlib 5.2) lists.erl:1707: :lists.mapfoldl_1/3 (elixir 1.17.0-dev) lib/macro.ex:606: Macro.do_traverse/4
The text was updated successfully, but these errors were encountered:
fix(definition): variables inside broken code
50cfefb
Closes #477
fix(definition): variables inside broken code (#496)
7f134ea
Successfully merging a pull request may close this issue.
Problem
The text was updated successfully, but these errors were encountered: