ueberauth / ueberauth_identity

A username/password Strategy for Überauth
MIT License
80 stars 21 forks source link

Fix warnings for Elixir 1.4.0 #16

Closed xtian closed 7 years ago

xtian commented 7 years ago

I fixed a few warnings that were being output for function/variable ambiguity and the Dict module.

xtian commented 7 years ago

@doomspork Any further thoughts on this? As I understand it, breakages relating to the Elixir version could be introduced in two ways:

Both cases are covered by testing the oldest and newest supported versions. Anything else would be a semver violation by the Elixir project and should be fixed there.

doomspork commented 7 years ago

Thank you @xtian 👍