chore(deps): bump OCCTSwift floor to 1.7.1 (OCCT 8.0.0p1) — release v1.1.0#58
Merged
Conversation
OCCTSwift 1.7.0 realigned the BRepGraph wrapper to OCCT 8.0.0p1's redesigned graph model; 1.7.1 made the derived graph reads real again (adjacentFaces/faces(of:)/edges(of:)/sharedEdges, faceSameDomain, faceIsNaturalRestriction) and added durable UID/RefUID/ItemUID identity. Our graph verbs (graph-validate/compact/dedup/ml, query-topology) build and run unchanged; smoke-tested on recipes/01 (isValid, 20 faces, watertight). Behaviour changes are confined to the BRepGraph domain (edgeMaxContinuity/setEdgeRegularity now no-ops -> Shape.maxContinuity; degenerated/closed/sameParameter/sameRange setters no-op, getters live-derived). Cohort resolves unchanged at existing floors against 1.7.1. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Bumps the
OCCTSwiftfloor1.3.1 → 1.7.1(= OCCT 8.0.0p1) and re-validates against the redesigned BRepGraph model. Targets release v1.1.0 (MINOR: dependency upgrade with BRepGraph-domain behaviour changes; no OCCTSwiftScripts API change).What changed upstream (OCCTSwift 1.7.0 → 1.7.1)
adjacentFaces/faces(of:)/edges(of:)/sharedEdges,faceSameDomain,faceIsNaturalRestriction— and added durableUID/RefUID/ItemUIDidentity accessors.Impact here — none to our API, surgical bump
swift buildis green; our graph verbs (graph-validate/graph-compact/graph-dedup/graph-ml,query-topology) compile and run unchanged.recipes/01-mounting-bracket:graph-validate→isValid, 0 errors, 0 free edges;graph-ml→ 20 faces / 42 edges / valid adjacency;query-topology→ 20 faces.CLAUDE.md):edgeMaxContinuity/setEdgeRegularityare now no-ops (useShape.maxContinuity);degenerated/closed/sameParameter/sameRangesetters no-op while getters return the live derived value.BREPGraphJSONExporterstill emits all fields; themaxContinuityfield now reflects the no-op (follow-up: switch it toShape.maxContinuityif a real value is wanted).New upstream capability available (not yet surfaced)
Durable graph identity (
UID/RefUID/ItemUID) is a natural future addition to the graph export /graph-selectfor persist-safe node references — out of scope for this bump.Files:
Package.swift(floor + rationale),Package.resolved(OCCTSwift → 1.7.1),CLAUDE.md(dep notes).🤖 Generated with Claude Code