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

Warning on Elixir 1.16 #142

Closed
thbar opened this issue Mar 29, 2024 · 3 comments
Closed

Warning on Elixir 1.16 #142

thbar opened this issue Mar 29, 2024 · 3 comments

Comments

@thbar
Copy link

thbar commented Mar 29, 2024

    warning: Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
    │
  6 │   if Application.get_env(:bypass, :enable_debug_log, false) do
    │                  ~
    │
    └─ lib/bypass/utils.ex:6:18: Bypass.Utils (module)
@wkirschbaum
Copy link

This should be fixed by: #139 and the commit in the comments.

@bszaf
Copy link
Contributor

bszaf commented Apr 10, 2024

Resolved via #139

@bszaf bszaf closed this as completed Apr 10, 2024
@thbar
Copy link
Author

thbar commented Apr 10, 2024

Thank you!!!

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

3 participants