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 order of arguments to .equals and comparator #467

Merged
merged 3 commits into from
Jan 8, 2024

Conversation

ExplodingCabbage
Copy link
Collaborator

Intuitively you would expect that values from the old text/array would get passed as the left argument and values from the new would get passed as the right argument, but this was not the case. This PR makes it so.

Resolves #286.

@ExplodingCabbage ExplodingCabbage merged commit 1e79116 into 6.0.0-staging Jan 8, 2024
@ExplodingCabbage ExplodingCabbage deleted the equals-argument-order branch January 8, 2024 16:01
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.

None yet

1 participant