Skip to content

Fix inverted value comparison logic in equals for SWMRHashTable and SWMRLong2ObjectHashTable - #9

Merged
Spottedleaf merged 1 commit into
Tuinity:masterfrom
Cubicake:fixes
Aug 21, 2026
Merged

Fix inverted value comparison logic in equals for SWMRHashTable and SWMRLong2ObjectHashTable#9
Spottedleaf merged 1 commit into
Tuinity:masterfrom
Cubicake:fixes

Conversation

@Cubicake

Copy link
Copy Markdown
Contributor

Resolves #8

Currently, equal objects with different references cause equals to return
false, while non-equal non-null objects are accepted as equal.

Copilot AI review requested due to automatic review settings June 27, 2026 10:57

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@Spottedleaf
Spottedleaf merged commit fddddd8 into Tuinity:master Aug 21, 2026
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.

Potentially incorrect SWMRLong2ObjectHashTable#equals implementation

3 participants