Skip to content

Fixed node naming conflict #916

Fixed node naming conflict

Fixed node naming conflict #916

Triggered via pull request July 27, 2023 22:22
Status Failure
Total duration 2m 13s
Artifacts
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
20s
Static analysis
Run Dialyzer
1m 19s
Run Dialyzer
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 13 warnings
Test on OTP 25.3 / Elixir 1.14.5-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_14_5-otp-25_25_3" failed.
Test on OTP 25.3 / Elixir 1.15.3-otp-25
** (SyntaxError) lib/parse_errors.ex:15:3: unexpected reserved word: end
Test on OTP 25.3 / Elixir 1.15.3-otp-25
** (SyntaxError) lib/compilation_errors.ex:4:3: unexpected reserved word: end
Test on OTP 25.3 / Elixir 1.15.3-otp-25
The operation was canceled.
Test on OTP 25.3 / Elixir 1.13.4-otp-25
The job was canceled because "_1_14_5-otp-25_25_3" failed.
Test on OTP 25.3 / Elixir 1.13.4-otp-25
The operation was canceled.
Run Dialyzer
Code.with_diagnostics/1 is undefined or private
Test on OTP 25.3 / Elixir 1.14.5-otp-25
variable "b" is unused (if the variable is not meant to be used, prefix it with an underscore)
Test on OTP 25.3 / Elixir 1.14.5-otp-25
variable "a" is unused (if the variable is not meant to be used, prefix it with an underscore)
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.15.3-otp-25
variable "b" is unused (if the variable is not meant to be used, prefix it with an underscore)
Test on OTP 25.3 / Elixir 1.15.3-otp-25
variable "a" is unused (if the variable is not meant to be used, prefix it with an underscore)
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.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
Code.with_diagnostics/1 is undefined or private
Test on OTP 25.3 / Elixir 1.13.4-otp-25
variable "b" is unused (if the variable is not meant to be used, prefix it with an underscore)
Test on OTP 25.3 / Elixir 1.13.4-otp-25
variable "a" is unused (if the variable is not meant to be used, prefix it with an underscore)