Expand AST using Macro.Env API #508
Annotations
10 errors and 10 warnings
test/elixir_sense/core/compiler_test.exs#L302
test special forms expands quote quote (ElixirSense.Core.CompilerTest)
|
test/elixir_sense/core/compiler_test.exs#L385
test special forms expands quote with file (ElixirSense.Core.CompilerTest)
|
test/elixir_sense/core/compiler_test.exs#L366
test special forms expands quote with bind_quoted (ElixirSense.Core.CompilerTest)
|
test/elixir_sense/core/compiler_test.exs#L377
test special forms expands quote with unquote false (ElixirSense.Core.CompilerTest)
|
test/elixir_sense/core/compiler_test.exs#L284
test special forms expands quote literal (ElixirSense.Core.CompilerTest)
|
test/elixir_sense/core/compiler_test.exs#L334
test special forms expands quote unquote_splicing (ElixirSense.Core.CompilerTest)
|
test/elixir_sense/core/compiler_test.exs#L397
test special forms expands quote with location: keep (ElixirSense.Core.CompilerTest)
|
test/elixir_sense/core/compiler_test.exs#L298
test special forms expands quote variable (ElixirSense.Core.CompilerTest)
|
test/elixir_sense/core/compiler_test.exs#L361
test special forms expands quote import (ElixirSense.Core.CompilerTest)
|
test/elixir_sense/core/compiler_test.exs#L431
test special forms expands & (ElixirSense.Core.CompilerTest)
|
|
lib/elixir_sense/core/compiler.ex#L1645
variable "n" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
lib/elixir_sense/core/compiler.ex#L1646
variable "n" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
test/support/fixtures/metadata_builder/alias/alias_12.ex#L2
unused alias Aliased
|
test/support/fixtures/metadata_builder/alias/alias_12.ex#L2
unused alias AliasedSibling
|
test/support/fixtures/metadata_builder/alias/alias_12.ex#L2
unused alias Child
|
test/support/fixtures/metadata_builder/alias/alias_of_alias.ex#L4
unused alias Child
|
test/support/fixtures/metadata_builder/alias/alias_of_alias.ex#L3
unused alias Some
|
test/support/fixtures/metadata_builder/alias/external.ex#L2
unused alias Aliased
|
test/support/fixtures/metadata_builder/alias/external.ex#L3
unused alias Child
|
This job failed
Loading