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

Import SwiftProtobuf in generated code #952

Merged
merged 1 commit into from
Aug 24, 2020

Conversation

glbrntt
Copy link
Collaborator

@glbrntt glbrntt commented Aug 24, 2020

Motivation:

Generated code may rely on messages which ship with SwiftProtobuf, as
such we should always import SwiftProtobuf.

Modifications:

  • Import SwiftProtobuf in codegen

Result:

Resolves #951

@glbrntt glbrntt added the 🔨 semver/patch No public API change. label Aug 24, 2020
@glbrntt glbrntt requested a review from Lukasa August 24, 2020 12:12
Motivation:

Generated code may rely on messages which ship with SwiftProtobuf, as
such we should always import SwiftProtobuf.

Modifications:

- Import SwiftProtobuf in codegen

Result:

Resolves grpc#951
@glbrntt glbrntt force-pushed the gb-import-protobuf branch from 4c36a10 to c1d892a Compare August 24, 2020 12:21
@glbrntt glbrntt merged commit 24d36a0 into grpc:main Aug 24, 2020
@glbrntt glbrntt deleted the gb-import-protobuf branch August 24, 2020 12:44
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.

NO “import SwiftProtobuf” in xxx.grpc.swift if using wrappers
2 participants