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

Changed GRPCCall import to class forward declaration #3437

Merged
merged 1 commit into from
Sep 23, 2015
Merged

Changed GRPCCall import to class forward declaration #3437

merged 1 commit into from
Sep 23, 2015

Conversation

nkibler
Copy link
Contributor

@nkibler nkibler commented Sep 23, 2015

The GRPCCall.h file is already correctly imported in the
GRPCRequestHeaders.m implementation file. This header shouldn’t need to
import GRPCCall and should specify a class forward declaration for
reference.

The GRPCCall.h file is already correctly imported in the
GRPCRequestHeaders.m implementation file. This header shouldn’t need to
import GRPCCall and should specify a class forward declaration for
reference.
@grpc-kokoro
Copy link

Can one of the admins verify this patch?

@jcanizales jcanizales self-assigned this Sep 23, 2015
jcanizales added a commit that referenced this pull request Sep 23, 2015
Changed GRPCCall import to class forward declaration
@jcanizales jcanizales merged commit 38f1358 into grpc:master Sep 23, 2015
@nicolasnoble
Copy link
Member

And this now prevents #3372 since 0.11.1 did something different.

@nicolasnoble
Copy link
Member

Aka, something needs to happen with that PR - either roll it back, wait for #3372 to be merged, then do it again, or fix it in the release-0_11 branch too.

@jcanizales
Copy link
Contributor

They should be the same now (except that it took two different commits here what was done in one there) - is the merge happy with it? Sorry for blocking!

@nicolasnoble
Copy link
Member

Yep, it's good now. @dgquintas can merge now :-)

@dgquintas
Copy link
Contributor

Very quickly running Jenkins against the latest commits and then merging quickly before Jorge makes his move again :P

@lock lock bot locked as resolved and limited conversation to collaborators Jan 30, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants