Skip to content

pattern matching on 0.0 is equivalent to matching only on +0.0 from Erlang/OTP 27+. Instead you must match on +0.0 or -0.0 #5

pattern matching on 0.0 is equivalent to matching only on +0.0 from Erlang/OTP 27+. Instead you must match on +0.0 or -0.0

pattern matching on 0.0 is equivalent to matching only on +0.0 from Erlang/OTP 27+. Instead you must match on +0.0 or -0.0 #5

Triggered via pull request September 26, 2024 19:48
@nathany-copianathany-copia
synchronize #2
ci
Status Failure
Total duration 1m 0s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 2 warnings
Elixir Tests
Process completed with exit code 1.
Dialyzer
Process completed with exit code 1.
Elixir Tests
min..max inside match is deprecated, you must always match on the step: min..max//var or min..max//_ if you want to ignore it
Dialyzer
min..max inside match is deprecated, you must always match on the step: min..max//var or min..max//_ if you want to ignore it