Skip to content

Deprecation Warning: use Bitwise is deprecated in newer Elixir versions #72

@Soimil

Description

@Soimil

Deprecation Warning: use Bitwise

Problem

warning: use Bitwise is deprecated. import Bitwise instead
lib/uuid.ex:2: UUID (module)

Location

# lib/uuid.ex
use Bitwise, only_operators: true

Fix

Replace with:

import Bitwise

Optionally restrict to:

import Bitwise, only: [&&&: 2, |||: 2, >>>: 2, <<</2, ^^^: 2, ~~~: 1]

Request

Please update the library to remove this warning.
Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions