Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Library "ex_unicode" breaks build by changing name to "unicode" #1

Closed
kamidev opened this issue Oct 31, 2021 · 2 comments
Closed

Library "ex_unicode" breaks build by changing name to "unicode" #1

kamidev opened this issue Oct 31, 2021 · 2 comments

Comments

@kamidev
Copy link

kamidev commented Oct 31, 2021

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!

@vanessaklee
Copy link
Owner

Thanks, kamidev! I'll try this out after Code Beam American this week. Glad you enjoyed the talk at ElixirConf!

@vanessaklee
Copy link
Owner

Fixed in v1.1.8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants