Skip to content

Use lib_elixir instead of vendoring elixir modules manually #585

Use lib_elixir instead of vendoring elixir modules manually

Use lib_elixir instead of vendoring elixir modules manually #585

Triggered via pull request August 15, 2024 21:22
Status Failure
Total duration 1m 20s
Artifacts

main.yml

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

Annotations

16 errors and 14 warnings
ci (1.13.4, 24.3): test/sourceror_test.exs#L139
test parse_string!/2 and to_string/2 comment position preservation spacing (SourcerorTest)
ci (1.13.4, 24.3): test/sourceror_test.exs#L288
test parse_string!/2 raises on invalid string (SourcerorTest)
ci (1.13.4, 24.3)
Process completed with exit code 2.
ci (1.12.3, 24.3, true): test/sourceror_test.exs#L139
test parse_string!/2 and to_string/2 comment position preservation spacing (SourcerorTest)
ci (1.12.3, 24.3, true)
Process completed with exit code 1.
ci (1.16.0, 26)
The job was canceled because "_1_13_4_24_3" failed.
ci (1.16.0, 26)
The operation was canceled.
ci (1.14.3, 25.2)
The job was canceled because "_1_13_4_24_3" failed.
ci (1.14.3, 25.2): test/sourceror_test.exs#L288
test parse_string!/2 raises on invalid string (SourcerorTest)
ci (1.14.3, 25.2)
The operation was canceled.
ci (1.13.4, 25.0.2)
The job was canceled because "_1_13_4_24_3" failed.
ci (1.13.4, 25.0.2): test/sourceror_test.exs#L139
test parse_string!/2 and to_string/2 comment position preservation spacing (SourcerorTest)
ci (1.13.4, 25.0.2): test/sourceror_test.exs#L288
test parse_string!/2 raises on invalid string (SourcerorTest)
ci (1.13.4, 25.0.2)
The operation was canceled.
ci (1.15.5, 26, true, true, true, true)
The job was canceled because "_1_13_4_24_3" failed.
ci (1.15.5, 26, true, true, true, true)
The operation was canceled.
ci (1.13.4, 24.3)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
ci (1.13.4, 24.3)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
ci (1.12.3, 24.3, true)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
ci (1.12.3, 24.3, true)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
ci (1.12.3, 24.3, true): lib/sourceror/code.ex#L78
Sourceror.Code.Formatter.to_algebra/2 is undefined (module Sourceror.Code.Formatter is not available or is yet to be defined)
ci (1.12.3, 24.3, true): lib/sourceror/code.ex#L77
Sourceror.Code.Normalizer.normalize/2 is undefined (module Sourceror.Code.Normalizer is not available or is yet to be defined)
ci (1.12.3, 24.3, true): lib/sourceror/code.ex#L21
:sourceror_elixir.string_to_tokens/5 is undefined (module :sourceror_elixir is not available or is yet to be defined)
ci (1.12.3, 24.3, true): lib/sourceror/code.ex#L22
:sourceror_elixir.tokens_to_quoted/3 is undefined (module :sourceror_elixir is not available or is yet to be defined)
ci (1.12.3, 24.3, true): lib/sourceror/code.ex#L37
:sourceror_errors.parse_error/4 is undefined (module :sourceror_errors is not available or is yet to be defined)
ci (1.14.3, 25.2)
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
ci (1.14.3, 25.2)
use Bitwise is deprecated. import Bitwise instead
ci (1.15.5, 26, true, true, true, true)
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
ci (1.15.5, 26, true, true, true, true)
use Bitwise is deprecated. import Bitwise instead
ci (1.15.5, 26, true, true, true, true)
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead