joeleba

Results 26 comments of joeleba

Could you also provide a diff of the time spent on `BuildDriverFunction.checkActionConflict` between 6.5.0 and 7.0.2? Just to confirm that we indeed spend more time there and the extent of...

Another question: did you see any action conflict being reported in your build? You can either look in the terminal output, or do a run with `--nokeep_going`.

From tracing the code with the debugger, it seems like your theory is correct, Lukacs. `actual_file` was first generated via `:proxy` and then only recognized later as a top level...

Thanks for sending this. I'll do a review either today or tomorrow.

@joeljeske do you have a way to reproduce this issue? Thanks.

Have you tried `--output=(proto|jsonproto|textproto)`? You'd have a dedicated field for `arguments` https://github.com/bazelbuild/bazel/blob/75e5d2f89e0d4ef117222f373fa1cf1bbd60a89e/src/main/protobuf/analysis_v2.proto#L77

This is a known limitation of Skymeld + BwoB. It's a tradeoff essentially: having both skymeld + bwob improves clean builds' performance, but comes with a performance penalty for incremental...

This is unfortunately a known limitation of skymeld (https://github.com/bazelbuild/bazel/issues/14057), which is on by default in Bazel 7. In this mode, we create a symlink to each entry under the source...

The commit that tells bazel to skip the paths listed in `.bazelignore` was cherrypicked into the release. You should be able to use that as a workaround. I'll lower the...