Expand AST using Macro.Env API #541
Annotations
10 errors and 10 warnings
Run mix test:
test/elixir_sense/core/compiler_test.exs#L609
test special forms expands super (ElixirSense.Core.CompilerTest)
|
Run mix test:
test/elixir_sense/core/compiler_test.exs#L882
test macro (ElixirSense.Core.CompilerTest)
|
Run mix test:
test/elixir_sense/core/compiler_test.exs#L378
test special forms expands quote import (ElixirSense.Core.CompilerTest)
|
Run mix test:
test/elixir_sense/core/compiler_test.exs#L220
test special forms expands __MODULE__ (ElixirSense.Core.CompilerTest)
|
Run mix test:
test/elixir_sense/core/compiler_test.exs#L283
test special forms expands __ENV__ (ElixirSense.Core.CompilerTest)
|
Run mix test:
test/elixir_sense/core/compiler_test.exs#L820
test Kernel macros context remote macro (ElixirSense.Core.CompilerTest)
|
Run mix test:
test/elixir_sense/core/compiler_test.exs#L249
test special forms expands __CALLER__ (ElixirSense.Core.CompilerTest)
|
Run mix test:
test/elixir_sense/core/compiler_test.exs#L315
test special forms expands quote variable (ElixirSense.Core.CompilerTest)
|
Run mix test:
test/elixir_sense/core/compiler_test.exs#L266
test special forms expands __STACKTRACE__ (ElixirSense.Core.CompilerTest)
|
Run mix test:
test/elixir_sense/core/compiler_test.exs#L370
test special forms expands quote alias (ElixirSense.Core.CompilerTest)
|
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#L1948
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#L1955
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#L4795
variable "s" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Run mix test:
test/support/fixtures/metadata_builder/alias/alias_12.ex#L2
unused alias Aliased
|
Run mix test:
test/support/fixtures/metadata_builder/alias/alias_12.ex#L2
unused alias AliasedSibling
|
Run mix test:
test/support/fixtures/metadata_builder/alias/alias_12.ex#L2
unused alias Child
|
|
|
Loading