Expand AST using Macro.Env API #1260
Annotations
2 errors and 10 warnings
Run mix test
** (CompileError) lib/debug_adapter/code.ex:31: undefined function elixir_env/0 (expected ElixirLS.DebugAdapter.Code to define such a function or for it to be imported, but none are available)
|
Run mix test
Process completed with exit code 1.
|
Run mix test
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
variable "x" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Run mix test
variable "x" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Run mix test
function find_controllers/4 is unused
|
Run mix test
function skip_scope_alias/2 is unused
|
Run mix test
module attribute @phoenix_route_funcs was set but never used
|
Run mix test
unused alias Binding
|
Run mix test
unused alias Matcher
|
Run mix test
unused alias Scope
|
Run mix test
unused alias Source
|
Loading