-
Notifications
You must be signed in to change notification settings - Fork 578
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
Bump to KotlinPoet2 and regenerate it all #3170
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: s/Kotlin2/KotlinPoet2/
2c8b5ce
to
de8cd81
Compare
de8cd81
to
839879e
Compare
rep_string_value, rep_bytes_value, map_int32_double_value, map_int32_float_value, | ||
map_int32_int64_value, map_int32_uint64_value, map_int32_int32_value, map_int32_uint32_value, | ||
map_int32_bool_value, map_int32_string_value, map_int32_bytes_value, unknownFields) | ||
): AllWrappers = AllWrappers(double_value, float_value, int64_value, uint64_value, int32_value, uint32_value, bool_value, string_value, bytes_value, rep_double_value, rep_float_value, rep_int64_value, rep_uint64_value, rep_int32_value, rep_uint32_value, rep_bool_value, rep_string_value, rep_bytes_value, map_int32_double_value, map_int32_float_value, map_int32_int64_value, map_int32_uint64_value, map_int32_int32_value, map_int32_uint32_value, map_int32_bool_value, map_int32_string_value, map_int32_bytes_value, unknownFields) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let’s put a ♢
in our KotlinGenerator so these wrap?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggestion not urgent!
No description provided.