Skip to content

Conversation

@pull
Copy link

@pull pull bot commented Nov 17, 2025

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

nurse and others added 7 commits November 17, 2025 21:39
Since #15212 these are proper syntax
errors, so no need to handle this explicitly anymore.

Also updated the example in the docs for this
When term len != 1 (for example: Encoding::UTF32BE), term fill is wrong size.
While parsing ISO 8601 timestamps like `2025-11-13T19:34:23.681726000Z`
I noticed that a lot of time was spent to compute a default `year`
argument to `zone_offset`. For ISO 8601, that year is never used, as
all valid time zone designators match one of the earlier cases.

This commit moves the computation of the default `year` value to just
before it is used. This results in a 15% speedup parsing ISO 8601
timestamps on Mac OS X.

ruby/time@4a0bcbe575
I noticed some of the keys have been gone or renamed for a while.
@pull pull bot locked and limited conversation to collaborators Nov 17, 2025
@pull pull bot added the ⤵️ pull label Nov 17, 2025
@pull pull bot merged commit c0256d1 into turkdevops:master Nov 17, 2025
1 check failed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants