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

Editorial: Add missing check in ParseTemporalInstant. #2084

Merged
merged 1 commit into from
Mar 10, 2022

Conversation

Ms2ger
Copy link
Collaborator

@Ms2ger Ms2ger commented Mar 10, 2022

Without this check, we hit an assertion failure in CreateTemporalInstant, so I'm considering the change to be editorial.

Without this check, we hit an assertion failure in CreateTemporalInstant, so I'm considering the change to be editorial.
@codecov
Copy link

codecov bot commented Mar 10, 2022

Codecov Report

Merging #2084 (174f930) into main (0f5187c) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #2084   +/-   ##
=======================================
  Coverage   92.34%   92.34%           
=======================================
  Files          19       19           
  Lines       10986    10986           
  Branches     1580     1580           
=======================================
  Hits        10145    10145           
  Misses        821      821           
  Partials       20       20           
Flag Coverage Δ
test262 81.51% <ø> (ø)
tests 84.90% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0f5187c...174f930. Read the comment docs.

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.

Looks correct, thanks!

@ptomato ptomato merged commit baead4d into main Mar 10, 2022
@ptomato ptomato deleted the ParseTemporalInstant branch March 10, 2022 18:14
@ptomato ptomato added the spec-text Specification text involved label Mar 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
spec-text Specification text involved
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants