-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In the buddy allocator, tuples can end up being larger than 8, and so the error comes up as a solver rather than a more helpful arity one. This commit inserts a quick fix to make it fail at a better location. It does not come with a test because the buddy allocator is too large and slow to cut down, and I don't know how to coax Cerberus into generating tuples that big.
- Loading branch information
Showing
1 changed file
with
18 additions
and
11 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