Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multiple warnings #34

Open
silva96 opened this issue Oct 11, 2018 · 0 comments
Open

multiple warnings #34

silva96 opened this issue Oct 11, 2018 · 0 comments

Comments

@silva96
Copy link

silva96 commented Oct 11, 2018

warning: variable "deps" does not exist and is being expanded to "deps()", please use parentheses to remove the ambiguity or change the variable name
 /app/deps/dotenv/mix.exs:8

warning: variable "find_env_path" does not exist and is being expanded to "find_env_path()", please use parentheses to remove the ambiguity or change the variable name
 lib/dotenv.ex:145

 warning: Dict.merge/2 is deprecated. Use the Map module for working with maps or the Keyword module for working with keyword lists
 lib/dotenv.ex:114

warning: HashDict.get/3 is deprecated. Use maps and the Map module instead
 Found at 2 locations:
 lib/dotenv/env.ex:14
 lib/dotenv/env.ex:18

warning: HashDict.new/0 is deprecated. Use maps and the Map module instead
| Found at 3 locations:
 lib/dotenv.ex:118
  lib/dotenv.ex:127
  lib/dotenv/env.ex:3

warning: HashDict.put/3 is deprecated. Use maps and the Map module instead
  lib/dotenv.ex:131
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

No branches or pull requests

1 participant