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

add compile_commands support to simplify development #127

Merged
merged 1 commit into from
Dec 12, 2023

Conversation

wbpcode
Copy link
Contributor

@wbpcode wbpcode commented Dec 12, 2023

This patch added a tool to generate compile_commands.json file. Then we can enable the auto complete, go-to-definition, etc. of clangd.

Thank https://github.com/hedronvision/bazel-compile-commands-extractor for it provide the great script/tool to make this so easy!

@wu-sheng wu-sheng added this to the 0.6.0 milestone Dec 12, 2023
Copy link

codecov bot commented Dec 12, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (c2bb8b4) 67.96% compared to head (71ea6e6) 67.96%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #127   +/-   ##
=======================================
  Coverage   67.96%   67.96%           
=======================================
  Files          26       26           
  Lines        1030     1030           
=======================================
  Hits          700      700           
  Misses        330      330           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@wu-sheng wu-sheng merged commit 9b7e772 into SkyAPM:main Dec 12, 2023
6 checks passed
@wbpcode wbpcode deleted the dev-devlop-tool branch December 12, 2023 23:36
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