-
-
Notifications
You must be signed in to change notification settings - Fork 160
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
Add rule to create buf image #151
Comments
@aaliddell , would you have an ETA for this (on the order of days, weeks, months, quarters)? I'd like to know so I can prioritize my work or possibly implement a hacky solution until it's officially supported. |
I would expect minimum weeks. I may get a chance to look before the end of the year, but more likely early next year. I have tried looking at implementing this, but it doesn't quite fit with the existing rules we have, so needs some rework of the rule internals to avoid almost-duplicate implementations. |
Any update on this? |
I think bufbuild/buf#1121 is related to this work. Considering the inconsistencies with how
|
Related: #211 |
Discussed in #150
Originally posted by sschnug October 2, 2021
Hi,
after having taken some first (successfull) experiments with this tool, i wanted to have a look at
buf_proto_breaking_test
.I wonder how it's meant to be used.
The concept of some image was unclear to me, but buf's doc helped.
Now if i understand correctly, i need to prepare some image of my last commit (or better: cache them) and can then use
buf_proto_breaking_test
with my current commit based input protos against this image.The strange thing, to me, it that i don't see any functionality within
rules_proto_grpc
to produce this image.One probably could carefully follow bufs docs and create those, but i would be scared about being correct then as this tool here takes care of all those protoc invocations and generating images needed for this tasks also looks like one more protoc invocation.
Shouldn't there be a rule / feature whose task is to produce a image giving some compatible input as
buf_proto_breaking_test
uses?Thanks for reading,
Sascha
The text was updated successfully, but these errors were encountered: