Actions
Bug #8676
closedBitVector's comparison operations return BitVector
Start date:
01/17/2018
Due date:
% Done:
100%
Estimated time:
Detected in build:
svn
Platform:
Published in build:
0.4.28
Description
It seems a bit strange that BitVector
's comparison operations (e.g., ule
) return BitVector
. I expect them to return bool
.
The code BitVectorMath.ule(a, b).equals(BitVector.TRUE)
looks ugly.
Updated by Andrei Tatarnikov almost 7 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Done - ac4347f
Updated by Andrei Tatarnikov almost 7 years ago
- Status changed from Resolved to Closed
- Published in build set to 0.4.28
Actions