bazel-compile-commands-extractor icon indicating copy to clipboard operation
bazel-compile-commands-extractor copied to clipboard

Goal: Enable awesome tooling for Bazel users of the C language family.

Results 88 bazel-compile-commands-extractor issues
Sort by recently updated
recently updated
newest added

Organization members: Check Renovate logs here: https://developer.mend.io/[platform]/hedronvision/bazel-compile-commands-extractor ## Config Migration Needed - [ ] Select this checkbox to let Renovate create an automated Config Migration PR. This repository currently has...

During `>>> Analyzing commands used in @//...` It can take quite a while before anything prints, or between things printing. It might be helpful to have a status printout at...

We'd switched to rules_python to get a hermetic python interpreter and to be able to make sure that everyone was on the same python version, rather than relying on system...

Hello again! I'm having trouble with python versions. I'm seeing the same issue that was reported here: https://github.com/hedronvision/bazel-compile-commands-extractor/pull/139 When I run `bazel run @hedron_compile_commands//:refresh_all` I see the following: ``` user@mst-develop-aa3fa745-5f46-4332-8311-92a2ab6f8445...

In the reproducible code below, `bazel build //:b` would run the compilation under the directory `bazel-out/darwin_arm64-fastbuild-ST-299abaa87f6b`, but the generated compile commands have `bazel-out/darwin_arm64-fastbuild-ST-3b9a2f2abd71` in place of that. After some digging,...

Hey all! I've just spend a few hours endlessly searching to figure out why on earth [Sonarlint](https://www.sonarsource.com/products/sonarlint/) randomly stopped working. My setup uses vscodium, clangd and sonarlint for quite a...

This allows compile_commands.json commands to work for users who use e.g. --experimental_convenience_symlinks. This also adds the ability to disable automatic workspace edits. While modifying the user’s workspace can help with...

Add flags for custom output control. * `--bcce-color[=`_no_`]` A boolean flag that enables or disables colored output. This is useful for environments where the color codes are not handled (e.g....

https://github.com/hedronvision/bazel-compile-commands-extractor/issues/93 Usage ``` bazel run //:refresh_compile_commands -- --file=a/b/c.c ``` - [ ] # TODO we should always be quoting targets when we splice them in https://github.com/xinzhengzhang/bazel-compile-commands-extractor/pull/1 - [ ] #...

Reimplement for https://github.com/hedronvision/bazel-compile-commands-extractor/pull/89