Skip to content

feat: basic symbol table #76

feat: basic symbol table

feat: basic symbol table #76

Triggered via pull request June 25, 2023 18:33
Status Failure
Total duration 4m 15s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yaml

on: pull_request
Formatter (1.14.x/25.x)
12s
Formatter (1.14.x/25.x)
dialyzer
4m 5s
dialyzer
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

15 errors and 17 warnings
Test (1.13.x/24.x): lib/next_ls.ex#L218
** (CompileError) lib/next_ls.ex:218: undefined function dbg/1 (expected NextLS to define such a function or for it to be imported, but none are available)
Test (1.13.x/24.x)
Process completed with exit code 1.
Test (1.13.x/25.x)
The job was canceled because "_24_x_1_13_x" failed.
Test (1.13.x/25.x): lib/next_ls.ex#L218
** (CompileError) lib/next_ls.ex:218: undefined function dbg/1 (expected NextLS to define such a function or for it to be imported, but none are available)
Test (1.13.x/25.x)
Process completed with exit code 1.
Test (1.14.x/25.x)
The job was canceled because "_24_x_1_13_x" failed.
Test (1.14.x/25.x)
The operation was canceled.
Test (1.14.x/24.x)
The job was canceled because "_24_x_1_13_x" failed.
Test (1.14.x/24.x)
The operation was canceled.
Test (1.15.x/25.x)
The job was canceled because "_24_x_1_13_x" failed.
Test (1.15.x/25.x): test/next_ls/runtime_test.exs#L51
test compiles the code and returns diagnostics (NextLs.RuntimeTest)
Test (1.15.x/25.x)
The operation was canceled.
Test (1.15.x/24.x)
The job was canceled because "_24_x_1_13_x" failed.
Test (1.15.x/24.x): test/next_ls/runtime_test.exs#L51
test compiles the code and returns diagnostics (NextLs.RuntimeTest)
Test (1.15.x/24.x)
The operation was canceled.
Test (1.13.x/24.x): lib/next_ls.ex#L358
undefined function dbg/1 (expected NextLS to define such a function or for it to be imported, but none are available)
Test (1.13.x/24.x): lib/next_ls.ex#L219
undefined function dbg/1 (expected NextLS to define such a function or for it to be imported, but none are available)
Test (1.13.x/24.x)
variable "arg1" is unused (if the variable is not meant to be used, prefix it with an underscore)
Test (1.13.x/25.x): lib/next_ls.ex#L358
undefined function dbg/1 (expected NextLS to define such a function or for it to be imported, but none are available)
Test (1.13.x/25.x): lib/next_ls.ex#L219
undefined function dbg/1 (expected NextLS to define such a function or for it to be imported, but none are available)
Test (1.13.x/25.x)
variable "arg1" is unused (if the variable is not meant to be used, prefix it with an underscore)
Test (1.14.x/25.x)
variable "arg1" is unused (if the variable is not meant to be used, prefix it with an underscore)
Test (1.14.x/24.x)
variable "arg1" is unused (if the variable is not meant to be used, prefix it with an underscore)
Test (1.15.x/25.x)
variable "arg1" is unused (if the variable is not meant to be used, prefix it with an underscore)
Test (1.15.x/25.x): lib/next_ls.ex#L3
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Test (1.15.x/25.x)
the log level :warn is deprecated, use :warning instead
Test (1.15.x/25.x): lib/next_ls.ex#L3
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Test (1.15.x/24.x): lib/next_ls.ex#L3
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Test (1.15.x/24.x)
the log level :warn is deprecated, use :warning instead
Test (1.15.x/24.x)
variable "arg1" is unused (if the variable is not meant to be used, prefix it with an underscore)
Test (1.15.x/24.x): lib/next_ls.ex#L3
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
dialyzer
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead