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

Deprecation warnings for use Bitwise #2

Closed
halostatue opened this issue Oct 26, 2023 · 1 comment
Closed

Deprecation warnings for use Bitwise #2

halostatue opened this issue Oct 26, 2023 · 1 comment

Comments

@halostatue
Copy link

==> bitwise_ip
Compiling 4 files (.ex)
warning: use Bitwise is deprecated. import Bitwise instead
  lib/bitwise_ip/block.ex:54: BitwiseIp.Block (module)

warning: use Bitwise is deprecated. import Bitwise instead
  lib/bitwise_ip/mask.ex:22: BitwiseIp.Mask (module)
ajvondrak added a commit that referenced this issue Jan 7, 2024
They also had the same `use Bitwise` -> `import Bitwise` needed for #2,
and their dependencies were out of date, so I went ahead and put some of
that polish on the scripts.

Running all of them again, it doesn't seem like the results have
materially changed since the last release of bitwise_ip, so I'm not
bothering to update the README or anything.
@ajvondrak
Copy link
Owner

Thanks for the report, just released the fix in v1.1.0. :)

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

2 participants