ueberauth / ueberauth_google

Google OAuth2 Strategy for Überauth.
MIT License
166 stars 85 forks source link

Deprecation warnings even after an upgrade #64

Closed deeptianand closed 4 years ago

deeptianand commented 5 years ago

Hi! The project where this dependency is installed is on Elixir version 1.8.2. I have tried upgrading the version of this dependency(0.7) but the warnings persist. Does someone have insights into why this might be happening?

warning: variable "package" does not exist and is being expanded to "package()", please use parentheses to remove the ambiguity or change the variable name

warning: variable "description" does not exist and is being expanded to "description()", please use parentheses to remove the ambiguity or change the variable name

warning: variable "deps" does not exist and is being expanded to "deps()", please use parentheses to remove the ambiguity or change the variable name

warning: variable "docs" does not exist and is being expanded to "docs()", please use parentheses to remove the ambiguity or change the variable name

warning: variable "docs_extras" does not exist and is being expanded to "docs_extras()", please use parentheses to remove the ambiguity or change the variable name
doomspork commented 5 years ago

@deeptianand just style changes between Elixir versions, it should hurt anything. If you wanted to submit a PR to fix those warnings, that'd be great 👍

deeptianand-babylon commented 5 years ago

@doomspork That's great to know. Will do!

Hanspagh commented 4 years ago

Closing due to inactivity