Expand AST using Macro.Env API #545
Annotations
4 errors and 10 warnings
Run mix test || false:
test/elixir_sense/core/compiler_test.exs#L916
test macro (ElixirSense.Core.CompilerTest)
|
Run mix test || false:
test/elixir_sense/core/parser_test.exs#L194
test parse_string with missing terminator "end" attempts to fix it by inserting end at line from error (ElixirSense.Core.ParserTest)
|
Run mix test || false:
test/elixir_sense/core/metadata_test.exs#L106
test env is correct in scopes (ElixirSense.Core.MetadataTest)
|
Run mix test || false
Process completed with exit code 1.
|
Run mix test || false
CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
|
Run mix test || false:
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 || false:
lib/elixir_sense/core/compiler.ex#L1948
variable "x" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Run mix test || false:
lib/elixir_sense/core/compiler.ex#L1955
variable "x" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Run mix test || false:
lib/elixir_sense/core/compiler.ex#L4800
variable "s" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Run mix test || false:
test/support/fixtures/metadata_builder/alias/alias_12.ex#L2
unused alias Aliased
|
Run mix test || false:
test/support/fixtures/metadata_builder/alias/alias_12.ex#L2
unused alias AliasedSibling
|
|
|
|
Loading