-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: use negative assertions instead of fixed assignments
In previous commits we replaced some usages of fixed assignments. The only remaining usage was for excluded packages, but since excluded packages are basically negative assertions, we can reuse the (IMO simpler) negative assertion system. As a bonus, we get a reduction in LOC.
- Loading branch information
1 parent
6ff4fcf
commit a525ffb
Showing
2 changed files
with
13 additions
and
63 deletions.
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
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