-
Notifications
You must be signed in to change notification settings - Fork 10
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
Compilation Error When updating to ex_cldr 2.38.0 #42
Comments
The following fixed it for me:
For some reason line 16 of the territories.ex file isn't present in my deps folder:
Maybe a new release needs to be pushed. |
Yeah this looks like it was fixed in #37. Since 2.38.0 is out there should probably be a new release. |
Verified that @pejrich's fix (using a direct GitHub branch reference) fixed it. Hopefully a new release is imminent. |
@Schultzer is working on a new release (there is another PR I submitted ready for review). Sorry for the delay, I'm sure it will be out soon. |
@tomciopp I'm sorry for not releasing it yet, but can you try main? I want to ensure that our new integration test, which you can find here: elixir-cldr/cldr#230, isn't causing any issues. |
Just wanted to say (since the maintainers are on here), thank you for all your work on these libraries! |
Thanks, @atonse; it would be highly appreciated if you could also test-drive main. |
@Schultzer sure thing. cloning now and seeing if there are any issues. |
@Schultzer I tested the specific functionality where we use this in our app (a country list dropdown), and that worked perfectly. I also ran |
Will there be a new release on hex soon? The latest version there is still 2.8.1. |
Thanks for your patience; I've just released a new version. |
elixir: 1.16.2
erlang: 26.2.4
OS: MacOS 14.4.1
I'm running into issues compiling this package after updating to the latest releases of ex_cldr. I get the following error message.
I'm guessing that there's been some API change somewhere that has not been fixed upstream. Let me know if you need any more info or help debugging.
The text was updated successfully, but these errors were encountered: