forked from Perl/perl5
-
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.
hash keys: validate hash key length at compile time
This was new to me, I hadn't encountered this failure while working on the original "other I32 bugs". The original test here was failing with an "Out of memory" error since the long hash key length was overflowing the I32. Once that was fixed the test was failing purely due to the invalid code, once that was fixed the test passed so I removed the TODO.
- Loading branch information
Showing
2 changed files
with
8 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
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