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

Expose futures library from proto/raze #324

Closed
wants to merge 1 commit into from
Closed

Conversation

colin353
Copy link
Collaborator

Right now we expose protobuf and grpc from proto/raze, so that dependencies can import them via targets like @io_bazel_rules_rust//proto/raze:grpc. But to use the full grpc library, e.g. with streaming grpc, we also need to import traits from the futures library that grpc is built against. That's not possible though, since it's not exported here.

By making futures visible, it means that dependencies can just add @io_bazel_rules_rust//proto/raze:futures as a dependency to make this work.

@colin353
Copy link
Collaborator Author

I forgot that this file is autogenerated. I'll do this the correct way

@damienmg
Copy link
Collaborator

damienmg commented Jun 5, 2020

Thanks @colin353, I'll close this PR if you wish to reuse it for the proper change, feel free to reopen and ping me then.

@damienmg damienmg closed this Jun 5, 2020
@mfarrugi mfarrugi deleted the expose-futures branch October 8, 2020 03:06
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

3 participants