You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
% mix deps.get
Resolving Hex dependencies...
Dependency resolution completed:
New:
configparser 4.0.0
All dependencies are up to date
% mix deps.compile
==> configparser
Compiling 2 files (.ex)
== Compilation error in file lib/ConfigParser/ParseState.ex ==
** (UndefinedFunctionError) function nil.new/0 is undefined. If you are using the dot syntax, such as map.field or module.function(), make sure the left side of the dot is an atom or a map
nil.new()
lib/ConfigParser/ParseState.ex:22: (module)
(stdlib 3.17) erl_eval.erl:685: :erl_eval.do_apply/6
could not compile dependency :configparser, "mix compile" failed. You can recompile this dependency with "mix deps.compile configparser", update it with "mix deps.update configparser" or clean it with "mix deps.clean configparser"
(Same thing with Elixir 1.9.)
The text was updated successfully, but these errors were encountered: