Support Elixir 1.15 #849
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
elixir.yml
on: pull_request
Static analysis
27s
Run Dialyzer
1m 39s
Matrix: test
Annotations
7 errors and 10 warnings
Static analysis
Process completed with exit code 30.
|
Test on OTP 25.3 / Elixir 1.13.4-otp-25
** (CompileError) lib/lexical/remote_control/build/file.ex:10: undefined function dbg/1 (expected Lexical.RemoteControl.Build.File to define such a function or for it to be imported, but none are available)
|
Test on OTP 25.3 / Elixir 1.13.4-otp-25
Process completed with exit code 2.
|
Test on OTP 25.3 / Elixir 1.15.3-otp-25
The job was canceled because "_1_13_4-otp-25_25_3" failed.
|
Test on OTP 25.3 / Elixir 1.15.3-otp-25
The operation was canceled.
|
Test on OTP 25.3 / Elixir 1.14.5-otp-25
The job was canceled because "_1_13_4-otp-25_25_3" failed.
|
Test on OTP 25.3 / Elixir 1.14.5-otp-25
The operation was canceled.
|
Static analysis:
apps/remote_control/lib/lexical/remote_control/build/file.ex#L11
There should be no calls to dbg.
|
Static analysis:
apps/remote_control/lib/lexical/remote_control/build/file.ex#L10
There should be no calls to dbg.
|
Test on OTP 25.3 / Elixir 1.13.4-otp-25
variable "module" is unused (there is a variable with the same name in the context, use the pin operator (^) to match on it or prefix this variable with underscore if it is not meant to be used)
|
Test on OTP 25.3 / Elixir 1.13.4-otp-25
undefined function dbg/1 (expected Lexical.RemoteControl.Build.File to define such a function or for it to be imported, but none are available)
|
Test on OTP 25.3 / Elixir 1.15.3-otp-25
variable "module" is unused (there is a variable with the same name in the context, use the pin operator (^) to match on it or prefix this variable with underscore if it is not meant to be used)
|
Test on OTP 25.3 / Elixir 1.15.3-otp-25
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead
|
Test on OTP 25.3 / Elixir 1.14.5-otp-25
variable "module" is unused (there is a variable with the same name in the context, use the pin operator (^) to match on it or prefix this variable with underscore if it is not meant to be used)
|
Test on OTP 25.3 / Elixir 1.14.5-otp-25
Code.with_diagnostics/1 is undefined or private
|
Test on OTP 25.3 / Elixir 1.14.5-otp-25
redefining module Lexical.Protocol.Conversions (current version loaded from /home/runner/work/lexical/lexical/_build/test/lib/common_protocol/ebin/Elixir.Lexical.Protocol.Conversions.beam)
|
Run Dialyzer
Code.with_diagnostics/1 is undefined or private
|