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

[swift] Fix conformance to ProtoMessage for heap allocated protos #3260

Merged
merged 1 commit into from
Jan 23, 2025

Conversation

dnkoutso
Copy link
Collaborator

No description provided.

@dnkoutso dnkoutso requested a review from lickel January 23, 2025 21:07
@@ -1911,6 +1911,14 @@ extension AllTypes : Proto2Codable {

}

extension AllTypes : ProtoMessage {
Copy link
Collaborator Author

@dnkoutso dnkoutso Jan 23, 2025

Choose a reason for hiding this comment

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

This was incorrectly missing.

@dnkoutso dnkoutso enabled auto-merge January 23, 2025 21:24
@dnkoutso dnkoutso merged commit e8d52ce into master Jan 23, 2025
11 checks passed
@dnkoutso dnkoutso deleted the fix_missing_proto_message_conformance branch January 23, 2025 21:45
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