-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow use of
filter-incompatible-targets
for Bazel >= 7.4.0 (#95)
- Loading branch information
1 parent
acd98d2
commit 5506d15
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5506d15
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just noticed there's a small bug here:
versions.ReleaseIsInRange
is inclusive, which meanshasIncompatibleTargetsBug
will evaluate to true up to -and including- 7.4.0.Bazel 7.4.1 is just around the corner though, so it's probably ok to leave the code as it is.