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
* bugfix in mathutils.Bits.as_list
list(Bits(0, 2)) == [False, False] -- which is the correct behavior
Bits(0, 2).as_list() == [False] -- which was a bug
* DRY internal function and avoid blowing up length in tests
* fix tests
* bytes and hex both pad to 1 byte so combine test
* fix roundtripping tests
---------
Co-authored-by: Mahmoud Hashemi <[email protected]>
0 commit comments