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
test.yml
on: pull_request
Elixir Tests
35s
Dialyzer
50s
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
|