Closed tomciopp closed 4 years ago
Thanks for the PR @tomciopp !
I would like to keep :iex
and :syntax_tools
out of the list of extra applications, since they really should not be bundled into a release just because x509
is. The former is only called after calling Code.ensure_loaded?(IEx)
to detect when IEx is active, and the latter is a compile-time only dependency.
So I would propose to remove those and add the xref: [exclude: [IEx, :epp_dodger]]
project option.
@voltone updated
Great, thanks!
@voltone A bunch of new compiler warnings are emitted when using elixir 1.11.0. I've included one below as an example.