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

Make protocOpts() public. #14952

Merged

Conversation

comius
Copy link
Contributor

@comius comius commented Mar 4, 2022

Cherry pick public protoc opts for 5.1.0

RELNOTES:
Make protocOpts() publicly accessible.
PiperOrigin-RevId: 430726712
@comius comius requested a review from lberki as a code owner March 4, 2022 07:45
@comius comius requested review from Wyverald and removed request for lberki March 4, 2022 07:45
@comius comius mentioned this pull request Mar 4, 2022
6 tasks
@Wyverald
Copy link
Member

Wyverald commented Mar 4, 2022

This is causing a lot of presubmit failures: https://buildkite.com/bazel/bazel-bazel-github-presubmit/builds/10453

@comius
Copy link
Contributor Author

comius commented Mar 4, 2022

This is causing a lot of presubmit failures: https://buildkite.com/bazel/bazel-bazel-github-presubmit/builds/10453

Thanks for a ping. Last commit should fix that.

@@ -201,6 +201,7 @@ public ProtoConfiguration(BuildOptions buildOptions) {
this.options = options;
}

@StarlarkMethod(name = "experimental_protoc_opts", structField = true, documented = false)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

needs import for StarlarkMethod, it looks like

@Wyverald Wyverald merged commit b480480 into bazelbuild:release-5.1.0 Mar 4, 2022
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

Successfully merging this pull request may close these issues.

2 participants