Skip to content

Fix the deprecation warnings#9

Open
quentin-bettoum wants to merge 1 commit intottvd:masterfrom
quentin-bettoum:master
Open

Fix the deprecation warnings#9
quentin-bettoum wants to merge 1 commit intottvd:masterfrom
quentin-bettoum:master

Conversation

@quentin-bettoum
Copy link
Copy Markdown

Fixed the deprecation warnings by following the recommandations.

warning: use Mix.Config is deprecated. Use the Config module instead
  config/config.exs:3

Compiling 1 file (.ex)
warning: ^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
  lib/xxhash.ex:21:27

warning: ^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
  lib/xxhash.ex:46:27

The tests pass

@ttvd
Copy link
Copy Markdown
Owner

ttvd commented Sep 6, 2022

Hi Quentin, thanks for the fix! I will merge it asap, when I get a chance.

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.

2 participants