bazel-differ icon indicating copy to clipboard operation
bazel-differ copied to clipboard

Results 6 bazel-differ issues
Sort by recently updated
recently updated
newest added

While trying to debug https://github.com/Tinder/bazel-diff/issues/197 I thought I try this library. The performance is a lot better, kudos 👏, but unfortunately it does not support the `--fineGrainedHashExternalRepos=` flag https://github.com/Tinder/bazel-diff has....

Go install doesn't allow you to change binary name without doing another `mv` command. This change would allow someone to do go install `github.com/ewhauser/bazel-differ@latest` and get the binary exposed as...

Any chance we can get a permissive standard license on this?

Would love to have this directly on bzlmod

The external package no longer exists when `--noenable_workspace` is specified, causing bazel-differ to error: > ERROR: Skipping '//external:all-targets': no such package 'external': //external package is not available since the WORKSPACE...

The use of `diff_test` (and presumably other rules that accept a directory as an input) trigger an error in `generate-hashes`. Here is a minimal repro: https://github.com/jfirebaugh/bazel-differ-test Running `bazel run @multitool//tools/bazel-differ...