benoitc / erlang-idna

Erlang IDNA lib
MIT License
43 stars 29 forks source link

Probably OTP20-related warnings. Lots of them! #20

Closed deadtrickster closed 7 years ago

deadtrickster commented 7 years ago
_build/default/lib/idna/src/idna_unicode_data.erl:13: Warning: key "<font> 0068" will be overridden in expression
_build/default/lib/idna/src/idna_unicode_data.erl:13: Warning: key "<font> 0068" will be overridden in expression
deadtrickster commented 7 years ago

Ok, now I'm confused. Can't find idna_unicode_data in this repo. Which version/fork hackney uses?

benoitc commented 7 years ago

@deadtrickster hackney is using the latest release. How can I reproduce your issue? Is this in Erlang?

deadtrickster commented 7 years ago

All our erlang projects at the company that use barrel_httpc throw this at compilation.

benoitc commented 7 years ago

i didn't reproduce it with barrel but anyway latest stable version should improve the situation. even in elixir.

let me know.

benoitc commented 7 years ago

fixed in latest version of idna