elixir-browser icon indicating copy to clipboard operation
elixir-browser copied to clipboard

Fix warnings introduced with Elixir 1.14

Open jarrodmoldrich opened this issue 2 years ago • 1 comments

Indulging in a satisfying yak shave. Fixed some warnings. Tested with latest OTP 26/Elixir 1.15.6

- `compile_env` should be used instead of `get_env` at module level to avoid silent corruption when run-time values conflict with compile-time
- use `import Config` instead of `use Mix.Config`

jarrodmoldrich avatar Sep 23 '23 07:09 jarrodmoldrich

bump

vanderhoop avatar Jun 10 '24 23:06 vanderhoop

Thanks!

danhper avatar Jul 27 '24 10:07 danhper