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

Streamline creation of new elements in RepeatedPtrField #18086

Closed
wants to merge 1 commit into from

Conversation

copybara-service[bot]
Copy link

@copybara-service copybara-service bot commented Sep 4, 2024

Streamline creation of new elements in RepeatedPtrField

The logic to create new elements in RepeatedPtrField was spread across an assorted collection of specializations of GenericTypeHandler, individual GenericTypeHandler static functions, and external member and non-member functions, all living in multiple sources. Now all that logic is concentrated in three symmetric GenericTypeHandler specializations.

@copybara-service copybara-service bot force-pushed the test_670689695 branch 3 times, most recently from d0204e4 to b9a5202 Compare September 5, 2024 21:17
The logic to create new elements in `RepeatedPtrField` was spread across an assorted collection of specializations of `GenericTypeHandler`, individual `GenericTypeHandler` static functions, and external member and non-member functions, all living in multiple sources. Now all that logic is concentrated in three symmetric `GenericTypeHandler` specializations.

PiperOrigin-RevId: 670689695
Copy link

Auto-closing Copybara pull request

@github-actions github-actions bot closed this Sep 12, 2024
@github-actions github-actions bot deleted the test_670689695 branch September 12, 2024 10:02
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