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

Add unit tests for OAHashMap #90313

Merged
merged 1 commit into from
Apr 10, 2024

Conversation

Nazarwadim
Copy link
Contributor

No description provided.

Copy link
Member

@Calinou Calinou left a comment

Choose a reason for hiding this comment

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

Looks good to me, please squash the commits together so we can merge this. See PR workflow for instructions 🙂

@Nazarwadim Nazarwadim force-pushed the unit_tests_oa_hash_map branch from adf7481 to 0c8e1c6 Compare April 10, 2024 04:55
@akien-mga akien-mga modified the milestones: 4.x, 4.3 Apr 10, 2024
@akien-mga akien-mga merged commit 5bd2af6 into godotengine:master Apr 10, 2024
16 checks passed
@akien-mga
Copy link
Member

Thanks!

expected.push_back(Pair<int, int>(0, 12934));
expected.push_back(Pair<int, int>(123485, 1238888));

int idx = 0;
Copy link
Member

@vnen vnen Apr 10, 2024

Choose a reason for hiding this comment

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

I'm getting a build error here because the idx variable is not used (warning treated as error).

Edit: opened #90496 to fix

Copy link
Member

Choose a reason for hiding this comment

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

Weird that it wasn't caught on CI. Which compiler and compile option do you use?

Copy link
Member

Choose a reason for hiding this comment

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

I'm using Clang with dev_mode=yes.

@Nazarwadim Nazarwadim deleted the unit_tests_oa_hash_map branch April 18, 2024 09:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants