You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additional context found while investigating buf protoc usage with Bazel is included below:
Bazel relys on undocumented protoc flags and undocumented behavior in existing flags (e.g. --direct_dependencies, which is defined here, and used here).
Bazel uses -I<virtualpath>=<realpath> for the -I flag (which is defined here, and used here).
The text was updated successfully, but these errors were encountered:
We have now deleted buf protoc by moving it to alpha in #915, and will likely eventually delete it entirely. As such, going to close this issue as buf protoc will almost for sure not be worked on in the future. If we decide to revisit this decision, we should reopen this issue. All issues that were closed are tracked on the #915.
This issue tracks the overall work required to build feature parity between
buf protoc
andprotoc
.buf protoc
#351protoc
not resolving arguments using include paths #353Additional context found while investigating
buf protoc
usage with Bazel is included below:protoc
flags and undocumented behavior in existing flags (e.g.--direct_dependencies
, which is defined here, and used here).-I<virtualpath>=<realpath>
for the-I
flag (which is defined here, and used here).The text was updated successfully, but these errors were encountered: