bazel-compile-commands-extractor
bazel-compile-commands-extractor copied to clipboard
add output_dir feature
This pull request is about to provide a support of writing out compile_commands.json relatively to workspace root to provide each project means of customizing their .clangd.
By default compile-commands-extractor's refresh_compile_command produces its output into bazel-workspace root. But our monorepository is single-rooted workspace and has many subprojects as children folders. Multiple projects are maintained by one team of developers, but a single project may have its own clangd configuration.
I didn't find any customization attribute of bazel target so created this PR. If there exist any please let me know. TY
@cpsauer it would be great if you find some time to review PR :)
Closes #217
Please review this pr :) @matta @garymm @manshengyang @pqn
@ilev4ik please don't mention people who don't even have the permissions to merge your PR (i.e. me, probably some others).
FYI I suspect there's a chance this project will no longer be maintained now that Hedron Vision was acquired, though I have no inside information.
@garymm how can I check if you have a permission or not? I relied on autocomplete when mentioning. It seems it was a mistake
My apologises for inconvenience