Skip to content

fix: Compiler warnings for zero-arity funtion calls #45

fix: Compiler warnings for zero-arity funtion calls

fix: Compiler warnings for zero-arity funtion calls #45

Triggered via pull request September 22, 2024 19:23
Status Success
Total duration 2m 41s
Artifacts

ci.yaml

on: pull_request
Matrix: Test
Fit to window
Zoom out
Zoom in

Annotations

18 warnings
Test (Elixir 1.17 OTP 27)
x..y inside match is deprecated, you must always match on the step: x..y//var or x..y//_ if you want to ignore it
Test (Elixir 1.17 OTP 27)
x..y inside match is deprecated, you must always match on the step: x..y//var or x..y//_ if you want to ignore it
Test (Elixir 1.17 OTP 27)
0..-2 has a default step of -1, please write 0..-2//-1 instead
Test (Elixir 1.17 OTP 27)
1..-2 has a default step of -1, please write 1..-2//-1 instead
Test (Elixir 1.17 OTP 27)
0..-2 has a default step of -1, please write 0..-2//-1 instead
Test (Elixir 1.17 OTP 27)
1..-1 has a default step of -1, please write 1..-1//-1 instead
Test (Elixir 1.17 OTP 27)
1..-2 has a default step of -1, please write 1..-2//-1 instead
Test (Elixir 1.17 OTP 27)
1..-2 has a default step of -1, please write 1..-2//-1 instead
Test (Elixir 1.17 OTP 27)
1..-2 has a default step of -1, please write 1..-2//-1 instead
Test (Elixir 1.17 OTP 27)
1..-2 has a default step of -1, please write 1..-2//-1 instead
Test (Elixir 1.16 OTP 26)
in order to compile .yrl files, you must add "compilers: [:yecc] ++ Mix.compilers()" to the "def project" section of erlex's mix.exs
Test (Elixir 1.16 OTP 26)
in order to compile .xrl files, you must add "compilers: [:leex] ++ Mix.compilers()" to the "def project" section of erlex's mix.exs
Credo
in order to compile .yrl files, you must add "compilers: [:yecc] ++ Mix.compilers()" to the "def project" section of erlex's mix.exs
Credo
in order to compile .xrl files, you must add "compilers: [:leex] ++ Mix.compilers()" to the "def project" section of erlex's mix.exs
Credo
~R/.../ is deprecated, use ~r/.../ instead
Dialyzer
in order to compile .yrl files, you must add "compilers: [:yecc] ++ Mix.compilers()" to the "def project" section of erlex's mix.exs
Dialyzer
in order to compile .xrl files, you must add "compilers: [:leex] ++ Mix.compilers()" to the "def project" section of erlex's mix.exs
Dialyzer
~R/.../ is deprecated, use ~r/.../ instead