Skip to content

Conversation

@Ecdcaeb
Copy link
Contributor

@Ecdcaeb Ecdcaeb commented Jun 19, 2025

The old method returned a boolean, and as you can see, its internal method has been deprecated.
boolean check(Map, Side) -> String checkCompatible(Map, Side)
The new method returns a String, which means that custom incompatibility information can be provided.

This PR just turns on this feature, and does not add anything.

In fact, this method was originally inaccessible (this deprecation is meaningless(x

@kappa-maintainer
Copy link
Collaborator

What's the purpose of this
I can't find new features in your comments

@Ecdcaeb
Copy link
Contributor Author

Ecdcaeb commented Jun 20, 2025

What's the purpose of this I can't find new features in your comments

The old method returned a boolean, and as you can see, its internal method has been deprecated.
boolean check(Map, Side) -> String checkCompatible(Map, Side)
The new method returns a String, which means that custom incompatibility information can be provided.

This PR just turns on this feature, and does not add anything.

In fact, this method was originally inaccessible (this deprecation is meaningless(x

@kappa-maintainer
Copy link
Collaborator

Should mention that in comment
Also, many deprecations were meant to be removed in 1.13, which do not apply here

@kappa-maintainer
Copy link
Collaborator

Should mention that in comment

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.

2 participants