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

Change use_array to bool from string #2608

Merged
merged 2 commits into from
Sep 5, 2023

Conversation

oldergod
Copy link
Member

@oldergod oldergod commented Sep 4, 2023

cc @JGulbronson

The extension field was a string but it should be a bool.
The generated annotation wasn't receiving the proper adapter so I updated that too.

I noticed that JSON is broken (has not been done) so that needs a fix.

@@ -27,7 +27,7 @@ message BuildersOnlyMessage {
required int32 data = 2;
repeated int32 message = 3;
optional NestedMessage nested_message = 4;
repeated int64 int64 = 5 [packed = true, (wire.use_array) = "true"];
repeated int64 int64 = 5 [packed = true, (wire.use_array) = false];
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Base automatically changed from bquenaudon.2023-07-28.buildersonlykotlin to master September 5, 2023 13:17
@oldergod oldergod merged commit 49bf42e into master Sep 5, 2023
13 of 14 checks passed
@oldergod oldergod deleted the bquenaudon.2023-09-04.fixextension branch September 5, 2023 15:44
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