You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
%< ---------------------------------------------------
Revision: 8402ae2
Branch: HEAD
Location: bvSliceBE
Message: invalid arguments to slice: 128 0 from vector of length 128
CallStack (from HasCallStack):
panic, called at src/What4/Panic.hs:17:9 in what4-1.0.0.0.99-inplace:What4.Panic
panic, called at src/What4/SWord.hs:325:5 in what4-1.0.0.0.99-inplace:What4.SWord
%< ---------------------------------------------------
A slice of 0 bits is rejected by the SWord module with a panic, but it should probably just be accepted instead and return the distinguished ZBV value instead.
The text was updated successfully, but these errors were encountered:
Previously, these would panic if a 0-bit slice was requested. Instead,
they now return the distinguished `ZBV` 0-length bitvector value.
Minor other tweaks.
Fixes#113
Previously, these would panic if a 0-bit slice was requested. Instead,
they now return the distinguished `ZBV` 0-length bitvector value.
Minor other tweaks.
Fixes#113
CF GaloisInc/saw-script#1166
%< ---------------------------------------------------
Revision: 8402ae2
Branch: HEAD
Location: bvSliceBE
Message: invalid arguments to slice: 128 0 from vector of length 128
CallStack (from HasCallStack):
panic, called at src/What4/Panic.hs:17:9 in what4-1.0.0.0.99-inplace:What4.Panic
panic, called at src/What4/SWord.hs:325:5 in what4-1.0.0.0.99-inplace:What4.SWord
%< ---------------------------------------------------
A slice of 0 bits is rejected by the SWord module with a panic, but it should probably just be accepted instead and return the distinguished
ZBV
value instead.The text was updated successfully, but these errors were encountered: