Expand AST using Macro.Env API #1263
ci.yml
on: pull_request
Matrix: mix_test
Matrix: mix_test_windows
Matrix: static_analysis
Annotations
199 errors and 279 warnings
mix test (Elixir 1.16.x | Erlang/OTP 24.x)
test breakpoints sets and unsets breakpoints in elixir modules (ElixirLS.DebugAdapter.ServerTest)
|
mix test (Elixir 1.16.x | Erlang/OTP 24.x)
Process completed with exit code 1.
|
mix test (Elixir 1.13.x | Erlang/OTP 24.x)
test find references for metadata calls on variable or attribute (ElixirLS.LanguageServer.Providers.References.LocatorTest)
|
mix test (Elixir 1.13.x | Erlang/OTP 24.x)
test suggestions for module attributes lists attributes (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test (Elixir 1.13.x | Erlang/OTP 24.x)
test suggest struct fields when attribute is struct (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test (Elixir 1.13.x | Erlang/OTP 24.x)
test suggest struct fields when attribute is rebound to struct (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test (Elixir 1.13.x | Erlang/OTP 24.x)
test suggestions for module attributes lists module attributes in module scope (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test (Elixir 1.13.x | Erlang/OTP 24.x)
test suggest struct fields when metadata function evaluates to struct (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test (Elixir 1.13.x | Erlang/OTP 24.x)
test suggest struct fields when variable is struct (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test (Elixir 1.13.x | Erlang/OTP 24.x)
test function completion will suggest remote quoted calls (ElixirLS.LanguageServer.Providers.CompletionTest)
|
mix test (Elixir 1.13.x | Erlang/OTP 24.x)
test expand full without errors (ElixirLS.LanguageServer.Providers.ExecuteCommand.ExpandMacroTest)
|
mix test (Elixir 1.13.x | Erlang/OTP 24.x)
test fixes function call when aliased with a custom name (ElixirLS.LanguageServer.Providers.CodeAction.ReplaceRemoteFunctionTest)
|
mix test (Elixir 1.14.x | Erlang/OTP 26.x)
test find references for metadata calls on variable or attribute (ElixirLS.LanguageServer.Providers.References.LocatorTest)
|
mix test (Elixir 1.14.x | Erlang/OTP 26.x)
test suggest struct fields when attribute is struct (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test (Elixir 1.14.x | Erlang/OTP 26.x)
test suggest struct fields when attribute is rebound to struct (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test (Elixir 1.14.x | Erlang/OTP 26.x)
test suggest struct fields when metadata function evaluates to struct (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test (Elixir 1.14.x | Erlang/OTP 26.x)
test suggestions for module attributes lists module attributes in module scope (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test (Elixir 1.14.x | Erlang/OTP 26.x)
test suggest struct fields when variable is struct (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test (Elixir 1.14.x | Erlang/OTP 26.x)
test suggestions for module attributes lists attributes (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test (Elixir 1.14.x | Erlang/OTP 26.x)
test function completion will suggest remote quoted calls (ElixirLS.LanguageServer.Providers.CompletionTest)
|
mix test (Elixir 1.14.x | Erlang/OTP 26.x)
test fixes function call when aliased (ElixirLS.LanguageServer.Providers.CodeAction.ReplaceRemoteFunctionTest)
|
mix test (Elixir 1.14.x | Erlang/OTP 26.x)
test fixes captured function when aliased with a custom name (ElixirLS.LanguageServer.Providers.CodeAction.ReplaceRemoteFunctionTest)
|
mix test (Elixir 1.13.x | Erlang/OTP 25.x)
test find references for metadata calls on variable or attribute (ElixirLS.LanguageServer.Providers.References.LocatorTest)
|
mix test (Elixir 1.13.x | Erlang/OTP 25.x)
test suggest struct fields when metadata function evaluates to struct (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test (Elixir 1.13.x | Erlang/OTP 25.x)
test suggestions for module attributes lists module attributes in module scope (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test (Elixir 1.13.x | Erlang/OTP 25.x)
test suggestions for module attributes lists attributes (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test (Elixir 1.13.x | Erlang/OTP 25.x)
test suggest struct fields when attribute is rebound to struct (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test (Elixir 1.13.x | Erlang/OTP 25.x)
test suggest struct fields when attribute is struct (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test (Elixir 1.13.x | Erlang/OTP 25.x)
test suggest struct fields when variable is struct (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test (Elixir 1.13.x | Erlang/OTP 25.x)
test function completion will suggest remote quoted calls (ElixirLS.LanguageServer.Providers.CompletionTest)
|
mix test (Elixir 1.13.x | Erlang/OTP 25.x)
test expand full without errors (ElixirLS.LanguageServer.Providers.ExecuteCommand.ExpandMacroTest)
|
mix test (Elixir 1.13.x | Erlang/OTP 25.x)
test fixes captured function when aliased (ElixirLS.LanguageServer.Providers.CodeAction.ReplaceRemoteFunctionTest)
|
mix test (Elixir 1.17.x | Erlang/OTP 27.x)
test function signature finds signatures from metadata erlang behaviour call from outside (ElixirLS.LanguageServer.Providers.SignatureHelp.SignatureTest)
|
mix test (Elixir 1.17.x | Erlang/OTP 27.x)
test function signature retrieve metadata function signature - fallback to erlang callback (ElixirLS.LanguageServer.Providers.SignatureHelp.SignatureTest)
|
mix test (Elixir 1.17.x | Erlang/OTP 27.x)
test function signature finds signatures from metadata erlang behaviour call (ElixirLS.LanguageServer.Providers.SignatureHelp.SignatureTest)
|
mix test (Elixir 1.17.x | Erlang/OTP 27.x)
test function signature finds signatures from metadata erlang behaviour implemented in elixir call from outside (ElixirLS.LanguageServer.Providers.SignatureHelp.SignatureTest)
|
mix test (Elixir 1.17.x | Erlang/OTP 27.x)
test functions and macros retrieve metadata function documentation - fallback to erlang callback (ElixirLS.LanguageServer.Providers.Hover.DocsTest)
|
mix test (Elixir 1.17.x | Erlang/OTP 27.x)
test lists callbacks in function suggestion - erlang behaviour (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test (Elixir 1.17.x | Erlang/OTP 27.x)
test list metadata function - fallback to erlang callback (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test (Elixir 1.17.x | Erlang/OTP 27.x)
test suggest erlang behaviour callbacks on erlang implementation (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test (Elixir 1.17.x | Erlang/OTP 27.x)
test suggest erlang behaviour callbacks on implementation (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test (Elixir 1.17.x | Erlang/OTP 27.x)
test lists erlang callbacks (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test (Elixir 1.14.x | Erlang/OTP 25.x)
test find references for metadata calls on variable or attribute (ElixirLS.LanguageServer.Providers.References.LocatorTest)
|
mix test (Elixir 1.14.x | Erlang/OTP 25.x)
test suggest struct fields when attribute is rebound to struct (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test (Elixir 1.14.x | Erlang/OTP 25.x)
test suggest struct fields when metadata function evaluates to struct (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test (Elixir 1.14.x | Erlang/OTP 25.x)
test suggest struct fields when variable is struct (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test (Elixir 1.14.x | Erlang/OTP 25.x)
test suggestions for module attributes lists attributes (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test (Elixir 1.14.x | Erlang/OTP 25.x)
test suggest struct fields when attribute is struct (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test (Elixir 1.14.x | Erlang/OTP 25.x)
test suggestions for module attributes lists module attributes in module scope (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test (Elixir 1.14.x | Erlang/OTP 25.x)
test function completion will suggest remote quoted calls (ElixirLS.LanguageServer.Providers.CompletionTest)
|
mix test (Elixir 1.14.x | Erlang/OTP 25.x)
test fixes function call when aliased with a custom name (ElixirLS.LanguageServer.Providers.CodeAction.ReplaceRemoteFunctionTest)
|
mix test (Elixir 1.14.x | Erlang/OTP 25.x)
test fixes captured function when aliased with a custom name (ElixirLS.LanguageServer.Providers.CodeAction.ReplaceRemoteFunctionTest)
|
mix test (Elixir 1.14.x | Erlang/OTP 24.x)
test find references for metadata calls on variable or attribute (ElixirLS.LanguageServer.Providers.References.LocatorTest)
|
mix test (Elixir 1.14.x | Erlang/OTP 24.x)
test suggestions for module attributes lists attributes (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test (Elixir 1.14.x | Erlang/OTP 24.x)
test suggest struct fields when attribute is struct (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test (Elixir 1.14.x | Erlang/OTP 24.x)
test suggest struct fields when metadata function evaluates to struct (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test (Elixir 1.14.x | Erlang/OTP 24.x)
test suggestions for module attributes lists module attributes in module scope (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test (Elixir 1.14.x | Erlang/OTP 24.x)
test suggest struct fields when attribute is rebound to struct (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test (Elixir 1.14.x | Erlang/OTP 24.x)
test suggest struct fields when variable is struct (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test (Elixir 1.14.x | Erlang/OTP 24.x)
test function completion will suggest remote quoted calls (ElixirLS.LanguageServer.Providers.CompletionTest)
|
mix test (Elixir 1.14.x | Erlang/OTP 24.x)
test fixes function call when aliased with a custom name (ElixirLS.LanguageServer.Providers.CodeAction.ReplaceRemoteFunctionTest)
|
mix test (Elixir 1.14.x | Erlang/OTP 24.x)
test fixes captured function when aliased with a custom name (ElixirLS.LanguageServer.Providers.CodeAction.ReplaceRemoteFunctionTest)
|
mix test (Elixir 1.15.x | Erlang/OTP 26.x)
** (TokenMissingError) lib/has_error.ex:16:1: missing terminator: end (for "do" starting at line 1)
|
mix test (Elixir 1.15.x | Erlang/OTP 26.x)
** (TokenMissingError) lib/a.ex:6:7: missing terminator: end (for "do" starting at line 2)
|
mix test (Elixir 1.15.x | Erlang/OTP 26.x)
** (SyntaxError) lib/template.eex:2:5: syntax error before: ','
|
mix test (Elixir 1.15.x | Erlang/OTP 25.x)
** (SyntaxError) lib/template.eex:2:5: syntax error before: ','
|
mix test (Elixir 1.15.x | Erlang/OTP 25.x)
** (TokenMissingError) lib/a.ex:6:7: missing terminator: end (for "do" starting at line 2)
|
mix test (Elixir 1.15.x | Erlang/OTP 25.x)
** (TokenMissingError) lib/has_error.ex:16:1: missing terminator: end (for "do" starting at line 1)
|
mix test (Elixir 1.15.x | Erlang/OTP 24.x)
** (SyntaxError) lib/template.eex:2:5: syntax error before: ','
|
mix test (Elixir 1.15.x | Erlang/OTP 24.x)
** (TokenMissingError) lib/has_error.ex:16:1: missing terminator: end (for "do" starting at line 1)
|
mix test (Elixir 1.15.x | Erlang/OTP 24.x)
** (TokenMissingError) lib/a.ex:6:7: missing terminator: end (for "do" starting at line 2)
|
mix test (Elixir 1.13.x | Erlang/OTP 23.x)
test find references for metadata calls on variable or attribute (ElixirLS.LanguageServer.Providers.References.LocatorTest)
|
mix test (Elixir 1.13.x | Erlang/OTP 23.x)
test suggest struct fields when metadata function evaluates to struct (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test (Elixir 1.13.x | Erlang/OTP 23.x)
test suggestions for module attributes lists module attributes in module scope (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test (Elixir 1.13.x | Erlang/OTP 23.x)
test suggest struct fields when attribute is rebound to struct (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test (Elixir 1.13.x | Erlang/OTP 23.x)
test suggest struct fields when attribute is struct (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test (Elixir 1.13.x | Erlang/OTP 23.x)
test suggestions for module attributes lists attributes (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test (Elixir 1.13.x | Erlang/OTP 23.x)
test suggest struct fields when variable is struct (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test (Elixir 1.13.x | Erlang/OTP 23.x)
test function completion will suggest remote quoted calls (ElixirLS.LanguageServer.Providers.CompletionTest)
|
mix test (Elixir 1.13.x | Erlang/OTP 23.x)
test expand full without errors (ElixirLS.LanguageServer.Providers.ExecuteCommand.ExpandMacroTest)
|
mix test (Elixir 1.13.x | Erlang/OTP 23.x)
test fixes captured function when aliased (ElixirLS.LanguageServer.Providers.CodeAction.ReplaceRemoteFunctionTest)
|
mix test (Elixir 1.13.x | Erlang/OTP 22.x)
test find references for metadata calls on variable or attribute (ElixirLS.LanguageServer.Providers.References.LocatorTest)
|
mix test (Elixir 1.13.x | Erlang/OTP 22.x)
test suggestions for module attributes lists attributes (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test (Elixir 1.13.x | Erlang/OTP 22.x)
test suggest struct fields when metadata function evaluates to struct (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test (Elixir 1.13.x | Erlang/OTP 22.x)
test suggest struct fields when attribute is rebound to struct (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test (Elixir 1.13.x | Erlang/OTP 22.x)
test suggestions for module attributes lists module attributes in module scope (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test (Elixir 1.13.x | Erlang/OTP 22.x)
test suggest struct fields when variable is struct (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test (Elixir 1.13.x | Erlang/OTP 22.x)
test suggest struct fields when attribute is struct (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test (Elixir 1.13.x | Erlang/OTP 22.x)
test expand full without errors (ElixirLS.LanguageServer.Providers.ExecuteCommand.ExpandMacroTest)
|
mix test (Elixir 1.13.x | Erlang/OTP 22.x)
test function completion will suggest remote quoted calls (ElixirLS.LanguageServer.Providers.CompletionTest)
|
mix test (Elixir 1.13.x | Erlang/OTP 22.x)
test fixes function call when aliased with a custom name (ElixirLS.LanguageServer.Providers.CodeAction.ReplaceRemoteFunctionTest)
|
mix test (Elixir 1.14.x | Erlang/OTP 23.x)
test find references for metadata calls on variable or attribute (ElixirLS.LanguageServer.Providers.References.LocatorTest)
|
mix test (Elixir 1.14.x | Erlang/OTP 23.x)
test suggestions for module attributes lists module attributes in module scope (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test (Elixir 1.14.x | Erlang/OTP 23.x)
test suggest struct fields when variable is struct (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test (Elixir 1.14.x | Erlang/OTP 23.x)
test suggest struct fields when metadata function evaluates to struct (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test (Elixir 1.14.x | Erlang/OTP 23.x)
test suggest struct fields when attribute is struct (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test (Elixir 1.14.x | Erlang/OTP 23.x)
test suggest struct fields when attribute is rebound to struct (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test (Elixir 1.14.x | Erlang/OTP 23.x)
test suggestions for module attributes lists attributes (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test (Elixir 1.14.x | Erlang/OTP 23.x)
test function completion will suggest remote quoted calls (ElixirLS.LanguageServer.Providers.CompletionTest)
|
mix test (Elixir 1.14.x | Erlang/OTP 23.x)
test fixes function call when aliased (ElixirLS.LanguageServer.Providers.CodeAction.ReplaceRemoteFunctionTest)
|
mix test (Elixir 1.14.x | Erlang/OTP 23.x)
test fixes function call when aliased with a custom name (ElixirLS.LanguageServer.Providers.CodeAction.ReplaceRemoteFunctionTest)
|
mix test windows (Elixir 1.15.x | Erlang/OTP 25.x)
test breakpoints sets, modifies and unsets log message (ElixirLS.DebugAdapter.ServerTest)
|
mix test windows (Elixir 1.15.x | Erlang/OTP 25.x)
Process completed with exit code 1.
|
mix test windows (Elixir 1.13.x | Erlang/OTP 24.x)
test find references for metadata calls on variable or attribute (ElixirLS.LanguageServer.Providers.References.LocatorTest)
|
mix test windows (Elixir 1.13.x | Erlang/OTP 24.x)
test suggestions for module attributes lists attributes (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test windows (Elixir 1.13.x | Erlang/OTP 24.x)
test suggest struct fields when attribute is struct (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test windows (Elixir 1.13.x | Erlang/OTP 24.x)
test suggest struct fields when variable is struct (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test windows (Elixir 1.13.x | Erlang/OTP 24.x)
test suggest struct fields when metadata function evaluates to struct (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test windows (Elixir 1.13.x | Erlang/OTP 24.x)
test suggest struct fields when attribute is rebound to struct (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test windows (Elixir 1.13.x | Erlang/OTP 24.x)
test suggestions for module attributes lists module attributes in module scope (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test windows (Elixir 1.13.x | Erlang/OTP 24.x)
test function completion will suggest remote quoted calls (ElixirLS.LanguageServer.Providers.CompletionTest)
|
mix test windows (Elixir 1.13.x | Erlang/OTP 24.x)
test expand full without errors (ElixirLS.LanguageServer.Providers.ExecuteCommand.ExpandMacroTest)
|
mix test windows (Elixir 1.13.x | Erlang/OTP 24.x)
test fixes function call when aliased (ElixirLS.LanguageServer.Providers.CodeAction.ReplaceRemoteFunctionTest)
|
mix test windows (Elixir 1.13.x | Erlang/OTP 25.x)
test find references for metadata calls on variable or attribute (ElixirLS.LanguageServer.Providers.References.LocatorTest)
|
mix test windows (Elixir 1.13.x | Erlang/OTP 25.x)
test suggest struct fields when attribute is struct (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test windows (Elixir 1.13.x | Erlang/OTP 25.x)
test suggest struct fields when variable is struct (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test windows (Elixir 1.13.x | Erlang/OTP 25.x)
test suggest struct fields when attribute is rebound to struct (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test windows (Elixir 1.13.x | Erlang/OTP 25.x)
test suggest struct fields when metadata function evaluates to struct (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test windows (Elixir 1.13.x | Erlang/OTP 25.x)
test suggestions for module attributes lists attributes (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test windows (Elixir 1.13.x | Erlang/OTP 25.x)
test suggestions for module attributes lists module attributes in module scope (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test windows (Elixir 1.13.x | Erlang/OTP 25.x)
test function completion will suggest remote quoted calls (ElixirLS.LanguageServer.Providers.CompletionTest)
|
mix test windows (Elixir 1.13.x | Erlang/OTP 25.x)
test expand full without errors (ElixirLS.LanguageServer.Providers.ExecuteCommand.ExpandMacroTest)
|
mix test windows (Elixir 1.13.x | Erlang/OTP 25.x)
test fixes function call when aliased (ElixirLS.LanguageServer.Providers.CodeAction.ReplaceRemoteFunctionTest)
|
mix test windows (Elixir 1.17.x | Erlang/OTP 27.x)
test functions and macros retrieve metadata function documentation - fallback to erlang callback (ElixirLS.LanguageServer.Providers.Hover.DocsTest)
|
mix test windows (Elixir 1.17.x | Erlang/OTP 27.x)
test function signature finds signatures from metadata erlang behaviour call from outside (ElixirLS.LanguageServer.Providers.SignatureHelp.SignatureTest)
|
mix test windows (Elixir 1.17.x | Erlang/OTP 27.x)
test function signature finds signatures from metadata erlang behaviour call (ElixirLS.LanguageServer.Providers.SignatureHelp.SignatureTest)
|
mix test windows (Elixir 1.17.x | Erlang/OTP 27.x)
test function signature finds signatures from metadata erlang behaviour implemented in elixir call from outside (ElixirLS.LanguageServer.Providers.SignatureHelp.SignatureTest)
|
mix test windows (Elixir 1.17.x | Erlang/OTP 27.x)
test function signature retrieve metadata function signature - fallback to erlang callback (ElixirLS.LanguageServer.Providers.SignatureHelp.SignatureTest)
|
mix test windows (Elixir 1.17.x | Erlang/OTP 27.x)
test list metadata function - fallback to erlang callback (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test windows (Elixir 1.17.x | Erlang/OTP 27.x)
test lists callbacks in function suggestion - erlang behaviour (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test windows (Elixir 1.17.x | Erlang/OTP 27.x)
test suggest erlang behaviour callbacks on erlang implementation (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test windows (Elixir 1.17.x | Erlang/OTP 27.x)
test lists erlang callbacks (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test windows (Elixir 1.17.x | Erlang/OTP 27.x)
test suggest erlang behaviour callbacks on implementation (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test windows (Elixir 1.13.x | Erlang/OTP 22.x)
test find references for metadata calls on variable or attribute (ElixirLS.LanguageServer.Providers.References.LocatorTest)
|
mix test windows (Elixir 1.13.x | Erlang/OTP 22.x)
test suggestions for module attributes lists attributes (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test windows (Elixir 1.13.x | Erlang/OTP 22.x)
test suggest struct fields when attribute is rebound to struct (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test windows (Elixir 1.13.x | Erlang/OTP 22.x)
test suggestions for module attributes lists module attributes in module scope (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test windows (Elixir 1.13.x | Erlang/OTP 22.x)
test suggest struct fields when attribute is struct (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test windows (Elixir 1.13.x | Erlang/OTP 22.x)
test suggest struct fields when metadata function evaluates to struct (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test windows (Elixir 1.13.x | Erlang/OTP 22.x)
test suggest struct fields when variable is struct (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test windows (Elixir 1.13.x | Erlang/OTP 22.x)
test function completion will suggest remote quoted calls (ElixirLS.LanguageServer.Providers.CompletionTest)
|
mix test windows (Elixir 1.13.x | Erlang/OTP 22.x)
test expand full without errors (ElixirLS.LanguageServer.Providers.ExecuteCommand.ExpandMacroTest)
|
mix test windows (Elixir 1.13.x | Erlang/OTP 22.x)
test fixes function call when aliased with a custom name (ElixirLS.LanguageServer.Providers.CodeAction.ReplaceRemoteFunctionTest)
|
mix test windows (Elixir 1.14.x | Erlang/OTP 25.x)
test find references for metadata calls on variable or attribute (ElixirLS.LanguageServer.Providers.References.LocatorTest)
|
mix test windows (Elixir 1.14.x | Erlang/OTP 25.x)
test suggest struct fields when variable is struct (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test windows (Elixir 1.14.x | Erlang/OTP 25.x)
test suggest struct fields when attribute is struct (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test windows (Elixir 1.14.x | Erlang/OTP 25.x)
test suggestions for module attributes lists attributes (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test windows (Elixir 1.14.x | Erlang/OTP 25.x)
test suggest struct fields when metadata function evaluates to struct (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test windows (Elixir 1.14.x | Erlang/OTP 25.x)
test suggestions for module attributes lists module attributes in module scope (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test windows (Elixir 1.14.x | Erlang/OTP 25.x)
test suggest struct fields when attribute is rebound to struct (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test windows (Elixir 1.14.x | Erlang/OTP 25.x)
test function completion will suggest remote quoted calls (ElixirLS.LanguageServer.Providers.CompletionTest)
|
mix test windows (Elixir 1.14.x | Erlang/OTP 25.x)
test fixes captured function when aliased with a custom name (ElixirLS.LanguageServer.Providers.CodeAction.ReplaceRemoteFunctionTest)
|
mix test windows (Elixir 1.14.x | Erlang/OTP 25.x)
test fixes function call when aliased with a custom name (ElixirLS.LanguageServer.Providers.CodeAction.ReplaceRemoteFunctionTest)
|
mix test windows (Elixir 1.14.x | Erlang/OTP 24.x)
test find references for metadata calls on variable or attribute (ElixirLS.LanguageServer.Providers.References.LocatorTest)
|
mix test windows (Elixir 1.14.x | Erlang/OTP 24.x)
test suggestions for module attributes lists module attributes in module scope (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test windows (Elixir 1.14.x | Erlang/OTP 24.x)
test suggest struct fields when attribute is rebound to struct (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test windows (Elixir 1.14.x | Erlang/OTP 24.x)
test suggest struct fields when variable is struct (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test windows (Elixir 1.14.x | Erlang/OTP 24.x)
test suggest struct fields when attribute is struct (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test windows (Elixir 1.14.x | Erlang/OTP 24.x)
test suggest struct fields when metadata function evaluates to struct (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test windows (Elixir 1.14.x | Erlang/OTP 24.x)
test suggestions for module attributes lists attributes (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test windows (Elixir 1.14.x | Erlang/OTP 24.x)
test function completion will suggest remote quoted calls (ElixirLS.LanguageServer.Providers.CompletionTest)
|
mix test windows (Elixir 1.14.x | Erlang/OTP 24.x)
test fixes function call when aliased (ElixirLS.LanguageServer.Providers.CodeAction.ReplaceRemoteFunctionTest)
|
mix test windows (Elixir 1.14.x | Erlang/OTP 24.x)
test fixes captured function when aliased with a custom name (ElixirLS.LanguageServer.Providers.CodeAction.ReplaceRemoteFunctionTest)
|
mix test windows (Elixir 1.14.x | Erlang/OTP 26.x)
test find references for metadata calls on variable or attribute (ElixirLS.LanguageServer.Providers.References.LocatorTest)
|
mix test windows (Elixir 1.14.x | Erlang/OTP 26.x)
test suggest struct fields when variable is struct (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test windows (Elixir 1.14.x | Erlang/OTP 26.x)
test suggest struct fields when metadata function evaluates to struct (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test windows (Elixir 1.14.x | Erlang/OTP 26.x)
test suggest struct fields when attribute is rebound to struct (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test windows (Elixir 1.14.x | Erlang/OTP 26.x)
test suggestions for module attributes lists attributes (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test windows (Elixir 1.14.x | Erlang/OTP 26.x)
test suggest struct fields when attribute is struct (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test windows (Elixir 1.14.x | Erlang/OTP 26.x)
test suggestions for module attributes lists module attributes in module scope (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test windows (Elixir 1.14.x | Erlang/OTP 26.x)
test function completion will suggest remote quoted calls (ElixirLS.LanguageServer.Providers.CompletionTest)
|
mix test windows (Elixir 1.14.x | Erlang/OTP 26.x)
test fixes function call when aliased (ElixirLS.LanguageServer.Providers.CodeAction.ReplaceRemoteFunctionTest)
|
mix test windows (Elixir 1.14.x | Erlang/OTP 26.x)
test fixes function call when aliased with a custom name (ElixirLS.LanguageServer.Providers.CodeAction.ReplaceRemoteFunctionTest)
|
mix test windows (Elixir 1.15.x | Erlang/OTP 26.x)
** (SyntaxError) lib/template.eex:2:5: syntax error before: ','
|
mix test windows (Elixir 1.15.x | Erlang/OTP 26.x)
** (TokenMissingError) lib/has_error.ex:16:1: missing terminator: end (for "do" starting at line 1)
|
mix test windows (Elixir 1.15.x | Erlang/OTP 26.x)
** (TokenMissingError) lib/a.ex:6:7: missing terminator: end (for "do" starting at line 2)
|
mix test windows (Elixir 1.15.x | Erlang/OTP 24.x)
** (SyntaxError) lib/template.eex:2:5: syntax error before: ','
|
mix test windows (Elixir 1.15.x | Erlang/OTP 24.x)
** (TokenMissingError) lib/has_error.ex:16:1: missing terminator: end (for "do" starting at line 1)
|
mix test windows (Elixir 1.15.x | Erlang/OTP 24.x)
** (TokenMissingError) lib/a.ex:6:7: missing terminator: end (for "do" starting at line 2)
|
mix test windows (Elixir 1.13.x | Erlang/OTP 23.x)
test find references for metadata calls on variable or attribute (ElixirLS.LanguageServer.Providers.References.LocatorTest)
|
mix test windows (Elixir 1.13.x | Erlang/OTP 23.x)
test suggestions for module attributes lists attributes (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test windows (Elixir 1.13.x | Erlang/OTP 23.x)
test suggest struct fields when metadata function evaluates to struct (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test windows (Elixir 1.13.x | Erlang/OTP 23.x)
test suggestions for module attributes lists module attributes in module scope (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test windows (Elixir 1.13.x | Erlang/OTP 23.x)
test suggest struct fields when attribute is struct (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test windows (Elixir 1.13.x | Erlang/OTP 23.x)
test suggest struct fields when attribute is rebound to struct (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test windows (Elixir 1.13.x | Erlang/OTP 23.x)
test suggest struct fields when variable is struct (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test windows (Elixir 1.13.x | Erlang/OTP 23.x)
test function completion will suggest remote quoted calls (ElixirLS.LanguageServer.Providers.CompletionTest)
|
mix test windows (Elixir 1.13.x | Erlang/OTP 23.x)
test expand full without errors (ElixirLS.LanguageServer.Providers.ExecuteCommand.ExpandMacroTest)
|
mix test windows (Elixir 1.13.x | Erlang/OTP 23.x)
test fixes captured function when aliased with a custom name (ElixirLS.LanguageServer.Providers.CodeAction.ReplaceRemoteFunctionTest)
|
mix test windows (Elixir 1.14.x | Erlang/OTP 23.x)
test find references for metadata calls on variable or attribute (ElixirLS.LanguageServer.Providers.References.LocatorTest)
|
mix test windows (Elixir 1.14.x | Erlang/OTP 23.x)
test suggest struct fields when metadata function evaluates to struct (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test windows (Elixir 1.14.x | Erlang/OTP 23.x)
test suggestions for module attributes lists attributes (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test windows (Elixir 1.14.x | Erlang/OTP 23.x)
test suggest struct fields when variable is struct (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test windows (Elixir 1.14.x | Erlang/OTP 23.x)
test suggestions for module attributes lists module attributes in module scope (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test windows (Elixir 1.14.x | Erlang/OTP 23.x)
test suggest struct fields when attribute is rebound to struct (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test windows (Elixir 1.14.x | Erlang/OTP 23.x)
test suggest struct fields when attribute is struct (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
mix test windows (Elixir 1.14.x | Erlang/OTP 23.x)
test function completion will suggest remote quoted calls (ElixirLS.LanguageServer.Providers.CompletionTest)
|
mix test windows (Elixir 1.14.x | Erlang/OTP 23.x)
test fixes function call when aliased with a custom name (ElixirLS.LanguageServer.Providers.CodeAction.ReplaceRemoteFunctionTest)
|
mix test windows (Elixir 1.14.x | Erlang/OTP 23.x)
test fixes function call when aliased (ElixirLS.LanguageServer.Providers.CodeAction.ReplaceRemoteFunctionTest)
|
mix test (Elixir 1.16.x | Erlang/OTP 24.x)
in order to compile .yrl files, you must add "compilers: [:yecc] ++ Mix.compilers()" to the "def project" section of erlex_vendored's mix.exs
|
mix test (Elixir 1.16.x | Erlang/OTP 24.x)
in order to compile .xrl files, you must add "compilers: [:leex] ++ Mix.compilers()" to the "def project" section of erlex_vendored's mix.exs
|
mix test (Elixir 1.13.x | Erlang/OTP 24.x)
variable "x" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
mix test (Elixir 1.13.x | Erlang/OTP 24.x)
function find_controllers/4 is unused
|
mix test (Elixir 1.13.x | Erlang/OTP 24.x)
function skip_scope_alias/2 is unused
|
mix test (Elixir 1.13.x | Erlang/OTP 24.x)
module attribute @phoenix_route_funcs was set but never used
|
mix test (Elixir 1.13.x | Erlang/OTP 24.x)
unused alias Binding
|
mix test (Elixir 1.13.x | Erlang/OTP 24.x)
unused alias Matcher
|
mix test (Elixir 1.13.x | Erlang/OTP 24.x)
unused alias Scope
|
mix test (Elixir 1.13.x | Erlang/OTP 24.x)
unused alias Source
|
mix test (Elixir 1.13.x | Erlang/OTP 24.x)
variable "s" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
mix test (Elixir 1.13.x | Erlang/OTP 24.x)
Macro.path/2 is undefined or private
|
mix test (Elixir 1.14.x | Erlang/OTP 26.x)
variable "x" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
mix test (Elixir 1.14.x | Erlang/OTP 26.x)
Macro.to_string/2 is deprecated. Use Macro.to_string/1 instead
|
mix test (Elixir 1.14.x | Erlang/OTP 26.x)
variable "fix_incomplete_call" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
mix test (Elixir 1.14.x | Erlang/OTP 26.x)
variable "fix_incomplete_kw" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
mix test (Elixir 1.14.x | Erlang/OTP 26.x)
variable "fix_incomplete_kw_key" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
mix test (Elixir 1.14.x | Erlang/OTP 26.x)
variable "position" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
mix test (Elixir 1.14.x | Erlang/OTP 26.x)
Logger.default_formatter/1 is undefined or private
|
mix test (Elixir 1.14.x | Erlang/OTP 26.x)
Code.with_diagnostics/2 is undefined or private
|
mix test (Elixir 1.14.x | Erlang/OTP 26.x)
Manifest: {:error, :enoent}
|
mix test (Elixir 1.13.x | Erlang/OTP 25.x)
variable "x" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
mix test (Elixir 1.13.x | Erlang/OTP 25.x)
function find_controllers/4 is unused
|
mix test (Elixir 1.13.x | Erlang/OTP 25.x)
function skip_scope_alias/2 is unused
|
mix test (Elixir 1.13.x | Erlang/OTP 25.x)
module attribute @phoenix_route_funcs was set but never used
|
mix test (Elixir 1.13.x | Erlang/OTP 25.x)
unused alias Binding
|
mix test (Elixir 1.13.x | Erlang/OTP 25.x)
unused alias Matcher
|
mix test (Elixir 1.13.x | Erlang/OTP 25.x)
unused alias Scope
|
mix test (Elixir 1.13.x | Erlang/OTP 25.x)
unused alias Source
|
mix test (Elixir 1.13.x | Erlang/OTP 25.x)
variable "s" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
mix test (Elixir 1.13.x | Erlang/OTP 25.x)
Macro.path/2 is undefined or private
|
mix test (Elixir 1.17.x | Erlang/OTP 27.x)
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
|
mix test (Elixir 1.17.x | Erlang/OTP 27.x)
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
|
mix test (Elixir 1.17.x | Erlang/OTP 27.x)
_.._ inside match is deprecated, you must always match on the step: _.._//var or _.._//_ if you want to ignore it
|
mix test (Elixir 1.17.x | Erlang/OTP 27.x)
_.._ inside match is deprecated, you must always match on the step: _.._//var or _.._//_ if you want to ignore it
|
mix test (Elixir 1.17.x | Erlang/OTP 27.x)
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
|
mix test (Elixir 1.17.x | Erlang/OTP 27.x)
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
|
mix test (Elixir 1.17.x | Erlang/OTP 27.x)
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
|
mix test (Elixir 1.17.x | Erlang/OTP 27.x)
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
|
mix test (Elixir 1.17.x | Erlang/OTP 27.x)
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
|
mix test (Elixir 1.17.x | Erlang/OTP 27.x)
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
|
mix test (Elixir 1.14.x | Erlang/OTP 25.x)
variable "x" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
mix test (Elixir 1.14.x | Erlang/OTP 25.x)
Mix.ensure_application!/1 is undefined or private
|
mix test (Elixir 1.14.x | Erlang/OTP 25.x)
Macro.to_string/2 is deprecated. Use Macro.to_string/1 instead
|
mix test (Elixir 1.14.x | Erlang/OTP 25.x)
variable "fix_incomplete_call" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
mix test (Elixir 1.14.x | Erlang/OTP 25.x)
variable "fix_incomplete_kw" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
mix test (Elixir 1.14.x | Erlang/OTP 25.x)
variable "fix_incomplete_kw_key" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
mix test (Elixir 1.14.x | Erlang/OTP 25.x)
variable "position" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
mix test (Elixir 1.14.x | Erlang/OTP 25.x)
Logger.default_formatter/1 is undefined or private
|
mix test (Elixir 1.14.x | Erlang/OTP 25.x)
:dialyzer_iplt.plt_and_info_from_file/1 is undefined (module :dialyzer_iplt is not available or is yet to be defined)
|
mix test (Elixir 1.14.x | Erlang/OTP 25.x)
:dialyzer.run_report_modules_changed_and_analyzed/1 is undefined or private
|
mix test (Elixir 1.14.x | Erlang/OTP 24.x)
variable "x" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
mix test (Elixir 1.14.x | Erlang/OTP 24.x)
Mix.ensure_application!/1 is undefined or private
|
mix test (Elixir 1.14.x | Erlang/OTP 24.x)
Macro.to_string/2 is deprecated. Use Macro.to_string/1 instead
|
mix test (Elixir 1.14.x | Erlang/OTP 24.x)
variable "fix_incomplete_call" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
mix test (Elixir 1.14.x | Erlang/OTP 24.x)
variable "fix_incomplete_kw" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
mix test (Elixir 1.14.x | Erlang/OTP 24.x)
variable "fix_incomplete_kw_key" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
mix test (Elixir 1.14.x | Erlang/OTP 24.x)
variable "position" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
mix test (Elixir 1.14.x | Erlang/OTP 24.x)
Logger.default_formatter/1 is undefined or private
|
mix test (Elixir 1.14.x | Erlang/OTP 24.x)
:dialyzer_iplt.plt_and_info_from_file/1 is undefined (module :dialyzer_iplt is not available or is yet to be defined)
|
mix test (Elixir 1.14.x | Erlang/OTP 24.x)
:dialyzer.run_report_modules_changed_and_analyzed/1 is undefined or private
|
mix test (Elixir 1.15.x | Erlang/OTP 26.x)
variable "x" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
mix test (Elixir 1.15.x | Erlang/OTP 26.x)
Macro.to_string/2 is deprecated. Use Macro.to_string/1 instead
|
mix test (Elixir 1.15.x | Erlang/OTP 26.x)
variable "fix_incomplete_call" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
mix test (Elixir 1.15.x | Erlang/OTP 26.x)
variable "fix_incomplete_kw" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
mix test (Elixir 1.15.x | Erlang/OTP 26.x)
variable "fix_incomplete_kw_key" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
mix test (Elixir 1.15.x | Erlang/OTP 26.x)
variable "position" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
mix test (Elixir 1.15.x | Erlang/OTP 26.x)
Manifest: {:error, :enoent}
|
mix test (Elixir 1.16.x | Erlang/OTP 26.x)
in order to compile .yrl files, you must add "compilers: [:yecc] ++ Mix.compilers()" to the "def project" section of erlex_vendored's mix.exs
|
mix test (Elixir 1.16.x | Erlang/OTP 26.x)
in order to compile .xrl files, you must add "compilers: [:leex] ++ Mix.compilers()" to the "def project" section of erlex_vendored's mix.exs
|
mix test (Elixir 1.16.x | Erlang/OTP 26.x)
Manifest: {:error, :enoent}
|
mix test (Elixir 1.16.x | Erlang/OTP 25.x)
in order to compile .yrl files, you must add "compilers: [:yecc] ++ Mix.compilers()" to the "def project" section of erlex_vendored's mix.exs
|
mix test (Elixir 1.16.x | Erlang/OTP 25.x)
in order to compile .xrl files, you must add "compilers: [:leex] ++ Mix.compilers()" to the "def project" section of erlex_vendored's mix.exs
|
mix test (Elixir 1.16.x | Erlang/OTP 25.x)
Manifest: {:error, :enoent}
|
mix test (Elixir 1.17.x | Erlang/OTP 26.x)
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
|
mix test (Elixir 1.17.x | Erlang/OTP 26.x)
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
|
mix test (Elixir 1.17.x | Erlang/OTP 26.x)
_.._ inside match is deprecated, you must always match on the step: _.._//var or _.._//_ if you want to ignore it
|
mix test (Elixir 1.17.x | Erlang/OTP 26.x)
_.._ inside match is deprecated, you must always match on the step: _.._//var or _.._//_ if you want to ignore it
|
mix test (Elixir 1.17.x | Erlang/OTP 26.x)
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
|
mix test (Elixir 1.17.x | Erlang/OTP 26.x)
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
|
mix test (Elixir 1.17.x | Erlang/OTP 26.x)
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
|
mix test (Elixir 1.17.x | Erlang/OTP 26.x)
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
|
mix test (Elixir 1.17.x | Erlang/OTP 26.x)
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
|
mix test (Elixir 1.17.x | Erlang/OTP 26.x)
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
|
mix test (Elixir 1.15.x | Erlang/OTP 25.x)
variable "x" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
mix test (Elixir 1.15.x | Erlang/OTP 25.x)
Macro.to_string/2 is deprecated. Use Macro.to_string/1 instead
|
mix test (Elixir 1.15.x | Erlang/OTP 25.x)
variable "fix_incomplete_call" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
mix test (Elixir 1.15.x | Erlang/OTP 25.x)
variable "fix_incomplete_kw" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
mix test (Elixir 1.15.x | Erlang/OTP 25.x)
variable "fix_incomplete_kw_key" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
mix test (Elixir 1.15.x | Erlang/OTP 25.x)
variable "position" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
mix test (Elixir 1.15.x | Erlang/OTP 25.x)
:dialyzer_iplt.plt_and_info_from_file/1 is undefined (module :dialyzer_iplt is not available or is yet to be defined)
|
mix test (Elixir 1.15.x | Erlang/OTP 25.x)
:dialyzer.run_report_modules_changed_and_analyzed/1 is undefined or private
|
mix test (Elixir 1.15.x | Erlang/OTP 25.x)
Manifest: {:error, :enoent}
|
mix test (Elixir 1.15.x | Erlang/OTP 24.x)
variable "x" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
mix test (Elixir 1.15.x | Erlang/OTP 24.x)
Macro.to_string/2 is deprecated. Use Macro.to_string/1 instead
|
mix test (Elixir 1.15.x | Erlang/OTP 24.x)
variable "fix_incomplete_call" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
mix test (Elixir 1.15.x | Erlang/OTP 24.x)
variable "fix_incomplete_kw" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
mix test (Elixir 1.15.x | Erlang/OTP 24.x)
variable "fix_incomplete_kw_key" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
mix test (Elixir 1.15.x | Erlang/OTP 24.x)
variable "position" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
mix test (Elixir 1.15.x | Erlang/OTP 24.x)
:dialyzer_iplt.plt_and_info_from_file/1 is undefined (module :dialyzer_iplt is not available or is yet to be defined)
|
mix test (Elixir 1.15.x | Erlang/OTP 24.x)
:dialyzer.run_report_modules_changed_and_analyzed/1 is undefined or private
|
mix test (Elixir 1.15.x | Erlang/OTP 24.x)
found quoted atom "abc" but the quotes are not required. Atoms made exclusively of ASCII letters, numbers, underscores, beginning with a letter or underscore, and optionally ending with ! or ? do not require quotes
|
mix test (Elixir 1.15.x | Erlang/OTP 24.x)
Manifest: {:error, :enoent}
|
mix test (Elixir 1.13.x | Erlang/OTP 23.x)
variable "x" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
mix test (Elixir 1.13.x | Erlang/OTP 23.x)
function find_controllers/4 is unused
|
mix test (Elixir 1.13.x | Erlang/OTP 23.x)
function skip_scope_alias/2 is unused
|
mix test (Elixir 1.13.x | Erlang/OTP 23.x)
module attribute @phoenix_route_funcs was set but never used
|
mix test (Elixir 1.13.x | Erlang/OTP 23.x)
unused alias Binding
|
mix test (Elixir 1.13.x | Erlang/OTP 23.x)
unused alias Matcher
|
mix test (Elixir 1.13.x | Erlang/OTP 23.x)
unused alias Scope
|
mix test (Elixir 1.13.x | Erlang/OTP 23.x)
unused alias Source
|
mix test (Elixir 1.13.x | Erlang/OTP 23.x)
variable "s" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
mix test (Elixir 1.13.x | Erlang/OTP 23.x)
Macro.path/2 is undefined or private
|
mix test (Elixir 1.17.x | Erlang/OTP 25.x)
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
|
mix test (Elixir 1.17.x | Erlang/OTP 25.x)
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
|
mix test (Elixir 1.17.x | Erlang/OTP 25.x)
_.._ inside match is deprecated, you must always match on the step: _.._//var or _.._//_ if you want to ignore it
|
mix test (Elixir 1.17.x | Erlang/OTP 25.x)
_.._ inside match is deprecated, you must always match on the step: _.._//var or _.._//_ if you want to ignore it
|
mix test (Elixir 1.17.x | Erlang/OTP 25.x)
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
|
mix test (Elixir 1.17.x | Erlang/OTP 25.x)
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
|
mix test (Elixir 1.17.x | Erlang/OTP 25.x)
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
|
mix test (Elixir 1.17.x | Erlang/OTP 25.x)
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
|
mix test (Elixir 1.17.x | Erlang/OTP 25.x)
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
|
mix test (Elixir 1.17.x | Erlang/OTP 25.x)
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
|
mix test (Elixir 1.13.x | Erlang/OTP 22.x)
variable "x" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
mix test (Elixir 1.13.x | Erlang/OTP 22.x)
function find_controllers/4 is unused
|
mix test (Elixir 1.13.x | Erlang/OTP 22.x)
function skip_scope_alias/2 is unused
|
mix test (Elixir 1.13.x | Erlang/OTP 22.x)
module attribute @phoenix_route_funcs was set but never used
|
mix test (Elixir 1.13.x | Erlang/OTP 22.x)
unused alias Binding
|
mix test (Elixir 1.13.x | Erlang/OTP 22.x)
unused alias Matcher
|
mix test (Elixir 1.13.x | Erlang/OTP 22.x)
unused alias Scope
|
mix test (Elixir 1.13.x | Erlang/OTP 22.x)
unused alias Source
|
mix test (Elixir 1.13.x | Erlang/OTP 22.x)
variable "s" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
mix test (Elixir 1.13.x | Erlang/OTP 22.x)
Macro.path/2 is undefined or private
|
mix test (Elixir 1.14.x | Erlang/OTP 23.x)
variable "x" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
mix test (Elixir 1.14.x | Erlang/OTP 23.x)
Mix.ensure_application!/1 is undefined or private
|
mix test (Elixir 1.14.x | Erlang/OTP 23.x)
Macro.to_string/2 is deprecated. Use Macro.to_string/1 instead
|
mix test (Elixir 1.14.x | Erlang/OTP 23.x)
variable "fix_incomplete_call" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
mix test (Elixir 1.14.x | Erlang/OTP 23.x)
variable "fix_incomplete_kw" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
mix test (Elixir 1.14.x | Erlang/OTP 23.x)
variable "fix_incomplete_kw_key" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
mix test (Elixir 1.14.x | Erlang/OTP 23.x)
variable "position" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
mix test (Elixir 1.14.x | Erlang/OTP 23.x)
Logger.default_formatter/1 is undefined or private
|
mix test (Elixir 1.14.x | Erlang/OTP 23.x)
:dialyzer_iplt.plt_and_info_from_file/1 is undefined (module :dialyzer_iplt is not available or is yet to be defined)
|
mix test (Elixir 1.14.x | Erlang/OTP 23.x)
:dialyzer.run_report_modules_changed_and_analyzed/1 is undefined or private
|
mix test windows (Elixir 1.15.x | Erlang/OTP 25.x)
variable "x" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
mix test windows (Elixir 1.13.x | Erlang/OTP 24.x)
variable "x" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
mix test windows (Elixir 1.13.x | Erlang/OTP 24.x)
function find_controllers/4 is unused
|
mix test windows (Elixir 1.13.x | Erlang/OTP 24.x)
function skip_scope_alias/2 is unused
|
mix test windows (Elixir 1.13.x | Erlang/OTP 24.x)
module attribute @phoenix_route_funcs was set but never used
|
mix test windows (Elixir 1.13.x | Erlang/OTP 24.x)
unused alias Binding
|
mix test windows (Elixir 1.13.x | Erlang/OTP 24.x)
unused alias Matcher
|
mix test windows (Elixir 1.13.x | Erlang/OTP 24.x)
unused alias Scope
|
mix test windows (Elixir 1.13.x | Erlang/OTP 24.x)
unused alias Source
|
mix test windows (Elixir 1.13.x | Erlang/OTP 24.x)
variable "s" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
mix test windows (Elixir 1.13.x | Erlang/OTP 24.x)
Macro.path/2 is undefined or private
|
mix test windows (Elixir 1.13.x | Erlang/OTP 25.x)
variable "x" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
mix test windows (Elixir 1.13.x | Erlang/OTP 25.x)
function find_controllers/4 is unused
|
mix test windows (Elixir 1.13.x | Erlang/OTP 25.x)
function skip_scope_alias/2 is unused
|
mix test windows (Elixir 1.13.x | Erlang/OTP 25.x)
module attribute @phoenix_route_funcs was set but never used
|
mix test windows (Elixir 1.13.x | Erlang/OTP 25.x)
unused alias Binding
|
mix test windows (Elixir 1.13.x | Erlang/OTP 25.x)
unused alias Matcher
|
mix test windows (Elixir 1.13.x | Erlang/OTP 25.x)
unused alias Scope
|
mix test windows (Elixir 1.13.x | Erlang/OTP 25.x)
unused alias Source
|
mix test windows (Elixir 1.13.x | Erlang/OTP 25.x)
variable "s" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
mix test windows (Elixir 1.13.x | Erlang/OTP 25.x)
Macro.path/2 is undefined or private
|
mix test windows (Elixir 1.17.x | Erlang/OTP 27.x)
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
|
mix test windows (Elixir 1.17.x | Erlang/OTP 27.x)
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
|
mix test windows (Elixir 1.17.x | Erlang/OTP 27.x)
_.._ inside match is deprecated, you must always match on the step: _.._//var or _.._//_ if you want to ignore it
|
mix test windows (Elixir 1.17.x | Erlang/OTP 27.x)
_.._ inside match is deprecated, you must always match on the step: _.._//var or _.._//_ if you want to ignore it
|
mix test windows (Elixir 1.17.x | Erlang/OTP 27.x)
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
|
mix test windows (Elixir 1.17.x | Erlang/OTP 27.x)
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
|
mix test windows (Elixir 1.17.x | Erlang/OTP 27.x)
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
|
mix test windows (Elixir 1.17.x | Erlang/OTP 27.x)
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
|
mix test windows (Elixir 1.17.x | Erlang/OTP 27.x)
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
|
mix test windows (Elixir 1.17.x | Erlang/OTP 27.x)
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
|
mix test windows (Elixir 1.13.x | Erlang/OTP 22.x)
variable "x" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
mix test windows (Elixir 1.13.x | Erlang/OTP 22.x)
function find_controllers/4 is unused
|
mix test windows (Elixir 1.13.x | Erlang/OTP 22.x)
function skip_scope_alias/2 is unused
|
mix test windows (Elixir 1.13.x | Erlang/OTP 22.x)
module attribute @phoenix_route_funcs was set but never used
|
mix test windows (Elixir 1.13.x | Erlang/OTP 22.x)
unused alias Binding
|
mix test windows (Elixir 1.13.x | Erlang/OTP 22.x)
unused alias Matcher
|
mix test windows (Elixir 1.13.x | Erlang/OTP 22.x)
unused alias Scope
|
mix test windows (Elixir 1.13.x | Erlang/OTP 22.x)
unused alias Source
|
mix test windows (Elixir 1.13.x | Erlang/OTP 22.x)
variable "s" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
mix test windows (Elixir 1.13.x | Erlang/OTP 22.x)
Macro.path/2 is undefined or private
|
mix test windows (Elixir 1.14.x | Erlang/OTP 25.x)
variable "x" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
mix test windows (Elixir 1.14.x | Erlang/OTP 25.x)
Mix.ensure_application!/1 is undefined or private
|
mix test windows (Elixir 1.14.x | Erlang/OTP 25.x)
Macro.to_string/2 is deprecated. Use Macro.to_string/1 instead
|
mix test windows (Elixir 1.14.x | Erlang/OTP 25.x)
variable "fix_incomplete_call" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
mix test windows (Elixir 1.14.x | Erlang/OTP 25.x)
variable "fix_incomplete_kw" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
mix test windows (Elixir 1.14.x | Erlang/OTP 25.x)
variable "fix_incomplete_kw_key" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
mix test windows (Elixir 1.14.x | Erlang/OTP 25.x)
variable "position" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
mix test windows (Elixir 1.14.x | Erlang/OTP 25.x)
Logger.default_formatter/1 is undefined or private
|
mix test windows (Elixir 1.14.x | Erlang/OTP 25.x)
:dialyzer_iplt.plt_and_info_from_file/1 is undefined (module :dialyzer_iplt is not available or is yet to be defined)
|
mix test windows (Elixir 1.14.x | Erlang/OTP 25.x)
:dialyzer.run_report_modules_changed_and_analyzed/1 is undefined or private
|
mix test windows (Elixir 1.14.x | Erlang/OTP 24.x)
variable "x" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
mix test windows (Elixir 1.14.x | Erlang/OTP 24.x)
Mix.ensure_application!/1 is undefined or private
|
mix test windows (Elixir 1.14.x | Erlang/OTP 24.x)
Macro.to_string/2 is deprecated. Use Macro.to_string/1 instead
|
mix test windows (Elixir 1.14.x | Erlang/OTP 24.x)
variable "fix_incomplete_call" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
mix test windows (Elixir 1.14.x | Erlang/OTP 24.x)
variable "fix_incomplete_kw" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
mix test windows (Elixir 1.14.x | Erlang/OTP 24.x)
variable "fix_incomplete_kw_key" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
mix test windows (Elixir 1.14.x | Erlang/OTP 24.x)
variable "position" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
mix test windows (Elixir 1.14.x | Erlang/OTP 24.x)
Logger.default_formatter/1 is undefined or private
|
mix test windows (Elixir 1.14.x | Erlang/OTP 24.x)
:dialyzer_iplt.plt_and_info_from_file/1 is undefined (module :dialyzer_iplt is not available or is yet to be defined)
|
mix test windows (Elixir 1.14.x | Erlang/OTP 24.x)
:dialyzer.run_report_modules_changed_and_analyzed/1 is undefined or private
|
mix test windows (Elixir 1.14.x | Erlang/OTP 26.x)
variable "x" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
mix test windows (Elixir 1.14.x | Erlang/OTP 26.x)
Mix.ensure_application!/1 is undefined or private
|
mix test windows (Elixir 1.14.x | Erlang/OTP 26.x)
Macro.to_string/2 is deprecated. Use Macro.to_string/1 instead
|
mix test windows (Elixir 1.14.x | Erlang/OTP 26.x)
variable "fix_incomplete_call" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
mix test windows (Elixir 1.14.x | Erlang/OTP 26.x)
variable "fix_incomplete_kw" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
mix test windows (Elixir 1.14.x | Erlang/OTP 26.x)
variable "fix_incomplete_kw_key" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
mix test windows (Elixir 1.14.x | Erlang/OTP 26.x)
variable "position" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
mix test windows (Elixir 1.14.x | Erlang/OTP 26.x)
Logger.default_formatter/1 is undefined or private
|
mix test windows (Elixir 1.14.x | Erlang/OTP 26.x)
Code.with_diagnostics/2 is undefined or private
|
mix test windows (Elixir 1.14.x | Erlang/OTP 26.x)
Manifest: {:error, :enoent}
|
mix test windows (Elixir 1.17.x | Erlang/OTP 26.x)
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
|
mix test windows (Elixir 1.17.x | Erlang/OTP 26.x)
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
|
mix test windows (Elixir 1.17.x | Erlang/OTP 26.x)
_.._ inside match is deprecated, you must always match on the step: _.._//var or _.._//_ if you want to ignore it
|
mix test windows (Elixir 1.17.x | Erlang/OTP 26.x)
_.._ inside match is deprecated, you must always match on the step: _.._//var or _.._//_ if you want to ignore it
|
mix test windows (Elixir 1.17.x | Erlang/OTP 26.x)
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
|
mix test windows (Elixir 1.17.x | Erlang/OTP 26.x)
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
|
mix test windows (Elixir 1.17.x | Erlang/OTP 26.x)
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
|
mix test windows (Elixir 1.17.x | Erlang/OTP 26.x)
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
|
mix test windows (Elixir 1.17.x | Erlang/OTP 26.x)
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
|
mix test windows (Elixir 1.17.x | Erlang/OTP 26.x)
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
|
mix test windows (Elixir 1.15.x | Erlang/OTP 26.x)
variable "x" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
mix test windows (Elixir 1.15.x | Erlang/OTP 26.x)
Macro.to_string/2 is deprecated. Use Macro.to_string/1 instead
|
mix test windows (Elixir 1.15.x | Erlang/OTP 26.x)
variable "fix_incomplete_call" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
mix test windows (Elixir 1.15.x | Erlang/OTP 26.x)
variable "fix_incomplete_kw" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
mix test windows (Elixir 1.15.x | Erlang/OTP 26.x)
variable "fix_incomplete_kw_key" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
mix test windows (Elixir 1.15.x | Erlang/OTP 26.x)
variable "position" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
mix test windows (Elixir 1.15.x | Erlang/OTP 26.x)
Manifest: {:error, :enoent}
|
mix test windows (Elixir 1.15.x | Erlang/OTP 24.x)
variable "x" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
mix test windows (Elixir 1.15.x | Erlang/OTP 24.x)
Macro.to_string/2 is deprecated. Use Macro.to_string/1 instead
|
mix test windows (Elixir 1.15.x | Erlang/OTP 24.x)
variable "fix_incomplete_call" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
mix test windows (Elixir 1.15.x | Erlang/OTP 24.x)
variable "fix_incomplete_kw" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
mix test windows (Elixir 1.15.x | Erlang/OTP 24.x)
variable "fix_incomplete_kw_key" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
mix test windows (Elixir 1.15.x | Erlang/OTP 24.x)
variable "position" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
mix test windows (Elixir 1.15.x | Erlang/OTP 24.x)
:dialyzer_iplt.plt_and_info_from_file/1 is undefined (module :dialyzer_iplt is not available or is yet to be defined)
|
mix test windows (Elixir 1.15.x | Erlang/OTP 24.x)
:dialyzer.run_report_modules_changed_and_analyzed/1 is undefined or private
|
mix test windows (Elixir 1.15.x | Erlang/OTP 24.x)
Manifest: {:error, :enoent}
|
mix test windows (Elixir 1.17.x | Erlang/OTP 25.x)
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
|
mix test windows (Elixir 1.17.x | Erlang/OTP 25.x)
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
|
mix test windows (Elixir 1.17.x | Erlang/OTP 25.x)
_.._ inside match is deprecated, you must always match on the step: _.._//var or _.._//_ if you want to ignore it
|
mix test windows (Elixir 1.17.x | Erlang/OTP 25.x)
_.._ inside match is deprecated, you must always match on the step: _.._//var or _.._//_ if you want to ignore it
|
mix test windows (Elixir 1.17.x | Erlang/OTP 25.x)
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
|
mix test windows (Elixir 1.17.x | Erlang/OTP 25.x)
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
|
mix test windows (Elixir 1.17.x | Erlang/OTP 25.x)
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
|
mix test windows (Elixir 1.17.x | Erlang/OTP 25.x)
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
|
mix test windows (Elixir 1.17.x | Erlang/OTP 25.x)
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
|
mix test windows (Elixir 1.17.x | Erlang/OTP 25.x)
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
|
mix test windows (Elixir 1.16.x | Erlang/OTP 26.x)
in order to compile .yrl files, you must add "compilers: [:yecc] ++ Mix.compilers()" to the "def project" section of erlex_vendored's mix.exs
|
mix test windows (Elixir 1.16.x | Erlang/OTP 26.x)
in order to compile .xrl files, you must add "compilers: [:leex] ++ Mix.compilers()" to the "def project" section of erlex_vendored's mix.exs
|
mix test windows (Elixir 1.16.x | Erlang/OTP 26.x)
Manifest: {:error, :enoent}
|
mix test windows (Elixir 1.13.x | Erlang/OTP 23.x)
variable "x" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
mix test windows (Elixir 1.13.x | Erlang/OTP 23.x)
function find_controllers/4 is unused
|
mix test windows (Elixir 1.13.x | Erlang/OTP 23.x)
function skip_scope_alias/2 is unused
|
mix test windows (Elixir 1.13.x | Erlang/OTP 23.x)
module attribute @phoenix_route_funcs was set but never used
|
mix test windows (Elixir 1.13.x | Erlang/OTP 23.x)
unused alias Binding
|
mix test windows (Elixir 1.13.x | Erlang/OTP 23.x)
unused alias Matcher
|
mix test windows (Elixir 1.13.x | Erlang/OTP 23.x)
unused alias Scope
|
mix test windows (Elixir 1.13.x | Erlang/OTP 23.x)
unused alias Source
|
mix test windows (Elixir 1.13.x | Erlang/OTP 23.x)
variable "s" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
mix test windows (Elixir 1.13.x | Erlang/OTP 23.x)
Macro.path/2 is undefined or private
|
mix test windows (Elixir 1.16.x | Erlang/OTP 24.x)
in order to compile .yrl files, you must add "compilers: [:yecc] ++ Mix.compilers()" to the "def project" section of erlex_vendored's mix.exs
|
mix test windows (Elixir 1.16.x | Erlang/OTP 24.x)
in order to compile .xrl files, you must add "compilers: [:leex] ++ Mix.compilers()" to the "def project" section of erlex_vendored's mix.exs
|
mix test windows (Elixir 1.16.x | Erlang/OTP 24.x)
Manifest: {:error, :enoent}
|
mix test windows (Elixir 1.16.x | Erlang/OTP 25.x)
in order to compile .yrl files, you must add "compilers: [:yecc] ++ Mix.compilers()" to the "def project" section of erlex_vendored's mix.exs
|
mix test windows (Elixir 1.16.x | Erlang/OTP 25.x)
in order to compile .xrl files, you must add "compilers: [:leex] ++ Mix.compilers()" to the "def project" section of erlex_vendored's mix.exs
|
mix test windows (Elixir 1.16.x | Erlang/OTP 25.x)
Manifest: {:error, :enoent}
|
mix test windows (Elixir 1.14.x | Erlang/OTP 23.x)
variable "x" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
mix test windows (Elixir 1.14.x | Erlang/OTP 23.x)
Mix.ensure_application!/1 is undefined or private
|
mix test windows (Elixir 1.14.x | Erlang/OTP 23.x)
Macro.to_string/2 is deprecated. Use Macro.to_string/1 instead
|
mix test windows (Elixir 1.14.x | Erlang/OTP 23.x)
variable "fix_incomplete_call" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
mix test windows (Elixir 1.14.x | Erlang/OTP 23.x)
variable "fix_incomplete_kw" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
mix test windows (Elixir 1.14.x | Erlang/OTP 23.x)
variable "fix_incomplete_kw_key" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
mix test windows (Elixir 1.14.x | Erlang/OTP 23.x)
variable "position" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
mix test windows (Elixir 1.14.x | Erlang/OTP 23.x)
Logger.default_formatter/1 is undefined or private
|
mix test windows (Elixir 1.14.x | Erlang/OTP 23.x)
:dialyzer_iplt.plt_and_info_from_file/1 is undefined (module :dialyzer_iplt is not available or is yet to be defined)
|
mix test windows (Elixir 1.14.x | Erlang/OTP 23.x)
:dialyzer.run_report_modules_changed_and_analyzed/1 is undefined or private
|