ueberauth / ueberauth_identity

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

Issues with current elixir #19

Closed OvermindDL1 closed 7 years ago

OvermindDL1 commented 7 years ago

There are a listing of warnings that will become errors later that need to be fixed:

warning: Dict.get/3 is deprecated, use the Map module for working with maps or the Keyword module for working with keyword lists
  lib/ueberauth/strategy/identity.ex:57

warning: Dict.get/2 is deprecated, use the Map module for working with maps or the Keyword module for working with keyword lists
  lib/ueberauth/strategy/identity.ex:57

warning: variable "default_options" does not exist and is being expanded to "default_options()", please use parentheses to remove the ambiguity or change the variable name
  lib/ueberauth/strategy/identity.ex:57
doomspork commented 7 years ago

Thank you @OvermindDL1, this has been fixed on master. I'll be releasing a new version soon.

https://github.com/ueberauth/ueberauth_identity/commit/d3ea795a554ebf7cbfa28c0830b0439df42690d5

axelson commented 7 years ago

@doomspork Will you be able to release a new version soon? Would be great to get these warning removed.

axelson commented 6 years ago

Another ping :)