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

Ensure type names in AutoOneOf generated code are qualified if needed. #1818

Merged
merged 1 commit into from
Aug 6, 2024

Conversation

copybara-service[bot]
Copy link
Contributor

Ensure type names in AutoOneOf generated code are qualified if needed.

If the parent class has a nested type called String or Object then that is
what plain String or Object in the generated code will refer to. That's
pretty unlikely to happen, but we should still handle it properly. The use of
backticks in the template means that the fully-qualified name will be used if
necessary.

RELNOTES=n/a

If the parent class has a nested type called `String` or `Object` then that is
what plain `String` or `Object` in the generated code will refer to. That's
pretty unlikely to happen, but we should still handle it properly. The use of
backticks in the template means that the fully-qualified name will be used if
necessary.

RELNOTES=n/a
PiperOrigin-RevId: 660047188
@copybara-service copybara-service bot merged commit fe6b5c5 into main Aug 6, 2024
@copybara-service copybara-service bot deleted the test_main_658406410 branch August 6, 2024 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.

1 participant