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

Make contains(key, value) succeed whenever the key is present with an equal value, even if the map itself uses reference equality for _values_. #1383

Merged
merged 1 commit into from
Jan 9, 2025

Conversation

copybara-service[bot]
Copy link
Contributor

Make contains(key, value) succeed whenever the key is present with an equal value, even if the map itself uses reference equality for values.

cough IdentityHashMap cough

RELNOTES=n/a

…an equal value, even if the map itself uses reference equality for _values_.

*cough* `IdentityHashMap` *cough*

RELNOTES=n/a
PiperOrigin-RevId: 713793130
@copybara-service copybara-service bot merged commit 57e34da into master Jan 9, 2025
@copybara-service copybara-service bot deleted the test_713748285 branch January 9, 2025 22:18
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.

1 participant