Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd writing direction to locale files #33556
Conversation
This comment has been minimized.
This comment has been minimized.
|
If you're wondering the purpose of this PR, it is to eventually support angular/angular-cli#16047 |
|
Thanks for this PR - generally looks good. A couple of items to look at. I think also that since we are well into the RC now, and this has a public API change, then this will probably go into 9.1.0 |
This comment has been minimized.
This comment has been minimized.
|
@petebacondarwin do you suggest I rebase this change on top of #33523? |
This comment has been minimized.
This comment has been minimized.
|
Let's hold off for 24 hours while we work out what release this could go in and what to do about that other PR. Cheers |
This comment has been minimized.
This comment has been minimized.
|
I've marked this as |
|
LGTM, for dev-infra |
This comment has been minimized.
This comment has been minimized.
|
I noticed that #33523 was merged in. I guess I'll rebase this PR on top of master. |
This comment has been minimized.
This comment has been minimized.
|
Thanks @doom777 - sorry I didn't get back to you earlier. |
This comment has been minimized.
This comment has been minimized.
|
This is now competing with #33584 since they will also conflict :-/ |
This comment has been minimized.
This comment has been minimized.
|
@petebacondarwin true, but my PR was here first ;-) Edit: they are also merged with #33523 |
This comment has been minimized.
This comment has been minimized.
|
The question is really whether this can go into |
This comment has been minimized.
This comment has been minimized.
|
@petebacondarwin BTW, why are these locale files checked into source control? Why not generate them during the build process? |
This comment has been minimized.
This comment has been minimized.
|
That is a good question. It has been like this for many years. That being said we should look into ways to automate the update of these to some Bazel rules... |
This comment has been minimized.
This comment has been minimized.
|
This is actually an outstanding task for the @angular/dev-infra-framework team. To determine if continuing to store them in the repository is the best option or if they should be generated at build time. And with whichever method, how to best do that going forward. |
This comment has been minimized.
This comment has been minimized.
|
Adding @IgorMinar to reviewers list, since there are changes to public API that need to be reviewed/approved. @IgorMinar, could you please have a look at the first commit (where the API changes are)? Thank you. |
This comment has been minimized.
This comment has been minimized.
|
blocked by: #33682 |
This comment has been minimized.
This comment has been minimized.
|
Hey, so we are in |
This comment has been minimized.
This comment has been minimized.
|
Sorry @doom777, the presubmits need to run again before merging. ETA 1-2 hours. |
This comment has been minimized.
This comment has been minimized.
|
Hi there, I rereviewed the PR again and noticed that Can you please update the PR with proper reexports, which will also trigger the need to update the public api guard (the CI failure will instruct you what command to run to do that). While this PR is large, it should not conflict with other PRs, so we shouldn't rush to get it in because of a fear that it will bit rot. It's more important that we merge it in in a functional state. |
This comment has been minimized.
This comment has been minimized.
|
@IgorMinar Thanks for that note. I have updated the code. Please review it. |
This comment has been minimized.
This comment has been minimized.
|
Hey, @IgorMinar @petebacondarwin can this PR move forward? |
This comment has been minimized.
This comment has been minimized.
|
Hey guys, just another ping on this PR. |
This comment has been minimized.
This comment has been minimized.
|
I'm afraid it is Thanksgiving in US - so it is unlikely anything will move on this before Tuesday. |
This comment has been minimized.
This comment has been minimized.
|
Hey, everyone. It's Tuesday here. Just pinging. |
|
Lgtm now. Thank you for making all the follow up changes. |
This comment has been minimized.
This comment has been minimized.
|
merge-assistance: global approval & caretaker can you please run presubmit? |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
angular-automatic-lock-bot
bot
commented
Jan 3, 2020
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
doom777 commentedNov 3, 2019
•
edited
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Locale files do not contain writing direction
What is the new behavior?
Locale files will contain writing direction
Does this PR introduce a breaking change?
Other information
Look at first commit for actual changes. Second commit is just generated locale files