Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CURA-12061] Remove early-out: Restore 'side-effects' of unioning with empty. #2124

Merged
merged 2 commits into from
Jul 31, 2024

Conversation

rburema
Copy link
Member

@rburema rburema commented Jul 31, 2024

This is actually actively wanted and used in the code (see the unionPolygons() signature, note the missing argument), to solve self-overlap and the like. The added early outs where blocking that use here, leading to hard to trace problems, like tree support stopping midway.

This is actually actively wanted and used in the code (see the unionPolygons() signature, note the missing argument), to solve self-overlap and the like. The added early outs where blocking that use here, leading to hard to trace problems, like tree support stopping midway.

CURA-12061
@HellAholic HellAholic merged commit 15616b0 into 5.8 Jul 31, 2024
27 checks passed
@HellAholic HellAholic deleted the CURA-12061_broken_tree_branches branch July 31, 2024 12:51
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.

3 participants