Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[Intl] Backport #28070#31341
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
[Intl] Backport #28070#31341
Uh oh!
There was an error while loading.Please reload this page.
Conversation
ro0NL commentedMay 1, 2019
Alternatively i can do a new PR for 4.2, after#31337, as the generated data is not really used by the translator component in 3.4 😕 |
ro0NL commentedMay 1, 2019 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
I also remember i discussed with@nicolas-grekas to backport#28833 as well, AFAIK then we'll generate 100% the same data between 3.4 and 4.2 (we should check) If so, we dont need to re-generate data per branch. One less trap, but one more BC break for the data ... |
nicolas-grekas left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Dealing with this in the same days as translations.
ro0NL commentedMay 1, 2019
actually this is a required step anyway, as we added timezones in master. So for each ICU update we need to remember it :) |
ro0NL commentedMay 1, 2019 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Discussed with@fabpot to close here and forget about it. Let's avoid the backporting/BC break hassle. Given the re-generation is required per branch/ICU update (sorry :P) we should rely on the process instead. |
Uh oh!
There was an error while loading.Please reload this page.
This is a backport of#28070 for the Intl component, to ensure consistent data generation as much as possible across branches. I bumped into it after refactoring in#31337 (comment), which also targets 3.4
this should avoid some merge conflicts / inconsistencies.