Skip to content

Ensure the remote control node and server use the same Elixir executable #2513

Ensure the remote control node and server use the same Elixir executable

Ensure the remote control node and server use the same Elixir executable #2513

Triggered via pull request July 19, 2024 16:23
Status Failure
Total duration 10m 8s
Artifacts

elixir.yml

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

Annotations

98 errors and 93 warnings
Test on OTP 26 / Elixir 1.16: apps/remote_control/test/lexical/remote_control/project_node_test.exs#L27
test it should be stopped atomically when the startup process is dead (Lexical.RemoteControl.ProjectNodeTest)
Test on OTP 26 / Elixir 1.16: apps/remote_control/test/lexical/remote_control/project_node_test.exs#L17
test it should be able to stop a project node and won't restart (Lexical.RemoteControl.ProjectNodeTest)
Test on OTP 26 / Elixir 1.16: apps/remote_control/test/lexical/remote_control_test.exs#L36
test detecting an umbrella app keeps the current directory if it's started in the parent app (Lexical.RemoteControlTest)
Test on OTP 26 / Elixir 1.16: apps/remote_control/test/lexical/remote_control_test.exs#L21
test detecting an umbrella app it changes the directory to the root if it's started in a subapp (Lexical.RemoteControlTest)
Test on OTP 26 / Elixir 1.16: apps/remote_control/test/lexical/remote_control/code_mod/format_test.exs#L132
test emitting diagnostics it should emit diagnostics when a syntax error occurs (Lexical.RemoteControl.CodeMod.FormatTest)
Test on OTP 26 / Elixir 1.16: apps/remote_control/test/lexical/remote_control/build_test.exs#L475
test compiling source files changing a function's arity notifies the listener (Lexical.BuildTest)
Test on OTP 26 / Elixir 1.16: apps/remote_control/test/lexical/remote_control/build_test.exs#L146
test compilng a project with parse errors stuff when [span_in_diagnostic?: true] (Lexical.BuildTest)
Test on OTP 26 / Elixir 1.16: apps/remote_control/test/lexical/remote_control/build_test.exs#L616
test module sanitization a module that defines a macro is kept (Lexical.BuildTest)
Test on OTP 26 / Elixir 1.16: apps/remote_control/test/lexical/remote_control/build_test.exs#L82
test compiling a project receives metadata about the defined modules (Lexical.BuildTest)
Test on OTP 26 / Elixir 1.16: apps/remote_control/test/lexical/remote_control/build_test.exs#L185
test compiling source files handles syntax errors (Lexical.BuildTest)
Test on OTP 25 / Elixir 1.16
The job was canceled because "_1_16_26" failed.
Test on OTP 25 / Elixir 1.16: apps/remote_control/test/lexical/remote_control/build_test.exs#L259
test compiling source files handles compile errors with suggestions (Lexical.BuildTest)
Test on OTP 25 / Elixir 1.16: apps/remote_control/test/lexical/remote_control/build_test.exs#L120
test compiling a project that has errors it reports the errors (Lexical.BuildTest)
Test on OTP 25 / Elixir 1.16: apps/remote_control/test/lexical/remote_control/build_test.exs#L82
test compiling a project receives metadata about the defined modules (Lexical.BuildTest)
Test on OTP 25 / Elixir 1.16: apps/remote_control/test/lexical/remote_control/build_test.exs#L73
test compiling a project sends a message when complete (Lexical.BuildTest)
Test on OTP 25 / Elixir 1.16: apps/remote_control/test/lexical/remote_control/build_test.exs#L455
test compiling source files removing a function notifies the listener (Lexical.BuildTest)
Test on OTP 25 / Elixir 1.16: apps/remote_control/test/lexical/remote_control/build_test.exs#L605
test module sanitization a module that defines a function is kept (Lexical.BuildTest)
Test on OTP 25 / Elixir 1.16: apps/remote_control/test/lexical/remote_control/build_test.exs#L146
test compilng a project with parse errors stuff when [span_in_diagnostic?: true] (Lexical.BuildTest)
Test on OTP 25 / Elixir 1.16: apps/remote_control/test/lexical/remote_control/build_test.exs#L95
test compiling an umbrella project it sends a message when compilation is complete (Lexical.BuildTest)
Test on OTP 25 / Elixir 1.16: apps/remote_control/test/lexical/remote_control/build_test.exs#L553
test app config allows config to be read (Lexical.BuildTest)
Test on OTP 25 / Elixir 1.16: apps/remote_control/test/lexical/remote_control/build_test.exs#L401
test compiling source files adding a new module notifies the listener (Lexical.BuildTest)
Test on OTP 25 / Elixir 1.13
The job was canceled because "_1_16_26" failed.
Test on OTP 25 / Elixir 1.15.6
The job was canceled because "_1_16_26" failed.
Test on OTP 25 / Elixir 1.13: apps/remote_control/test/lexical/remote_control_test.exs#L21
test detecting an umbrella app it changes the directory to the root if it's started in a subapp (Lexical.RemoteControlTest)
Test on OTP 25 / Elixir 1.15.6: apps/remote_control/test/lexical/remote_control/build_test.exs#L424
test compiling source files adding multiple modules notifies the listener for each module (Lexical.BuildTest)
Test on OTP 25 / Elixir 1.13: apps/remote_control/test/lexical/remote_control_test.exs#L36
test detecting an umbrella app keeps the current directory if it's started in the parent app (Lexical.RemoteControlTest)
Test on OTP 25 / Elixir 1.15.6: apps/remote_control/test/lexical/remote_control/build_test.exs#L574
test module sanitization editing a module clears intermediate modules (Lexical.BuildTest)
Test on OTP 25 / Elixir 1.13: apps/remote_control/test/lexical/remote_control/project_node_test.exs#L17
test it should be able to stop a project node and won't restart (Lexical.RemoteControl.ProjectNodeTest)
Test on OTP 25 / Elixir 1.15.6: apps/remote_control/test/lexical/remote_control/build_test.exs#L242
test compiling source files handles function clause errors (Lexical.BuildTest)
Test on OTP 25 / Elixir 1.13: apps/remote_control/test/lexical/remote_control/project_node_test.exs#L27
test it should be stopped atomically when the startup process is dead (Lexical.RemoteControl.ProjectNodeTest)
Test on OTP 25 / Elixir 1.15.6: apps/remote_control/test/lexical/remote_control/build_test.exs#L475
test compiling source files changing a function's arity notifies the listener (Lexical.BuildTest)
Test on OTP 25 / Elixir 1.13: apps/remote_control/test/lexical/remote_control/code_mod/format_test.exs#L132
test emitting diagnostics it should emit diagnostics when a syntax error occurs (Lexical.RemoteControl.CodeMod.FormatTest)
Test on OTP 25 / Elixir 1.15.6: apps/remote_control/test/lexical/remote_control/build_test.exs#L134
test compilng a project with parse errors stuff (Lexical.BuildTest)
Test on OTP 25 / Elixir 1.13: apps/remote_control/test/lexical/remote_control/build_test.exs#L605
test module sanitization a module that defines a function is kept (Lexical.BuildTest)
Test on OTP 25 / Elixir 1.15.6: apps/remote_control/test/lexical/remote_control/build_test.exs#L95
test compiling an umbrella project it sends a message when compilation is complete (Lexical.BuildTest)
Test on OTP 25 / Elixir 1.13: apps/remote_control/test/lexical/remote_control/build_test.exs#L340
test compiling source files reports unused defp functions (Lexical.BuildTest)
Test on OTP 25 / Elixir 1.13: apps/remote_control/test/lexical/remote_control/build_test.exs#L383
test compiling source files reports multiple errors (Lexical.BuildTest)
Test on OTP 25 / Elixir 1.15.6: apps/remote_control/test/lexical/remote_control/build_test.exs#L383
test compiling source files reports multiple errors (Lexical.BuildTest)
Test on OTP 25 / Elixir 1.13: apps/remote_control/test/lexical/remote_control/build_test.exs#L161
test when compiling a project that has warnings it reports them (Lexical.BuildTest)
Test on OTP 25 / Elixir 1.15.6: apps/remote_control/test/lexical/remote_control/build_test.exs#L73
test compiling a project sends a message when complete (Lexical.BuildTest)
Test on OTP 25 / Elixir 1.13: apps/remote_control/test/lexical/remote_control/build_test.exs#L475
test compiling source files changing a function's arity notifies the listener (Lexical.BuildTest)
Test on OTP 25 / Elixir 1.15.6: apps/remote_control/test/lexical/remote_control/build_test.exs#L495
test compiling source files adding a macro notifies the listener (Lexical.BuildTest)
Test on OTP 25 / Elixir 1.15.6: apps/remote_control/test/lexical/remote_control/build_test.exs#L595
test module sanitization empty modules are kept (Lexical.BuildTest)
Test on OTP 25 / Elixir 1.17
The job was canceled because "_1_16_26" failed.
Test on OTP 26 / Elixir 1.17
The job was canceled because "_1_16_26" failed.
Test on OTP 26 / Elixir 1.17: apps/remote_control/test/lexical/remote_control/code_mod/format_test.exs#L132
test emitting diagnostics it should emit diagnostics when a syntax error occurs (Lexical.RemoteControl.CodeMod.FormatTest)
Test on OTP 26 / Elixir 1.17: apps/remote_control/test/lexical/remote_control_test.exs#L21
test detecting an umbrella app it changes the directory to the root if it's started in a subapp (Lexical.RemoteControlTest)
Test on OTP 26 / Elixir 1.17: apps/remote_control/test/lexical/remote_control_test.exs#L36
test detecting an umbrella app keeps the current directory if it's started in the parent app (Lexical.RemoteControlTest)
Test on OTP 26 / Elixir 1.17: apps/remote_control/test/lexical/remote_control/project_node_test.exs#L17
test it should be able to stop a project node and won't restart (Lexical.RemoteControl.ProjectNodeTest)
Test on OTP 26 / Elixir 1.17: apps/remote_control/test/lexical/remote_control/project_node_test.exs#L27
test it should be stopped atomically when the startup process is dead (Lexical.RemoteControl.ProjectNodeTest)
Test on OTP 26 / Elixir 1.17: apps/remote_control/test/lexical/remote_control/build_test.exs#L411
test compiling source files adding a non-loaded module notifies the listener (Lexical.BuildTest)
Test on OTP 26 / Elixir 1.17: apps/remote_control/test/lexical/remote_control/build_test.exs#L595
test module sanitization empty modules are kept (Lexical.BuildTest)
Test on OTP 26 / Elixir 1.17: apps/remote_control/test/lexical/remote_control/build_test.exs#L652
test exceptions during compilation compiling a project with callback errors (Lexical.BuildTest)
Test on OTP 26 / Elixir 1.17: apps/remote_control/test/lexical/remote_control/build_test.exs#L605
test module sanitization a module that defines a function is kept (Lexical.BuildTest)
Test on OTP 25 / Elixir 1.17: apps/remote_control/test/lexical/remote_control/build_test.exs#L242
test compiling source files handles function clause errors (Lexical.BuildTest)
Test on OTP 26 / Elixir 1.17: apps/remote_control/test/lexical/remote_control/build_test.exs#L509
test compiling source files removing a macro notifies the listener (Lexical.BuildTest)
Test on OTP 25 / Elixir 1.17: apps/remote_control/test/lexical/remote_control/build_test.exs#L146
test compilng a project with parse errors stuff when [span_in_diagnostic?: true] (Lexical.BuildTest)
Test on OTP 25 / Elixir 1.17: apps/remote_control/test/lexical/remote_control/build_test.exs#L627
test module sanitization a module that defines a struct is kept (Lexical.BuildTest)
Test on OTP 25 / Elixir 1.17: apps/remote_control/test/lexical/remote_control/build_test.exs#L82
test compiling a project receives metadata about the defined modules (Lexical.BuildTest)
Test on OTP 25 / Elixir 1.17: apps/remote_control/test/lexical/remote_control/build_test.exs#L185
test compiling source files handles syntax errors (Lexical.BuildTest)
Test on OTP 25 / Elixir 1.17: apps/remote_control/test/lexical/remote_control/build_test.exs#L73
test compiling a project sends a message when complete (Lexical.BuildTest)
Test on OTP 25 / Elixir 1.17: apps/remote_control/test/lexical/remote_control/build_test.exs#L411
test compiling source files adding a non-loaded module notifies the listener (Lexical.BuildTest)
Test on OTP 25 / Elixir 1.17: apps/remote_control/test/lexical/remote_control/build_test.exs#L475
test compiling source files changing a function's arity notifies the listener (Lexical.BuildTest)
Test on OTP 25 / Elixir 1.17: apps/remote_control/test/lexical/remote_control/build_test.exs#L638
test module sanitization a module with typespecs is kept (Lexical.BuildTest)
Test on OTP 25 / Elixir 1.17: apps/remote_control/test/lexical/remote_control/build_test.exs#L259
test compiling source files handles compile errors with suggestions (Lexical.BuildTest)
Test on OTP 25 / Elixir 1.14
The job was canceled because "_1_16_26" failed.
Test on OTP 25 / Elixir 1.14: apps/remote_control/test/lexical/remote_control_test.exs#L36
test detecting an umbrella app keeps the current directory if it's started in the parent app (Lexical.RemoteControlTest)
Test on OTP 25 / Elixir 1.14: apps/remote_control/test/lexical/remote_control_test.exs#L21
test detecting an umbrella app it changes the directory to the root if it's started in a subapp (Lexical.RemoteControlTest)
Test on OTP 25 / Elixir 1.14: apps/remote_control/test/lexical/remote_control/project_node_test.exs#L27
test it should be stopped atomically when the startup process is dead (Lexical.RemoteControl.ProjectNodeTest)
Test on OTP 25 / Elixir 1.14: apps/remote_control/test/lexical/remote_control/project_node_test.exs#L17
test it should be able to stop a project node and won't restart (Lexical.RemoteControl.ProjectNodeTest)
Test on OTP 25 / Elixir 1.14: apps/remote_control/test/lexical/remote_control/code_mod/format_test.exs#L132
test emitting diagnostics it should emit diagnostics when a syntax error occurs (Lexical.RemoteControl.CodeMod.FormatTest)
Test on OTP 25 / Elixir 1.14: apps/remote_control/test/lexical/remote_control/build_test.exs#L574
test module sanitization editing a module clears intermediate modules (Lexical.BuildTest)
Test on OTP 25 / Elixir 1.14: apps/remote_control/test/lexical/remote_control/build_test.exs#L424
test compiling source files adding multiple modules notifies the listener for each module (Lexical.BuildTest)
Test on OTP 25 / Elixir 1.14: apps/remote_control/test/lexical/remote_control/build_test.exs#L495
test compiling source files adding a macro notifies the listener (Lexical.BuildTest)
Test on OTP 25 / Elixir 1.14: apps/remote_control/test/lexical/remote_control/build_test.exs#L207
test compiling source files handles missing token errors (Lexical.BuildTest)
Test on OTP 25 / Elixir 1.14: apps/remote_control/test/lexical/remote_control/build_test.exs#L411
test compiling source files adding a non-loaded module notifies the listener (Lexical.BuildTest)
Test on OTP 27 / Elixir 1.17
The job was canceled because "_1_16_26" failed.
Test on OTP 27 / Elixir 1.17: apps/remote_control/test/lexical/remote_control/code_mod/format_test.exs#L132
test emitting diagnostics it should emit diagnostics when a syntax error occurs (Lexical.RemoteControl.CodeMod.FormatTest)
Test on OTP 27 / Elixir 1.17: apps/remote_control/test/lexical/remote_control/build_test.exs#L95
test compiling an umbrella project it sends a message when compilation is complete (Lexical.BuildTest)
Test on OTP 27 / Elixir 1.17: apps/remote_control/test/lexical/remote_control/build_test.exs#L161
test when compiling a project that has warnings it reports them (Lexical.BuildTest)
Test on OTP 27 / Elixir 1.17: apps/remote_control/test/lexical/remote_control/build_test.exs#L221
test compiling source files handles compile errors (Lexical.BuildTest)
Test on OTP 27 / Elixir 1.17: apps/remote_control/test/lexical/remote_control/build_test.exs#L424
test compiling source files adding multiple modules notifies the listener for each module (Lexical.BuildTest)
Test on OTP 27 / Elixir 1.17: apps/remote_control/test/lexical/remote_control/build_test.exs#L509
test compiling source files removing a macro notifies the listener (Lexical.BuildTest)
Test on OTP 27 / Elixir 1.17: apps/remote_control/test/lexical/remote_control/build_test.exs#L595
test module sanitization empty modules are kept (Lexical.BuildTest)
Test on OTP 27 / Elixir 1.17: apps/remote_control/test/lexical/remote_control/build_test.exs#L411
test compiling source files adding a non-loaded module notifies the listener (Lexical.BuildTest)
Test on OTP 27 / Elixir 1.17: apps/remote_control/test/lexical/remote_control/build_test.exs#L627
test module sanitization a module that defines a struct is kept (Lexical.BuildTest)
Test on OTP 27 / Elixir 1.17: apps/remote_control/test/lexical/remote_control/build_test.exs#L669
test exceptions during compilation compiling a file with callback errors (Lexical.BuildTest)
Test on OTP 26 / Elixir 1.15.6
The job was canceled because "_1_16_26" failed.
Test on OTP 26 / Elixir 1.15.6: apps/remote_control/test/lexical/remote_control/code_mod/format_test.exs#L132
test emitting diagnostics it should emit diagnostics when a syntax error occurs (Lexical.RemoteControl.CodeMod.FormatTest)
Test on OTP 26 / Elixir 1.15.6: apps/remote_control/test/lexical/remote_control_test.exs#L36
test detecting an umbrella app keeps the current directory if it's started in the parent app (Lexical.RemoteControlTest)
Test on OTP 26 / Elixir 1.15.6: apps/remote_control/test/lexical/remote_control_test.exs#L21
test detecting an umbrella app it changes the directory to the root if it's started in a subapp (Lexical.RemoteControlTest)
Test on OTP 26 / Elixir 1.15.6: apps/remote_control/test/lexical/remote_control/build_test.exs#L401
test compiling source files adding a new module notifies the listener (Lexical.BuildTest)
Test on OTP 26 / Elixir 1.15.6: apps/remote_control/test/lexical/remote_control/build_test.exs#L276
test compiling source files reports unused variables (Lexical.BuildTest)
Test on OTP 26 / Elixir 1.15.6: apps/remote_control/test/lexical/remote_control/build_test.exs#L242
test compiling source files handles function clause errors (Lexical.BuildTest)
Test on OTP 26 / Elixir 1.15.6: apps/remote_control/test/lexical/remote_control/build_test.exs#L495
test compiling source files adding a macro notifies the listener (Lexical.BuildTest)
Test on OTP 26 / Elixir 1.15.6: apps/remote_control/test/lexical/remote_control/build_test.exs#L669
test exceptions during compilation compiling a file with callback errors (Lexical.BuildTest)
Test on OTP 26 / Elixir 1.15.6: apps/remote_control/test/lexical/remote_control/build_test.exs#L638
test module sanitization a module with typespecs is kept (Lexical.BuildTest)
Test on OTP 26 / Elixir 1.15.6: apps/remote_control/test/lexical/remote_control/build_test.exs#L553
test app config allows config to be read (Lexical.BuildTest)
Static analysis
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test on OTP 26 / Elixir 1.16
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test on OTP 26 / Elixir 1.16
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 26 / Elixir 1.16
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 26 / Elixir 1.16
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 26 / Elixir 1.16
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 26 / Elixir 1.16
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 26 / Elixir 1.16
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 26 / Elixir 1.16
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 26 / Elixir 1.16
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 26 / Elixir 1.16
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 26 / Elixir 1.16
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 25 / Elixir 1.16
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 25 / Elixir 1.16
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 25 / Elixir 1.16
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 25 / Elixir 1.16
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 25 / Elixir 1.16
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 25 / Elixir 1.16
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 25 / Elixir 1.16
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 25 / Elixir 1.16
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 25 / Elixir 1.16
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 25 / Elixir 1.16
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 25 / Elixir 1.13
variable "entry" is unused (if the variable is not meant to be used, prefix it with an underscore)
Test on OTP 25 / Elixir 1.13
variable "entry" 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: 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.17
min..max inside match is deprecated, you must always match on the step: min..max//var or min..max//_ if you want to ignore it
Test on OTP 25 / Elixir 1.17
1..-2 has a default step of -1, please write 1..-2//-1 instead
Test on OTP 25 / Elixir 1.17
min..max inside match is deprecated, you must always match on the step: min..max//var or min..max//_ if you want to ignore it
Test on OTP 25 / Elixir 1.17
_.._ inside match is deprecated, you must always match on the step: _.._//var or _.._//_ if you want to ignore it
Test on OTP 26 / Elixir 1.17
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 25 / Elixir 1.17
_.._ inside match is deprecated, you must always match on the step: _.._//var or _.._//_ if you want to ignore it
Test on OTP 26 / Elixir 1.17
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 26 / Elixir 1.17
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 25 / Elixir 1.17
min..max inside match is deprecated, you must always match on the step: min..max//var or min..max//_ if you want to ignore it
Test on OTP 26 / Elixir 1.17
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 25 / Elixir 1.17
min..max inside match is deprecated, you must always match on the step: min..max//var or min..max//_ if you want to ignore it
Test on OTP 26 / Elixir 1.17
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 25 / Elixir 1.17
min..min inside match is deprecated, you must always match on the step: min..min//var or min..min//_ if you want to ignore it
Test on OTP 26 / Elixir 1.17
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 25 / Elixir 1.17
min..max inside match is deprecated, you must always match on the step: min..max//var or min..max//_ if you want to ignore it
Test on OTP 26 / Elixir 1.17
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 25 / Elixir 1.17
min..max inside match is deprecated, you must always match on the step: min..max//var or min..max//_ if you want to ignore it
Test on OTP 26 / Elixir 1.17
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 25 / Elixir 1.17
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 26 / Elixir 1.17
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 25 / Elixir 1.17
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 26 / Elixir 1.17
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 25 / Elixir 1.17
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 25 / Elixir 1.17
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 25 / Elixir 1.17
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 25 / Elixir 1.17
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 25 / Elixir 1.17
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 25 / Elixir 1.17
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 25 / Elixir 1.17
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 25 / Elixir 1.17
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 26 / Elixir 1.17
min..max inside match is deprecated, you must always match on the step: min..max//var or min..max//_ if you want to ignore it
Test on OTP 26 / Elixir 1.17
1..-2 has a default step of -1, please write 1..-2//-1 instead
Test on OTP 26 / Elixir 1.17
min..max inside match is deprecated, you must always match on the step: min..max//var or min..max//_ if you want to ignore it
Test on OTP 26 / Elixir 1.17
_.._ inside match is deprecated, you must always match on the step: _.._//var or _.._//_ if you want to ignore it
Test on OTP 26 / Elixir 1.17
_.._ inside match is deprecated, you must always match on the step: _.._//var or _.._//_ if you want to ignore it
Test on OTP 26 / Elixir 1.17
min..max inside match is deprecated, you must always match on the step: min..max//var or min..max//_ if you want to ignore it
Test on OTP 26 / Elixir 1.17
min..max inside match is deprecated, you must always match on the step: min..max//var or min..max//_ if you want to ignore it
Test on OTP 26 / Elixir 1.17
min..min inside match is deprecated, you must always match on the step: min..min//var or min..min//_ if you want to ignore it
Test on OTP 26 / Elixir 1.17
min..max inside match is deprecated, you must always match on the step: min..max//var or min..max//_ if you want to ignore it
Test on OTP 26 / Elixir 1.17
min..max inside match is deprecated, you must always match on the step: min..max//var or min..max//_ if you want to ignore it
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 27 / Elixir 1.17
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 27 / Elixir 1.17
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 27 / Elixir 1.17
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 27 / Elixir 1.17
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 27 / Elixir 1.17
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 27 / Elixir 1.17
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 27 / Elixir 1.17
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 27 / Elixir 1.17
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 27 / Elixir 1.17
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 27 / Elixir 1.17
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 27 / Elixir 1.17
min..max inside match is deprecated, you must always match on the step: min..max//var or min..max//_ if you want to ignore it
Test on OTP 27 / Elixir 1.17
1..-2 has a default step of -1, please write 1..-2//-1 instead
Test on OTP 27 / Elixir 1.17
min..max inside match is deprecated, you must always match on the step: min..max//var or min..max//_ if you want to ignore it
Test on OTP 27 / Elixir 1.17
_.._ inside match is deprecated, you must always match on the step: _.._//var or _.._//_ if you want to ignore it
Test on OTP 27 / Elixir 1.17
_.._ inside match is deprecated, you must always match on the step: _.._//var or _.._//_ if you want to ignore it
Test on OTP 27 / Elixir 1.17
min..max inside match is deprecated, you must always match on the step: min..max//var or min..max//_ if you want to ignore it
Test on OTP 27 / Elixir 1.17
min..max inside match is deprecated, you must always match on the step: min..max//var or min..max//_ if you want to ignore it
Test on OTP 27 / Elixir 1.17
min..min inside match is deprecated, you must always match on the step: min..min//var or min..min//_ if you want to ignore it
Test on OTP 27 / Elixir 1.17
min..max inside match is deprecated, you must always match on the step: min..max//var or min..max//_ if you want to ignore it
Test on OTP 27 / Elixir 1.17
min..max inside match is deprecated, you must always match on the step: min..max//var or min..max//_ if you want to ignore it
Run Dialyzer
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run Dialyzer
use Bitwise is deprecated. import Bitwise instead
Run Dialyzer
Supervisor.Spec.worker/2 is deprecated. Use the new child specifications outlined in the Supervisor module instead