Internal bignum to int64_t convertion doesn't consider signness

Issue #138 resolved
Takashi Kato repo owner created an issue

The following should print minus second:

(date->time-utc (make-date 0 0 0 2 16 9 1945 3600))

But it prints plus second.

This is because Sg_BignumToS64 doesn't change signness when the element could is 1.

Comments (1)

  1. Log in to comment