Expand AST using Macro.Env API #546
Annotations
5 errors and 10 warnings
Run mix test:
test/elixir_sense/core/compiler_test.exs#L591
test special forms expands for in block (ElixirSense.Core.CompilerTest)
|
Run mix test:
test/elixir_sense/core/compiler_test.exs#L561
test special forms expands for (ElixirSense.Core.CompilerTest)
|
Run mix test:
test/elixir_sense/core/compiler_test.exs#L921
test macro (ElixirSense.Core.CompilerTest)
|
Run mix test:
test/elixir_sense/core/metadata_test.exs#L106
test env is correct in scopes (ElixirSense.Core.MetadataTest)
|
Run mix test
Process completed with exit code 1.
|
Run mix test
CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
|
Run mix test:
lib/elixir_sense/core/compiler.ex#L864
variable "env_for_expand" is unused (there is a variable with the same name in the context, use the pin operator (^) to match on it or prefix this variable with underscore if it is not meant to be used)
|
Run mix test:
lib/elixir_sense/core/compiler.ex#L1954
variable "x" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Run mix test:
lib/elixir_sense/core/compiler.ex#L1961
variable "x" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Run mix test:
lib/elixir_sense/providers/plugins/phoenix.ex#L76
function find_controllers/4 is unused
|
Run mix test:
lib/elixir_sense/providers/plugins/phoenix.ex#L101
function skip_scope_alias/2 is unused
|
Run mix test:
lib/elixir_sense/providers/plugins/phoenix.ex#L16
module attribute @phoenix_route_funcs was set but never used
|
Run mix test:
lib/elixir_sense/providers/plugins/phoenix.ex#L9
unused alias Binding
|
Run mix test:
lib/elixir_sense/providers/plugins/phoenix.ex#L14
unused alias Matcher
|
Run mix test:
lib/elixir_sense/providers/plugins/phoenix.ex#L12
unused alias Scope
|
Loading