Test polylabel queue tie-break#21
Closed
Symmetricity wants to merge 2 commits into
Closed
Conversation
Compute the polygon centroid seed relative to a local ring origin before translating it back to map coordinates. This isolates the centroid-origin change from the distance-key ordering candidate so it can be tested independently against the submitted PR stack.
Break exact priority-queue ties with existing cell geometry values so equivalent cells are not left to implementation-specific heap ordering. This keeps the local-origin centroid candidate isolated from the broader distance-key ordering change while testing whether the remaining macOS versus Linux/Windows point drift is caused by queue ordering alone.
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.
Temporary CI branch for the generated-point determinism investigation.\n\nThis stacks the local-origin centroid seed on the submitted PR baseline and adds only a raw-value priority-queue tie-break. It intentionally excludes the earlier distance-key ordering, output rounding, and pruning-key changes so we can test whether the remaining macOS vs Linux/Windows semantic difference is caused by implementation-specific ordering of equivalent queue cells.\n\nLocal build and Liechtenstein generation passed. Local output matches the local-origin-only candidate; the useful signal is the native cross-runner CI result.