Fixes UUID v7 Method 3 processing for MacOS on arm64#11065
Merged
Conversation
7b84874 to
dd406ca
Compare
536525f to
e536253
Compare
kinke
reviewed
Jul 13, 2026
Contributor
|
And please target branch |
e536253 to
6847827
Compare
MacOS arm64 is affected by this issue
6847827 to
ae54d47
Compare
Contributor
Author
|
TODO for next PR:
|
kinke
added a commit
to kinke/ldc
that referenced
this pull request
Jul 14, 2026
kinke
reviewed
Jul 14, 2026
Contributor
|
LDC CI confirms that the unittests now pass on macOS arm64 too - the 3 hnsecs for the test, converted to ~2.9 hnsecs internally in 24 MHz MonoTime ticks, now make the sub-ms part end up correctly in the 2nd bin (about [2.5, 5) hnsecs, due to the 4096 bins per ms). |
kinke
added a commit
to kinke/ldc
that referenced
this pull request
Jul 14, 2026
kinke
approved these changes
Jul 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rationale
Discussion:
#10862 (comment)
Pre-review checklist
- [ ] If my changes are non-trivial and do not concern a reported issue, I have added a changelog entry.