-
-
Notifications
You must be signed in to change notification settings - Fork 953
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
refactor(locale)!: remove location data index-value-binding #2476
refactor(locale)!: remove location data index-value-binding #2476
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## next #2476 +/- ##
==========================================
- Coverage 99.96% 99.95% -0.01%
==========================================
Files 2971 2966 -5
Lines 212620 212579 -41
Branches 597 950 +353
==========================================
- Hits 212546 212490 -56
- Misses 74 89 +15
|
Looks good to me. |
…dex-from-representation-value
…dex-from-representation-value
…dex-from-representation-value
Since we change the layout of our locale data, I think we should merge this in v9.0. |
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.
I checked that no new files have been added in the meantime.
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.
docs/guide/upgrading_v9/2476.md
file required
Looking at #2505, would it make sense to "flatten" this definitions as well? So instead of |
We could do that, but these files are so small, that it would be harder to review the files if split up. |
…dex-from-representation-value
✅ Deploy Preview for fakerjs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
I put "needs decision" as I'd like to discuss my last comment in the next team meeting. |
…dex-from-representation-value
Team Decision We will not flatten the definitions in the same way as #2505 . Reason:
|
…dex-from-representation-value
…dex-from-representation-value
Removes the requirement for direction locale data lists to be sorted in a specific order.