barrel-db / rebar3_elixir_compile

Elixir rebar3 compiler plugin
Other
90 stars 29 forks source link

Fix reading of mix lock file to not output warning #38

Closed garazdawi closed 6 years ago

garazdawi commented 6 years ago

Elixir 1.7 started warning a lot when doing eval on keyword lists that contained unnecessary quoting of the key. Unfortunately a lot of mix lock files contain such atoms so a lot of warning were printed to stdout. With this change the warnings are suppressed and a better way to read the mix lock file is used.

I think this is a better way to solve https://github.com/barrel-db/rebar3_elixir_compile/pull/37.

benoitc commented 6 years ago

Thanks! I will make a release asap :)