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

Godot 4 fix array dictionary compare #458

Merged
merged 4 commits into from
Feb 22, 2023

Conversation

bitwes
Copy link
Owner

@bitwes bitwes commented Feb 22, 2023

  • Compares dictionaries and arrays by value using == by default. This matches Godot 4's behavior.
  • Removed shallow compare methods and asserts.
  • Added assert_same and assert_not_same which can be used to compare dictionaries/arrays by reference.

@bitwes bitwes merged commit 7beabef into godot_4 Feb 22, 2023
@bitwes bitwes deleted the godot_4_fix_array_dictionary_compare branch February 22, 2023 22:46
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