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

Extend structured swift to support generic structs #2154

Merged
merged 4 commits into from
Jan 13, 2025

Conversation

glbrntt
Copy link
Collaborator

@glbrntt glbrntt commented Jan 13, 2025

Motivation:

The structured swift representation we're using doesn't support generic struct at the moment. We'll need this for an upcoming change.

Modifications:

  • Allow for generic structs with where clauses to be represented and rendered.

Result:

Generic structs can be rendered

Motivation:

The structured swift representation we're using doesn't support generic
struct at the moment. We'll need this for an upcoming change.

Modifications:

- Allow for generic structs with where clauses to be represented and
  rendered.

Result:

Generic structs can be rendered
@glbrntt glbrntt added the 🔨 semver/patch No public API change. label Jan 13, 2025
@glbrntt glbrntt requested a review from gjcairo January 13, 2025 09:11
@glbrntt glbrntt enabled auto-merge (squash) January 13, 2025 09:12
@glbrntt glbrntt requested a review from gjcairo January 13, 2025 13:20
@glbrntt glbrntt merged commit 76073a2 into grpc:main Jan 13, 2025
31 of 33 checks passed
@glbrntt glbrntt deleted the more-code-gen branch January 13, 2025 14:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔨 semver/patch No public API change.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants