Skip to content

Use trunc when idx is given as a float instead of an int #142

Use trunc when idx is given as a float instead of an int

Use trunc when idx is given as a float instead of an int #142

Triggered via pull request December 7, 2023 19:06
Status Success
Total duration 38s
Artifacts

elixir.yml

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

Annotations

1 warning
mix test (Elixir 1.15.x | OTP 26)
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead