Skip to content

Deprecate cliptree in favor of clip(...).tree#208

Merged
gpeairs merged 1 commit intomainfrom
gp/issue-206
Apr 22, 2026
Merged

Deprecate cliptree in favor of clip(...).tree#208
gpeairs merged 1 commit intomainfrom
gp/issue-206

Conversation

@gpeairs
Copy link
Copy Markdown
Member

@gpeairs gpeairs commented Apr 22, 2026

Replace three cliptree methods (two broken since pre-1.0 with type-assertion bug on mixed-coordtype dispatch — asserts Vector{Polygon{R}} but returns PolyNode) with a single method that delegates to clip and emits Base.depwarn. Zero callers exist in src/, test/, docs/, or downstream.

Closes #206.

Replace three broken cliptree methods (type-assertion bug on mixed-coordtype
dispatch — asserts Vector{Polygon{R}} but returns PolyNode) with a single
method that delegates to clip and emits Base.depwarn. Zero callers exist in
src/, test/, docs/, or downstream LayoutComponents.jl.

Closes #206.
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 22, 2026

Codecov Report

❌ Patch coverage is 0% with 3 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
src/polygons.jl 0.00% 3 Missing ⚠️

📢 Thoughts on this report? Let us know!

@gpeairs gpeairs merged commit 776a2c2 into main Apr 22, 2026
9 of 10 checks passed
@gpeairs gpeairs deleted the gp/issue-206 branch April 22, 2026 15:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Deprecate cliptree

1 participant