-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Somewhat hide XSETs assumption about EQL-hash
There's not a way to directly regression test that XSET-ELT-HASH is stable since EQL-HASH is only unstable with #+(and aslr relocatable-static-space) which isn't a config tested among our myriad CI builds. Theoretically we could make a shell test that starts SBCL 2 or 3 times, looking for any changes in the hash of NIL, but there's a second problem which is that SBCL often crashed at startup on the gcc farm machine I was using, and it doesn't usually. So this config isn't reliable enough to test on anyway from what I see.
- Loading branch information
Showing
1 changed file
with
28 additions
and
7 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