Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
While running, an error was thrown from IntBitSet "key must be positive, but was 1784316" - which indicates the error message forgot about offsets, and the maybeSwitchRepresentation method of PositiveIntSet also did for this case. Check other cases too.