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 improvements #2757

Merged
merged 4 commits into from
Jan 22, 2024
Merged

Editorial improvements #2757

merged 4 commits into from
Jan 22, 2024

Conversation

ptomato
Copy link
Collaborator

@ptomato ptomato commented Jan 20, 2024

Various cleanups for editorial issues.

Closes: #2190
Closes: #2642

The ISO 8601 grammar should use ::: as it parses strings, not source text.
(: is for parsing tokens into parse nodes, and :: is for parsing code
points into tokens.)

Closes: #2190
…tion]]

To avoid confusion between ParseISODateTime and ParseTimeZoneIdentifier.

Closes: #2642
All uses of Hour[~Padded] were removed as of #2608. Only Hour[+Padded]
remains.
Copy link

codecov bot commented Jan 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (1a18bc0) 96.73% compared to head (bcf4be7) 96.73%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2757   +/-   ##
=======================================
  Coverage   96.73%   96.73%           
=======================================
  Files          21       21           
  Lines       12444    12444           
  Branches     2255     2255           
=======================================
  Hits        12038    12038           
  Misses        349      349           
  Partials       57       57           

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

Copy link
Collaborator

@justingrant justingrant left a comment

Choose a reason for hiding this comment

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

👍

@Ms2ger Ms2ger merged commit ae85b3c into main Jan 22, 2024
9 checks passed
@Ms2ger Ms2ger deleted the editorial branch January 22, 2024 16:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants