Skip to content

Allow ruler functions to be used independently #169

Allow ruler functions to be used independently

Allow ruler functions to be used independently #169

Triggered via push July 9, 2024 09:42
Status Success
Total duration 5m 9s
Artifacts

elixir.yml

on: push
Matrix: Build and test
Fit to window
Zoom out
Zoom in

Annotations

16 warnings
Build and test (1.17.0, 27.0)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, 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/
Build and test (1.17.0, 27.0)
x..y inside match is deprecated, you must always match on the step: x..y//var or x..y//_ if you want to ignore it
Build and test (1.17.0, 27.0)
x..y inside match is deprecated, you must always match on the step: x..y//var or x..y//_ if you want to ignore it
Build and test (1.17.0, 27.0)
0..-2 has a default step of -1, please write 0..-2//-1 instead
Build and test (1.17.0, 27.0)
1..-1 has a default step of -1, please write 1..-1//-1 instead
Build and test (1.17.0, 27.0)
1..-2 has a default step of -1, please write 1..-2//-1 instead
Build and test (1.17.0, 27.0)
1..-2 has a default step of -1, please write 1..-2//-1 instead
Build and test (1.17.0, 27.0)
1..-2 has a default step of -1, please write 1..-2//-1 instead
Build and test (1.17.0, 27.0)
1..-2 has a default step of -1, please write 1..-2//-1 instead
Build and test (1.17.0, 27.0)
1..-2 has a default step of -1, please write 1..-2//-1 instead
Build and test (1.17.0, 27.0)
1..-2 has a default step of -1, please write 1..-2//-1 instead
Build and test (1.15.6, 26.1)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, 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/
Build and test (1.15.6, 26.1)
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Build and test (1.16.2, 26.1, true)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, 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/
Build and test (1.16.2, 26.1, true)
in order to compile .yrl files, you must add "compilers: [:yecc] ++ Mix.compilers()" to the "def project" section of erlex's mix.exs
Build and test (1.16.2, 26.1, true)
in order to compile .xrl files, you must add "compilers: [:leex] ++ Mix.compilers()" to the "def project" section of erlex's mix.exs