Comment #0 by yuri.musashi.miwa.tamura — 2013-11-22T19:48:32Z
import std.stdio;
import std.bigint;
void main() {
BigInt x = 0;
writeln(x > 0);
}
=> true
This seems new in v2.064.
Comment #1 by hsteoh — 2013-11-23T10:08:35Z
This is caused by the changes in commit 202d182152575db1d744ed5ee89b05a39e5a807b. BigUint.opCmp(Tulong y) returns the wrong result for comparison with 0.