Branch: refs/heads/main
Revision: 0f1420d
Author: bmcdonald3
Link: Unavailable
Log Message:
Merge pull request #18632 from bmcdonald3/map-halt
Fix bounds checking for map initializer
[ reviewed by @e-kayrakli ]
I left out bounds checking for resizeThreshold in one of the initializers for map after my last PR, so this adds that bound check in to be consistent in the map module.
Modified Files:
M modules/standard/Map.chpl
M test/types/chplhashtable/resize-threshold-oob1.good
M test/types/chplhashtable/resize-threshold-oob2.good
Compare: https://github.com/chapel-lang/chapel/compare/04d32d4e1d7b...0f1420d50077