-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
pgv: update to add wasm32 enabled re2 #12129
Conversation
Signed-off-by: Shikugawa <[email protected]>
/assign @htuch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. Can you also update check_format
to ensure that the consistency of these files is validated so we don't regress in the future in this way?
@htuch Is it enough to take diff between |
@Shikugawa yep! |
#12129 (review), to ensure the consistency between api/bazel/*.bzl and generated_api_shadow/bazel/*.bzl Risk Level: Low Signed-off-by: Shikugawa <[email protected]>
@Shikugawa could you check CI and expand the commit message please? Thanks! |
@dio This is blocked by this... Do you have any idea about this? bufbuild/protoc-gen-validate#360 |
This pull request has been automatically marked as stale because it has not had activity in the last 7 days. It will be closed in 7 days if no further activity occurs. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions! |
…-format-pgv Signed-off-by: Shikugawa <[email protected]>
Signed-off-by: Shikugawa <[email protected]>
Signed-off-by: Shikugawa <[email protected]>
Signed-off-by: Shikugawa <[email protected]>
@htuch PTAL |
Signed-off-by: Shikugawa <[email protected]>
envoyproxy#12129 (review), to ensure the consistency between api/bazel/*.bzl and generated_api_shadow/bazel/*.bzl Risk Level: Low Signed-off-by: Shikugawa <[email protected]> Signed-off-by: Kevin Baichoo <[email protected]>
envoyproxy#12129 (review), to ensure the consistency between api/bazel/*.bzl and generated_api_shadow/bazel/*.bzl Risk Level: Low Signed-off-by: Shikugawa <[email protected]> Signed-off-by: scheler <[email protected]>
This pull request has been automatically marked as stale because it has not had activity in the last 7 days. It will be closed in 7 days if no further activity occurs. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions! |
@@ -11,6 +11,28 @@ load("@protodoc_pip3//:requirements.bzl", protodoc_pip_install = "pip_install") | |||
# go version for rules_go | |||
GO_VERSION = "1.14.4" | |||
|
|||
def envoy_api_dependency_import(): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How come this change is made to the Envoy bazel/
rather than api/bazel/
? If this is something needed for any use of the APIs, it probably belongs in the latter.
This pull request has been automatically marked as stale because it has not had activity in the last 7 days. It will be closed in 7 days if no further activity occurs. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions! |
This pull request has been automatically closed because it has not had activity in the last 14 days. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions! |
Commit Message: reflect. #12100 (comment). To add wasm32 enabled re2.
Additional Description: As a response to the following comment: #12100 (comment)
Risk Level: Low
Testing: Existing tests
Docs Changes: N/A
Release Notes: N/A
Signed-off-by: Shikugawa [email protected]