Skip to content

Reflection: adjust type definitions for ConcurrentHashMap #41213

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

Merged
merged 2 commits into from
Feb 5, 2022

Conversation

compnerd
Copy link
Member

@compnerd compnerd commented Feb 4, 2022

Adjust the types of ConcurrentHashMap to match the implementation. This field is always a uint32_t, which would be misread previously. Thanks to @mikeash for helping identify this.

Replace this paragraph with a description of your changes and rationale. Provide links to external references/discussions if appropriate.

Resolves SR-NNNN.

Adjust the types of `ConcurrentHashMap` to match the implementation.  This field is always a `uint32_t`, which would be misread previously.  Thanks to @mikeash for helping identify this.
@compnerd compnerd requested a review from mikeash February 4, 2022 21:49
@compnerd
Copy link
Member Author

compnerd commented Feb 4, 2022

@swift-ci please test

@compnerd
Copy link
Member Author

compnerd commented Feb 4, 2022

@swift-ci please test

@compnerd
Copy link
Member Author

compnerd commented Feb 4, 2022

CC: @tbkka

@compnerd compnerd merged commit 0e86b6f into main Feb 5, 2022
@compnerd compnerd deleted the compnerd/reflection-sizes branch February 5, 2022 19:05
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.

2 participants