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

fix: Additional fix for structs with useMapType #743

Merged
merged 1 commit into from Dec 29, 2022
Merged

Conversation

stephenh
Copy link
Owner

No description provided.

@@ -13,4 +16,5 @@ message Maps {
map<string, bytes> string_to_bytes = 3;
map<int64, int64> int64_to_int64 = 4;
map<string, google.protobuf.Timestamp> map_of_timestamps = 5;
google.protobuf.Struct struct = 6;
Copy link
Owner Author

Choose a reason for hiding this comment

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

cc @roboslone I verified that struct.ts was failing before your PR, and with your PR, the struct.ts compiles cleanly.

@stephenh stephenh changed the title chore: Add integration test for #739. fix: Additional fix for structs with useMapType Dec 29, 2022
@stephenh stephenh merged commit 3264b0f into main Dec 29, 2022
@stephenh stephenh deleted the add-struct-test branch December 29, 2022 16:59
stephenh pushed a commit that referenced this pull request Dec 29, 2022
# [1.137.0](v1.136.1...v1.137.0) (2022-12-29)

### Bug Fixes

* Additional fix for structs with useMapType. ([#743](#743)) ([3264b0f](3264b0f))
* Fix codegen for google.protobuf.Struct with useMapType=true ([#740](#740)) ([0647151](0647151))

### Features

* added bigint force long option ([#742](#742)) ([3964e57](3964e57))
@stephenh
Copy link
Owner Author

🎉 This PR is included in version 1.137.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant