Skip to content
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

Sync amendments to Intl-402 #3058

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Sync amendments to Intl-402 #3058

wants to merge 6 commits into from

Conversation

anba
Copy link
Contributor

@anba anba commented Dec 9, 2024

No description provided.

Copy link

codecov bot commented Dec 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.73%. Comparing base (6800295) to head (d3e3ecb).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3058   +/-   ##
=======================================
  Coverage   95.73%   95.73%           
=======================================
  Files          21       21           
  Lines        9716     9716           
  Branches     1742     1742           
=======================================
  Hits         9302     9302           
  Misses        363      363           
  Partials       51       51           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Collaborator

@ptomato ptomato left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! I believe you missed a couple of name changes, otherwise looks good.

@@ -1160,7 +854,7 @@ <h1>
1. Set _relevantFieldsEqual_ to *false*.
1. If _relevantFieldsEqual_ is *true*, then
1. Let _collapsedResult_ be a new empty List.
1. Let _resultParts_ be <del>!</del> FormatDateTimePattern(_dateTimeFormat_, _format_, _pattern_, _x_).
1. Let _resultParts_ be FormatDateTimePattern(_dateTimeFormat_, _format_, _pattern_, _x_).
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
1. Let _resultParts_ be FormatDateTimePattern(_dateTimeFormat_, _format_, _pattern_, _x_).
1. Let _resultParts_ be FormatDateTimePattern(_dateTimeFormat_, _format_, _pattern_, _xEpochNanoseconds_).

Comment on lines 868 to 870
1. Let _z_ be _x_.
1. Else,
1. Let _z_ be _y_.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
1. Let _z_ be _x_.
1. Else,
1. Let _z_ be _y_.
1. Let _z_ be _xEpochNanoseconds_.
1. Else,
1. Let _z_ be _yEpochNanoseconds_.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants