benoitc / erlang-idna

Erlang IDNA lib
MIT License
43 stars 29 forks source link

Do not require unicode_util_compat when using erlang / otp >= 20? #21

Closed exterm closed 7 years ago

exterm commented 7 years ago

Hi there, I ran into a problem when upgrading my application to erlang 20. I could not build a release anymore because

==> Release failed, during .boot generation:
        Duplicated modules: 
        unicode_util specified in stdlib and unicode_util_compat

I guess unicode_util_compat should not be used at all with erlang 20?

I should mention that my application is not using idna directly but through hackney.

My solution for now has been to stay on erlang 19.

benoitc commented 7 years ago

which version are you using? this should be fixed in latest and latest hackney master.

benoitc commented 7 years ago

fixed in latest version of idna.