Remix.run Logo
Conscat 3 days ago

I'm not sure that issue would be caught by ordinary testing. It will implicitly cast into long long, so it might make little or no difference in this case.

eska 3 days ago | parent [-]

A lot of people use i64 in the global namespace, so this will affect later code. It's basically `#define true false`. When I consider a library I will do a quick sniff test to look for very obvious mistakes, at which point I won't look further.

colleagueRiley 3 days ago | parent [-]

:( That's disappointing, but I understand.