nac3core: fix bool to int conversion #130

Merged
sb10q merged 1 commits from bool_to_int_fix into master 2021-12-13 10:40:34 +08:00
Collaborator

now int32(True) and int64(True) is -1, which should be 1.

now `int32(True)` and `int64(True)` is `-1`, which should be `1`.
ychenfo added 1 commit 2021-12-13 04:26:07 +08:00
sb10q merged commit 82359b81a2 into master 2021-12-13 10:40:34 +08:00
sb10q deleted branch bool_to_int_fix 2021-12-13 10:40:34 +08:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: M-Labs/nac3#130
No description provided.