Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remaining warnings on published version #10

Open
2 tasks
thbar opened this issue Mar 28, 2024 · 0 comments
Open
2 tasks

Remaining warnings on published version #10

thbar opened this issue Mar 28, 2024 · 0 comments

Comments

@thbar
Copy link
Collaborator

thbar commented Mar 28, 2024

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

Corresponding tasks:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant