refactor(regions)!: rename RegionIntersection to RegionUnion - #2983
Merged
octylFractal merged 1 commit intoJul 4, 2026
Conversation
masonakdev
force-pushed
the
refactor/regions/WE-2982
branch
from
July 4, 2026 19:41
89d6c5a to
d8bd7de
Compare
masonakdev
marked this pull request as ready for review
July 4, 2026 19:42
octylFractal
requested changes
Jul 4, 2026
masonakdev
force-pushed
the
refactor/regions/WE-2982
branch
3 times, most recently
from
July 4, 2026 20:13
b7b3c21 to
774c7f8
Compare
Rename to match existing union behavior, update selection errors, and accept intentional API break. BREAKING CHANGE: RegionIntersection has been removed. Use RegionUnion instead. Refs: EngineHub#2982
masonakdev
force-pushed
the
refactor/regions/WE-2982
branch
from
July 4, 2026 20:16
774c7f8 to
875d605
Compare
octylFractal
approved these changes
Jul 4, 2026
octylFractal
enabled auto-merge
July 4, 2026 20:38
Member
|
Thank you for your contribution! |
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.
Summary
Renames
RegionIntersectiontoRegionUnionto match its existing behavior.Also updates related selection errors, API verification entries, and some minor cleanup items in
RegionUnion.Changes
RegionIntersectiontoRegionUnionRegionUnionTesting
./gradlew :worldedit-core:compileJava./gradlew :verification:checkCoreApiCompatibilitycheckCoreApiCompatibilitystill fails due to unrelated existing API changes. TheRegionIntersectionremovals are accepted by the updated verification file.Fixes #2982