Skip to content

Releases: gemini/bazel-diff

bugfix - bazel-diff with depth

03 Aug 21:02
85711dc
Compare
Choose a tag to compare

Bugfix: actually decrement depth variable each iteration to properly calculate hashes taking the depth into account

bazel-diff with depth

26 Jul 14:53
48b4462
Compare
Choose a tag to compare

Includes an additional flag, depth, for the generate-hashes command. This specifies an upper bound on the depth of the build graph to hash. If the depth parameter is omitted, the search is unbounded.

Can be used to limit the scope, with respect to locality, of the impacted targets returned.