You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just saving the logs so we can investigate what is already included or not:
==> sizeable
Compiling 1 file (.ex)
warning: Logger.warn/1 is deprecated. Use Logger.warning/2 instead
│
19 │ Logger.warn("Using maps for options is deprecated. Please use Keyword Lists.")
│ ~
│
└─ lib/sizeable.ex:19:12: Sizeable.filesize/2
warning: 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
└─ lib/sizeable.ex: Sizeable.filesize/2
Just saving the logs so we can investigate what is already included or not:
Corresponding tasks:
Logger.warn
is handled in Fix Elixir 1.15+ warning #8 (but not released New release? #9)+0.0
remains to be handledThe text was updated successfully, but these errors were encountered: