Skip to content

Conversation

@bruschke
Copy link

Summary

  • Replaced deprecated use Bitwise with import Bitwise to resolve the deprecation warning
  • This warning appears when compiling elixir-uuid as a dependency in Elixir 1.18+

Details

The use Bitwise, only_operators: true syntax has been deprecated in favor of import Bitwise. This change maintains full backward compatibility while eliminating the deprecation warning:

warning: use Bitwise is deprecated. import Bitwise instead

Test plan

  • Compiled the project successfully with mix compile
  • Verified the deprecation warning is resolved
  • No functional changes to the codebase

🤖 Generated with Claude Code

Replace deprecated 'use Bitwise' with 'import Bitwise' to resolve
the deprecation warning that appears when compiling as a dependency
in Elixir 1.18+.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
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

Successfully merging this pull request may close these issues.

1 participant