bazel-contrib / target-determinator

Determines which Bazel targets were affected between two git commits.
Apache License 2.0
144 stars 22 forks source link

Support using configured rule inputs from 7.0.0 prereleases #74

Closed illicitonion closed 1 year ago

illicitonion commented 1 year ago

This allows for more precise dependency analysis as we no longer need to guess configurations (where we over-estimate), and avoids potential deadlocks if we hit dependency cycles.

Fixes #72