Bump xmsgrid to 9.1.0 and xmsinterp to 7.0.11 - #87
Merged
Conversation
xmsgrid 9.1.0 carries the fix for issue 0015785 (HydroAS arcs snap weirdly), which narrows GmMultiPolyIntersector output where an entry had no matching exit, plus the new GmPtSearch::PtsInBoxInRtree entry point. xmsinterp 7.0.11 is the dependency-only release that picks it up. xms_dependencies pins exact versions, so both edits are required for this library to build against the fix. Both are published on aquaveo-stable and aquaveo-vs2019 at matching recipe revisions (xmsgrid 42868225..., xmsinterp a96a6a95...). No source change; `xmsconan ci` regenerates byte-identical workflows.
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.
Pins
xmsgridat9.1.0andxmsinterpat7.0.11ahead of releasing xmsmesher6.1.1. Fourth library in the chain propagating the xmsgrid 0015785 fix.Why
xmsgrid 9.1.0 fixes issue 0015785 (HydroAS arcs snap weirdly):
GmMultiPolyIntersectionSorterTersenow drops an entry with no matching exit before adjacents are swapped, soGmMultiPolyIntersectorreturns fewer intersections for some inputs. It also addsGmPtSearch::PtsInBoxInRtree, a new pure virtual.xms_dependenciespins exact versions, so nothing reaches this library without these two edits.Availability
xmsgrid/9.1.042868225fabf6e51611e3926221e7a02xmsinterp/7.0.11a96a6a954ffee29ed0eaa056e84c60d0Both upstream libraries went through the same cycle with no baseline movement, as did xmsextractor 10.0.9.
Scope
Dependency pins only. No source change.
xmsconan ciregenerates byte-identical workflows.Known msvc 192 caveat for the follow-on VS2019 build (not a CI concern): xmsmesher's cxxtest baselines diverge between msvc 192 and msvc 194 around the 9th significant digit, so its last VS2019 publish covered 10 of 14 configurations — the four that run the suite failed while everything that compiles and links passed (#85). Expect the same split again; it does not affect this PR or the CI matrix.
🤖 Generated with Claude Code