Skip to content

Refactor indexer to better leverage analysis #1646

Refactor indexer to better leverage analysis

Refactor indexer to better leverage analysis #1646

Triggered via pull request December 1, 2023 14:18
Status Failure
Total duration 3m 6s
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
30s
Static analysis
Run Dialyzer
2m 2s
Run Dialyzer
Integration tests
2m 56s
Integration tests
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

15 errors and 15 warnings
Test on OTP 25 / Elixir 1.15.6: apps/common/test/lexical/ast/analysis_test.exs#L23
test scope trees are constructed when a document is analyzed (Lexical.Ast.AnalysisTest)
Test on OTP 25 / Elixir 1.15.6
** (SyntaxError) lib/parse_errors.ex:15:3: unexpected reserved word: end
Test on OTP 25 / Elixir 1.15.6
** (SyntaxError) lib/compilation_errors.ex:4:3: unexpected reserved word: end
Test on OTP 25 / Elixir 1.15.6
Process completed with exit code 2.
Test on OTP 25 / Elixir 1.13
The job was canceled because "_1_15_6_25" failed.
Test on OTP 25 / Elixir 1.13: apps/common/test/lexical/ast/analysis_test.exs#L23
test scope trees are constructed when a document is analyzed (Lexical.Ast.AnalysisTest)
Test on OTP 25 / Elixir 1.13
The operation was canceled.
Test on OTP 25 / Elixir 1.14
The job was canceled because "_1_15_6_25" failed.
Test on OTP 25 / Elixir 1.14: apps/common/test/lexical/ast/analysis_test.exs#L23
test scope trees are constructed when a document is analyzed (Lexical.Ast.AnalysisTest)
Test on OTP 25 / Elixir 1.14
The operation was canceled.
Test on OTP 26 / Elixir 1.15.6
The job was canceled because "_1_15_6_25" failed.
Test on OTP 26 / Elixir 1.15.6: apps/common/test/lexical/ast/analysis_test.exs#L23
test scope trees are constructed when a document is analyzed (Lexical.Ast.AnalysisTest)
Test on OTP 26 / Elixir 1.15.6
** (SyntaxError) lib/compilation_errors.ex:4:3: unexpected reserved word: end
Test on OTP 26 / Elixir 1.15.6
** (SyntaxError) lib/parse_errors.ex:15:3: unexpected reserved word: end
Test on OTP 26 / Elixir 1.15.6
The operation was canceled.
Run Dialyzer
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 / Elixir 1.15.6
variable "b" is unused (if the variable is not meant to be used, prefix it with an underscore)
Test on OTP 25 / Elixir 1.15.6
variable "a" is unused (if the variable is not meant to be used, prefix it with an underscore)
Test on OTP 25 / Elixir 1.13
variable "remaining" is unused (if the variable is not meant to be used, prefix it with an underscore)
Test on OTP 25 / Elixir 1.13
variable "first" is unused (if the variable is not meant to be used, prefix it with an underscore)
Test on OTP 25 / Elixir 1.13
variable "second" is unused (if the variable is not meant to be used, prefix it with an underscore)
Test on OTP 25 / Elixir 1.13
variable "found" is unused (if the variable is not meant to be used, prefix it with an underscore)
Test on OTP 25 / Elixir 1.13
variable "b" is unused (if the variable is not meant to be used, prefix it with an underscore)
Test on OTP 25 / Elixir 1.13
variable "a" is unused (if the variable is not meant to be used, prefix it with an underscore)
Test on OTP 25 / Elixir 1.13: config/config.exs#L4
variable "f" does not exist and is being expanded to "f()", please use parentheses to remove the ambiguity or change the variable name
Test on OTP 25 / Elixir 1.14
variable "b" is unused (if the variable is not meant to be used, prefix it with an underscore)
Test on OTP 25 / Elixir 1.14
variable "a" is unused (if the variable is not meant to be used, prefix it with an underscore)
Test on OTP 25 / Elixir 1.14: config/config.exs#L4
variable "f" does not exist and is being expanded to "f()", please use parentheses to remove the ambiguity or change the variable name
Test on OTP 26 / Elixir 1.15.6
variable "b" is unused (if the variable is not meant to be used, prefix it with an underscore)
Test on OTP 26 / Elixir 1.15.6
variable "a" is unused (if the variable is not meant to be used, prefix it with an underscore)