elixir-cldr / cldr_territories

Territory formatting functions for the Common Locale Data Repository (CLDR) package https://github.com/elixir-cldr/cldr
Other
23 stars 11 forks source link

Updates for ex_cldr 2.38.0 + bug fix #41

Closed kipcole9 closed 6 months ago

kipcole9 commented 7 months ago

When using ex_cldr_territories version 2.8.1 from hex, compilation fails with ex_cldr version 2.38.0 released yesterday. However ex_cldr_territories from master works perfectly fine so hopefully you're able to publish an update soon?

In running the tests with ex_cldr version 2.38.0 there are some data changes which made some tests fail due to either a difference in data sort order or because 2 doctests expected Cuba to have two currencies (the CUP has now been discontinued - so I changed the tests to use Haiti which still has two currencies).

Summary of changes

Schultzer commented 7 months ago

@kipcole9 Can you rebase this and only keep the changes to Cldr.Territory.info, since I believe that the other bugs have been addressed in #43