Performs Bazel Target Diffing between two revisions in Git, allowing for Test Target Selection and Selective Building

bazel target-selection test-selection
1 Open Issue Need Help Last updated: Jun 26, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The task is to debug and fix a bug in the `bazel-diff` tool where an empty input file and a missing input file produce the same target hash. This involves analyzing the `SourceFileHasher.kt` code, understanding how file hashes are generated, and modifying the logic to differentiate between empty and missing files, ensuring that changes are reflected correctly in the target hash.

Complexity: 4/5
good first issue

Performs Bazel Target Diffing between two revisions in Git, allowing for Test Target Selection and Selective Building

Kotlin
#bazel#target-selection#test-selection