-
-
Notifications
You must be signed in to change notification settings - Fork 320
Added upstream OffsetsMask classes #2210
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
base: main
Are you sure you want to change the base?
Conversation
|
The checks seem to have failed but the code does compile and works. Not sure what is the cause of the failure to resolve dependencies and the CodeQL issue. I don’t even touch dependencies in this PR. |
| * | ||
| * @deprecated Use {@link OffsetsMask#single} | ||
| */ | ||
| @Deprecated |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it forRemoval as well?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's a question for @me4502 to answer. Hopefully, she can clarify for us.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Most likely, generally deprecations are for removal in the next major version
there’s not much point having two classes that do the same thing here
|
Please take a moment and address the merge conflicts of your pull request. Thanks! |
Overview
Fixes one of the API incompatibilities we have with upstream by adding these new masks to FAWE.
Description
Adds two new masks to FAWE from upstream and ports a few FAWE changes into them.
Submitter Checklist
@since TODO.