-
Notifications
You must be signed in to change notification settings - Fork 73
compdb add the compdb support to the proxy_wasm_cpp_host #419
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
Signed-off-by: wangbaiping <wbphub@gmail.com>
Signed-off-by: wangbaiping <wbphub@gmail.com>
cc @mpwarres (PS: we cannot assign the PR, is there a team like assignable?) |
I believe that only maintainers can assign the PR to someone from an assignable team (there is @proxy-wasm/committers-c), but all codeowners are automatically added as reviewers and notified about the PR. |
Signed-off-by: wangbaiping <wbphub@gmail.com>
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 for adding this! LGTM mod minor comments.
Signed-off-by: wangbaiping <wbphub@gmail.com>
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.
LGTM, thanks!
@PiotrSikora LMK if you have further comments, otherwise I'll go ahead and merge this. Thanks! |
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.
2 nitpicks, but feel free to ignore them.
Signed-off-by: wangbaiping <wbphub@gmail.com>
Add the compdb support to the repo. This could be used to simplify the development process.
Note the
grailbio/bazel-compilation-database
is archived. But it is still be used by envoyproxy/envoy and works pretty well.So, if it is good enough for envoyproxy/envoy, then it should be good enough for proxy_wasm_cpp_host.
And I also investigate other choices like hedronvision/bazel-compile-commands-extractor, but now it could works for our repo.