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
Problem: 'iex -S mix' fails with compilation errors, after a warning about a deprecated library.
I am running a recent Intel Mac with MacOS 12.0.1 and the latest Erlang and Elixir versions.
Fortunately, the fix is very simple: replace {:ex_unicode, "> 1.0"} with {:unicode, "> 1.13"}. This makes all tests pass and the examples from the presentation run as expected. This library is actually the same as before, but recently changed it's name.
Oh, and thank you for the libraries and your interesting and down-to-earth ElixirConf presentation!
The text was updated successfully, but these errors were encountered:
Problem: 'iex -S mix' fails with compilation errors, after a warning about a deprecated library.
I am running a recent Intel Mac with MacOS 12.0.1 and the latest Erlang and Elixir versions.
Fortunately, the fix is very simple: replace {:ex_unicode, "
> 1.0"} with {:unicode, "> 1.13"}. This makes all tests pass and the examples from the presentation run as expected. This library is actually the same as before, but recently changed it's name.Oh, and thank you for the libraries and your interesting and down-to-earth ElixirConf presentation!
The text was updated successfully, but these errors were encountered: