Skip to content

Remove warnings during compilation #171

Remove warnings during compilation

Remove warnings during compilation #171

Triggered via push June 26, 2024 06:42
Status Success
Total duration 2m 38s
Artifacts

ci.yml

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

Annotations

4 warnings
Test on OTP 27.0 / Elixir 1.17.1
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test on OTP 27.0 / Elixir 1.17.1
0..@branch_factor - 1 inside guards requires an explicit step, please write 0..@branch_factor - 1//1 or 0..@branch_factor - 1//-1 instead
Test on OTP 27.0 / Elixir 1.17.1
start..stop inside match is deprecated, you must always match on the step: start..stop//var or start..stop//_ if you want to ignore it
Test on OTP 27.0 / Elixir 1.17.1
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it