Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support using configured rule inputs from 7.0.0 prereleases #74

Merged
merged 2 commits into from
Aug 30, 2023

Conversation

illicitonion
Copy link
Collaborator

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

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 bazel-contrib#72
pkg/hash_cache.go Outdated Show resolved Hide resolved
pkg/hash_cache.go Outdated Show resolved Hide resolved
@illicitonion illicitonion merged commit cfae1f3 into bazel-contrib:main Aug 30, 2023
1 check passed
@illicitonion illicitonion deleted the configured-rule-inputs branch August 30, 2023 17:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Possible circular configurations?
3 participants