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

How to set output_to_workspace in rules_proto #6

Open
haikalpribadi opened this issue Oct 4, 2018 · 2 comments
Open

How to set output_to_workspace in rules_proto #6

haikalpribadi opened this issue Oct 4, 2018 · 2 comments

Comments

@haikalpribadi
Copy link

Hi @pcj, in rules_protobuf/protobuf we can set output_to_workspace to output the GRPC files into the development workspace.

How can we do this with the new rules_proto?

@pcj
Copy link
Contributor

pcj commented Oct 4, 2018

Not at the moment. That feature was always little edgy in that writing to the workspace goes against bazel's sandboxed model so I left it out in this redesign. Is it important to you?

@haikalpribadi
Copy link
Author

Well, ideally, yes. We need the files to be generated in different modules across the code base, which is needed to integrate fully with the IDE. What's the possibility of adding it?

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

No branches or pull requests

2 participants