Expand AST using Macro.Env API #1258
Annotations
8 errors and 10 warnings
Run mix test || false
test variables finds docs for write variable in match context (ElixirLS.LanguageServer.Providers.Hover.DocsTest)
|
Run mix test || false
test find definition of write variable in match context (ElixirLS.LanguageServer.Providers.References.LocatorTest)
|
Run mix test || false
test find definition of write variable in match context (ElixirLS.LanguageServer.Providers.Definition.LocatorTest)
|
Run mix test || false
test expand full without errors (ElixirLS.LanguageServer.Providers.ExecuteCommand.ExpandMacroTest)
|
Run mix test || false
test expand full with errors (ElixirLS.LanguageServer.Providers.ExecuteCommand.ExpandMacroTest)
|
Run mix test || false
test expands macro (ElixirLS.LanguageServer.Providers.ExecuteCommand.ExpandMacroTest)
|
Run mix test || false
test nothing to expand (ElixirLS.LanguageServer.Providers.ExecuteCommand.ExpandMacroTest)
|
Run mix test || false
Process completed with exit code 1.
|
Run mix test || false
left..right inside match is deprecated, you must always match on the step: left..right//var or left..right//_ if you want to ignore it
|
Run mix test || false
min..max inside match is deprecated, you must always match on the step: min..max//var or min..max//_ if you want to ignore it
|
Run mix test || false
_.._ inside match is deprecated, you must always match on the step: _.._//var or _.._//_ if you want to ignore it
|
Run mix test || false
_.._ inside match is deprecated, you must always match on the step: _.._//var or _.._//_ if you want to ignore it
|
Run mix test || false
min..max inside match is deprecated, you must always match on the step: min..max//var or min..max//_ if you want to ignore it
|
Run mix test || false
min..max inside match is deprecated, you must always match on the step: min..max//var or min..max//_ if you want to ignore it
|
Run mix test || false
min..min inside match is deprecated, you must always match on the step: min..min//var or min..min//_ if you want to ignore it
|
Run mix test || false
min..max inside match is deprecated, you must always match on the step: min..max//var or min..max//_ if you want to ignore it
|
Run mix test || false
min..max inside match is deprecated, you must always match on the step: min..max//var or min..max//_ if you want to ignore it
|
Run mix test || false
min..min inside match is deprecated, you must always match on the step: min..min//var or min..min//_ if you want to ignore it
|
Loading