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

Re-enable buffering #2618

Conversation

octylFractal
Copy link
Member

This is required for masks to work properly.

This is required for masks to work properly.
@octylFractal octylFractal added the type:bug Incorrect behavior, not working as intended label Sep 5, 2024
@octylFractal octylFractal added this to the 7.3.7 milestone Sep 5, 2024
@octylFractal octylFractal self-assigned this Sep 5, 2024
@octylFractal octylFractal requested a review from a team as a code owner September 5, 2024 01:54
@@ -618,10 +621,12 @@ public void setBatchingChunks(boolean batchingChunks) {
}
return;
}
assert batchingExtent != null : "same nullness as chunkBatchingExtent";
Copy link
Member

Choose a reason for hiding this comment

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

so i don't necessarily have issue with assert statements, but i don't believe we really use these anywhere else?

Copy link
Member Author

Choose a reason for hiding this comment

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

I don't know if I've needed these elsewhere, it was just to shut IntelliJ up about null checks.

Copy link
Member Author

Choose a reason for hiding this comment

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

That is -- this is purely informational for the reader and the IDE, not meant to be run.

@octylFractal octylFractal merged commit d3c59b1 into version/7.3.x Sep 7, 2024
5 checks passed
@octylFractal octylFractal deleted the ot/fix/restore-buffering-for-masks-must-not-see-changes branch September 7, 2024 18:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Incorrect behavior, not working as intended
Development

Successfully merging this pull request may close these issues.

2 participants