-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
upstream: fix the header file path typo #8266
Conversation
Signed-off-by: Xin Zhuang <stevenzzz@google.com>
/assign htuch |
@@ -11,7 +12,6 @@ | |||
#include "common/stream_info/stream_info_impl.h" | |||
#include "common/upstream/health_checker_base_impl.h" | |||
|
|||
#include "include/envoy/api/_virtual_includes/api_interface/envoy/api/api.h" |
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.
It might be worth adding a check against _virtual_includes
to ./tools/check_format.py
.
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.
Yeah, can you pick this up as a follow-up?
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.
I added a regex check there. Wording could probably be better though.
@@ -11,7 +12,6 @@ | |||
#include "common/stream_info/stream_info_impl.h" | |||
#include "common/upstream/health_checker_base_impl.h" | |||
|
|||
#include "include/envoy/api/_virtual_includes/api_interface/envoy/api/api.h" |
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.
Yeah, can you pick this up as a follow-up?
Signed-off-by: Xin Zhuang <stevenzzz@google.com>
Fix the header path error introudced in pr envoyproxy#8166 Risk Level: LOW Testing: N/A Signed-off-by: Xin Zhuang <stevenzzz@google.com>
Fix the header path error introudced in pr envoyproxy#8166 Risk Level: LOW Testing: N/A Signed-off-by: Xin Zhuang <stevenzzz@google.com>
Fix the header path error introudced in pr envoyproxy#8166 Risk Level: LOW Testing: N/A Signed-off-by: Xin Zhuang <stevenzzz@google.com>
Description: Fix the header path error introudced in pr #8166
Risk Level: LOW
Testing: N/A
Docs Changes: N/A
Release Notes: N/A