Skip to content

Add interval

Add interval #170

Triggered via push June 26, 2024 05:53
Status Failure
Total duration 49s
Artifacts

ci.yml

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

Annotations

1 error and 11 warnings
Test on OTP 27.0 / Elixir 1.17.1
Process completed with exit code 1.
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
Test on OTP 27.0 / Elixir 1.17.1: lib/2020/day_16.ex#L57
a..b inside match is deprecated, you must always match on the step: a..b//var or a..b//_ if you want to ignore it
Test on OTP 27.0 / Elixir 1.17.1: lib/2020/day_16.ex#L57
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
Test on OTP 27.0 / Elixir 1.17.1: lib/2023/day_22.ex#L39
z1.._ inside match is deprecated, you must always match on the step: z1.._//var or z1.._//_ if you want to ignore it
Test on OTP 27.0 / Elixir 1.17.1: lib/2023/day_22.ex#L44
1.._ inside match is deprecated, you must always match on the step: 1.._//var or 1.._//_ if you want to ignore it
Test on OTP 27.0 / Elixir 1.17.1: lib/2023/day_22.ex#L54
_..bz2 inside match is deprecated, you must always match on the step: _..bz2//var or _..bz2//_ if you want to ignore it
Test on OTP 27.0 / Elixir 1.17.1: lib/2023/day_22.ex#L48
_..bz2 inside match is deprecated, you must always match on the step: _..bz2//var or _..bz2//_ if you want to ignore it
Test on OTP 27.0 / Elixir 1.17.1: lib/2023/day_22.ex#L68
az1.._ inside match is deprecated, you must always match on the step: az1.._//var or az1.._//_ if you want to ignore it