Skip to content

resolve exdoc autolinks in markdown documents (#1066) #1184

resolve exdoc autolinks in markdown documents (#1066)

resolve exdoc autolinks in markdown documents (#1066) #1184

Triggered via push February 20, 2024 20:52
Status Failure
Total duration 9m 56s
Artifacts

ci.yml

on: push
Matrix: mix_test
Matrix: mix_test_windows
Matrix: static_analysis
Fit to window
Zoom out
Zoom in

Annotations

20 errors and 215 warnings
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 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 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 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)
** (SyntaxError) lib/template.eex:2:5: syntax error before: ','
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 windows (Elixir 1.15.x | Erlang/OTP 25.x)
** (SyntaxError) lib/template.eex:2:5: syntax error before: ','
mix test windows (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 windows (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 windows (Elixir 1.14.x | Erlang/OTP 26.x)
test reports diagnostics then clears them once problems are fixed (ElixirLS.LanguageServer.DialyzerTest)
mix test windows (Elixir 1.14.x | Erlang/OTP 26.x)
Process completed with exit code 1.
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/a.ex:6:7: missing terminator: end (for "do" starting at line 2)
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 24.x)
** (SyntaxError) lib/template.eex:2:5: syntax error before: ','
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.15.x | Erlang/OTP 24.x)
** (TokenMissingError) lib/has_error.ex:16:1: missing terminator: end (for "do" starting at line 1)
static analysis (Elixir 1.15.x | Erlang/OTP 25.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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.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)
Macro.path/2 is undefined or private
mix test (Elixir 1.13.x | Erlang/OTP 25.x)
Mix.ensure_application!/1 is undefined or private
mix test (Elixir 1.13.x | Erlang/OTP 25.x)
Macro.dbg/3 is undefined or private
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)
Manifest: {:error, :enoent}
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)
Logger.default_formatter/1 is undefined or private
mix test (Elixir 1.14.x | Erlang/OTP 25.x)
Code.with_diagnostics/2 is undefined or private
mix test (Elixir 1.14.x | Erlang/OTP 25.x)
Manifest: {:error, :enoent}
mix test (Elixir 1.14.x | Erlang/OTP 25.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.14.x | Erlang/OTP 26.x)
Mix.ensure_application!/1 is undefined or private
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)
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.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.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)
Manifest: {:error, :enoent}
mix test (Elixir 1.15.x | Erlang/OTP 26.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.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)
Macro.path/2 is undefined or private
mix test (Elixir 1.13.x | Erlang/OTP 24.x)
Mix.ensure_application!/1 is undefined or private
mix test (Elixir 1.13.x | Erlang/OTP 24.x)
Macro.dbg/3 is undefined or private
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.16.x | Erlang/OTP 24.x)
Manifest: {:error, :enoent}
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)
Logger.default_formatter/1 is undefined or private
mix test (Elixir 1.14.x | Erlang/OTP 24.x)
Code.with_diagnostics/2 is undefined or private
mix test (Elixir 1.14.x | Erlang/OTP 24.x)
Manifest: {:error, :enoent}
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)
Manifest: {:error, :enoent}
mix test (Elixir 1.12.x | Erlang/OTP 24.x)
function find_controllers/4 is unused
mix test (Elixir 1.12.x | Erlang/OTP 24.x)
function skip_scope_alias/2 is unused
mix test (Elixir 1.12.x | Erlang/OTP 24.x)
module attribute @phoenix_route_funcs was set but never used
mix test (Elixir 1.12.x | Erlang/OTP 24.x)
unused alias Binding
mix test (Elixir 1.12.x | Erlang/OTP 24.x)
unused alias Matcher
mix test (Elixir 1.12.x | Erlang/OTP 24.x)
unused alias Scope
mix test (Elixir 1.12.x | Erlang/OTP 24.x)
unused alias Source
mix test (Elixir 1.12.x | Erlang/OTP 24.x)
Code.Fragment.container_cursor_to_quoted/1 is undefined (module Code.Fragment is not available or is yet to be defined)
mix test (Elixir 1.12.x | Erlang/OTP 24.x)
Macro.path/2 is undefined or private
mix test (Elixir 1.12.x | Erlang/OTP 24.x)
Mix.ensure_application!/1 is undefined or private
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)
Macro.path/2 is undefined or private
mix test (Elixir 1.13.x | Erlang/OTP 22.x)
Mix.ensure_application!/1 is undefined or private
mix test (Elixir 1.13.x | Erlang/OTP 22.x)
Macro.dbg/3 is undefined or private
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)
Macro.path/2 is undefined or private
mix test (Elixir 1.13.x | Erlang/OTP 23.x)
Mix.ensure_application!/1 is undefined or private
mix test (Elixir 1.13.x | Erlang/OTP 23.x)
Macro.dbg/3 is undefined or private
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)
Logger.default_formatter/1 is undefined or private
mix test (Elixir 1.14.x | Erlang/OTP 23.x)
Code.with_diagnostics/2 is undefined or private
mix test (Elixir 1.14.x | Erlang/OTP 23.x)
Manifest: {:error, :enoent}
mix test (Elixir 1.12.x | Erlang/OTP 22.x)
function find_controllers/4 is unused
mix test (Elixir 1.12.x | Erlang/OTP 22.x)
function skip_scope_alias/2 is unused
mix test (Elixir 1.12.x | Erlang/OTP 22.x)
module attribute @phoenix_route_funcs was set but never used
mix test (Elixir 1.12.x | Erlang/OTP 22.x)
unused alias Binding
mix test (Elixir 1.12.x | Erlang/OTP 22.x)
unused alias Matcher
mix test (Elixir 1.12.x | Erlang/OTP 22.x)
unused alias Scope
mix test (Elixir 1.12.x | Erlang/OTP 22.x)
unused alias Source
mix test (Elixir 1.12.x | Erlang/OTP 22.x)
Code.Fragment.container_cursor_to_quoted/1 is undefined (module Code.Fragment is not available or is yet to be defined)
mix test (Elixir 1.12.x | Erlang/OTP 22.x)
Macro.path/2 is undefined or private
mix test (Elixir 1.12.x | Erlang/OTP 22.x)
Mix.ensure_application!/1 is undefined or private
mix test (Elixir 1.12.x | Erlang/OTP 23.x)
function find_controllers/4 is unused
mix test (Elixir 1.12.x | Erlang/OTP 23.x)
function skip_scope_alias/2 is unused
mix test (Elixir 1.12.x | Erlang/OTP 23.x)
module attribute @phoenix_route_funcs was set but never used
mix test (Elixir 1.12.x | Erlang/OTP 23.x)
unused alias Binding
mix test (Elixir 1.12.x | Erlang/OTP 23.x)
unused alias Matcher
mix test (Elixir 1.12.x | Erlang/OTP 23.x)
unused alias Scope
mix test (Elixir 1.12.x | Erlang/OTP 23.x)
unused alias Source
mix test (Elixir 1.12.x | Erlang/OTP 23.x)
Code.Fragment.container_cursor_to_quoted/1 is undefined (module Code.Fragment is not available or is yet to be defined)
mix test (Elixir 1.12.x | Erlang/OTP 23.x)
Macro.path/2 is undefined or private
mix test (Elixir 1.12.x | Erlang/OTP 23.x)
Mix.ensure_application!/1 is undefined or private
mix test windows (Elixir 1.12.x | Erlang/OTP 24.x)
function find_controllers/4 is unused
mix test windows (Elixir 1.12.x | Erlang/OTP 24.x)
function skip_scope_alias/2 is unused
mix test windows (Elixir 1.12.x | Erlang/OTP 24.x)
module attribute @phoenix_route_funcs was set but never used
mix test windows (Elixir 1.12.x | Erlang/OTP 24.x)
unused alias Binding
mix test windows (Elixir 1.12.x | Erlang/OTP 24.x)
unused alias Matcher
mix test windows (Elixir 1.12.x | Erlang/OTP 24.x)
unused alias Scope
mix test windows (Elixir 1.12.x | Erlang/OTP 24.x)
unused alias Source
mix test windows (Elixir 1.12.x | Erlang/OTP 24.x)
Code.Fragment.container_cursor_to_quoted/1 is undefined (module Code.Fragment is not available or is yet to be defined)
mix test windows (Elixir 1.12.x | Erlang/OTP 24.x)
Macro.path/2 is undefined or private
mix test windows (Elixir 1.12.x | Erlang/OTP 24.x)
Mix.ensure_application!/1 is undefined or private
mix test windows (Elixir 1.12.x | Erlang/OTP 22.x)
function find_controllers/4 is unused
mix test windows (Elixir 1.12.x | Erlang/OTP 22.x)
function skip_scope_alias/2 is unused
mix test windows (Elixir 1.12.x | Erlang/OTP 22.x)
module attribute @phoenix_route_funcs was set but never used
mix test windows (Elixir 1.12.x | Erlang/OTP 22.x)
unused alias Binding
mix test windows (Elixir 1.12.x | Erlang/OTP 22.x)
unused alias Matcher
mix test windows (Elixir 1.12.x | Erlang/OTP 22.x)
unused alias Scope
mix test windows (Elixir 1.12.x | Erlang/OTP 22.x)
unused alias Source
mix test windows (Elixir 1.12.x | Erlang/OTP 22.x)
Code.Fragment.container_cursor_to_quoted/1 is undefined (module Code.Fragment is not available or is yet to be defined)
mix test windows (Elixir 1.12.x | Erlang/OTP 22.x)
Macro.path/2 is undefined or private
mix test windows (Elixir 1.12.x | Erlang/OTP 22.x)
Mix.ensure_application!/1 is undefined or private
mix test windows (Elixir 1.12.x | Erlang/OTP 23.x)
function find_controllers/4 is unused
mix test windows (Elixir 1.12.x | Erlang/OTP 23.x)
function skip_scope_alias/2 is unused
mix test windows (Elixir 1.12.x | Erlang/OTP 23.x)
module attribute @phoenix_route_funcs was set but never used
mix test windows (Elixir 1.12.x | Erlang/OTP 23.x)
unused alias Binding
mix test windows (Elixir 1.12.x | Erlang/OTP 23.x)
unused alias Matcher
mix test windows (Elixir 1.12.x | Erlang/OTP 23.x)
unused alias Scope
mix test windows (Elixir 1.12.x | Erlang/OTP 23.x)
unused alias Source
mix test windows (Elixir 1.12.x | Erlang/OTP 23.x)
Code.Fragment.container_cursor_to_quoted/1 is undefined (module Code.Fragment is not available or is yet to be defined)
mix test windows (Elixir 1.12.x | Erlang/OTP 23.x)
Macro.path/2 is undefined or private
mix test windows (Elixir 1.12.x | Erlang/OTP 23.x)
Mix.ensure_application!/1 is undefined or private
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)
Macro.path/2 is undefined or private
mix test windows (Elixir 1.13.x | Erlang/OTP 25.x)
Mix.ensure_application!/1 is undefined or private
mix test windows (Elixir 1.13.x | Erlang/OTP 25.x)
Macro.dbg/3 is undefined or private
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)
Logger.default_formatter/1 is undefined or private
mix test windows (Elixir 1.14.x | Erlang/OTP 25.x)
Code.with_diagnostics/2 is undefined or private
mix test windows (Elixir 1.14.x | Erlang/OTP 25.x)
Manifest: {:error, :enoent}
mix test windows (Elixir 1.15.x | Erlang/OTP 25.x)
Macro.to_string/2 is deprecated. Use Macro.to_string/1 instead
mix test windows (Elixir 1.15.x | Erlang/OTP 25.x)
Manifest: {:error, :enoent}
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)
Macro.path/2 is undefined or private
mix test windows (Elixir 1.13.x | Erlang/OTP 24.x)
Mix.ensure_application!/1 is undefined or private
mix test windows (Elixir 1.13.x | Erlang/OTP 24.x)
Macro.dbg/3 is undefined or private
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)
Logger.default_formatter/1 is undefined or private
mix test windows (Elixir 1.14.x | Erlang/OTP 24.x)
Code.with_diagnostics/2 is undefined or private
mix test windows (Elixir 1.14.x | Erlang/OTP 24.x)
Manifest: {:error, :enoent}
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)
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.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.15.x | Erlang/OTP 26.x)
Failed to download action 'https://api.github.com/repos/erlef/setup-beam/zipball/a23b1fc4452a892cf3e92cbc2c405256cd6c27ec'. Error: No such host is known. (api.github.com:443)
mix test windows (Elixir 1.15.x | Erlang/OTP 26.x)
Back off 20.343 seconds before retry.
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)
Manifest: {:error, :enoent}
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)
Macro.path/2 is undefined or private
mix test windows (Elixir 1.13.x | Erlang/OTP 22.x)
Mix.ensure_application!/1 is undefined or private
mix test windows (Elixir 1.13.x | Erlang/OTP 22.x)
Macro.dbg/3 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.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)
Macro.path/2 is undefined or private
mix test windows (Elixir 1.13.x | Erlang/OTP 23.x)
Mix.ensure_application!/1 is undefined or private
mix test windows (Elixir 1.13.x | Erlang/OTP 23.x)
Macro.dbg/3 is undefined or private
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.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)
Manifest: {:error, :enoent}
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)
Logger.default_formatter/1 is undefined or private
mix test windows (Elixir 1.14.x | Erlang/OTP 23.x)
Code.with_diagnostics/2 is undefined or private
mix test windows (Elixir 1.14.x | Erlang/OTP 23.x)
Manifest: {:error, :enoent}