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

fix: do not forcefully direct to x,y,z methods in AbstractDelegateExtent #2614

Merged
merged 1 commit into from Mar 14, 2024

Conversation

dordsor21
Copy link
Member

@dordsor21 dordsor21 commented Mar 11, 2024

Probably shouldn't be doing this

@dordsor21 dordsor21 requested a review from a team as a code owner March 11, 2024 10:56
@github-actions github-actions bot added the Bugfix This PR fixes a bug label Mar 11, 2024
@dordsor21 dordsor21 force-pushed the fix/delegate-extent-coord-bv3 branch from 23b35f4 to 521d26d Compare March 11, 2024 11:01
@SirYwell
Copy link
Member

How does this affect extending extents? E.g. SlowExtent only overrides the method that takes ints, and I assume that might also apply for other extents.

@dordsor21
Copy link
Member Author

Input/Output extent have default methods that just redirect to the other method. This change just means we're not creating new BV3 objects if the delegate extent only overrides the BV3 method(s) - it shouldn't have any other impacts.

Copy link
Member

@SirYwell SirYwell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds reasonable.

@NotMyFault NotMyFault merged commit facd31c into main Mar 14, 2024
11 checks passed
@NotMyFault NotMyFault deleted the fix/delegate-extent-coord-bv3 branch March 14, 2024 16:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bugfix This PR fixes a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants