Expand AST using Macro.Env API #539
Annotations
10 errors and 10 warnings
Run mix test:
test/elixir_sense/core/metadata_builder/alias_test.exs#L49
test alias rules properly handled in ElixirSenseExample.Fixtures.MetadataBuilder.Alias.AliasSubmoduleExternalWithAlias (ElixirSense.Core.MetadataBuilder.AliasTest)
|
Run mix test:
test/elixir_sense/core/compiler_test.exs#L554
test special forms expands for in block (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#L283
test special forms expands __ENV__ (ElixirSense.Core.CompilerTest)
|
Run mix test:
test/elixir_sense/core/compiler_test.exs#L358
test special forms expands quote unquote_splicing in list (ElixirSense.Core.CompilerTest)
|
Run mix test:
test/elixir_sense/core/compiler_test.exs#L351
test special forms expands quote unquote_splicing (ElixirSense.Core.CompilerTest)
|
Run mix test:
test/elixir_sense/core/compiler_test.exs#L396
test special forms expands quote with unquote false (ElixirSense.Core.CompilerTest)
|
Run mix test:
test/elixir_sense/core/compiler_test.exs#L319
test special forms expands quote quote (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#L424
test special forms expands quote with context (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/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
|
Run mix test:
lib/elixir_sense/providers/plugins/phoenix.ex#L8
unused alias Source
|
Run mix test:
test/support/fixtures/metadata_builder/alias/alias_12.ex#L2
unused alias Aliased
|
Loading