Rahul Butani
Rahul Butani
(filing this as a feature request instead of a bug report because I'm not sure if this is the intended behavior or not) --- Currently, when using `delta` as a...
(this PR builds on #75; that PR should be reviewed/merged before this one) This PR is not ready for merging yet but I thought I'd open the PR anyways to...
My understanding is that [`--fission`](https://docs.bazel.build/versions/main/user-manual.html#flag--fission) is supposed to be a cross-platform way to generate separate debug info files for C/C++ rules (this is definitely stretching it a bit; I think...
H/t to @vinistock for finding [this issue](https://github.com/grailbio/bazel-toolchain/issues/88#issuecomment-1021579070). The below is mostly copied from #88; the issue is essentially that we're parsing `-install_path @executable_path/...` and similar flags as param files, incorrectly....
[`local_config_cc_toolchains` does this](https://github.com/bazelbuild/bazel/blob/584514771f245855232d412e77ed68d931476bae/tools/cpp/cc_configure.bzl#L185-L186) (toolchains are defined [here](https://github.com/bazelbuild/bazel/blob/584514771f245855232d412e77ed68d931476bae/tools/osx/crosstool/BUILD.toolchains) and [here](https://github.com/bazelbuild/bazel/blob/584514771f245855232d412e77ed68d931476bae/tools/cpp/BUILD.toolchains.tpl)). This is desirable because it makes it possible to just use `@llvm_toolchain//toolchains:all` (for example) when using this toolchain with a toolchain...
See: https://github.com/grailbio/bazel-toolchain/pull/118#issuecomment-950241733
## issue This is another issue like #20942 but with a twist: rather than being triggered by _usages_ of external repos within the repository rule that's invoked by the module...
catsigma/parcel-plugin-wasm.rs#30 has more details.