SomeGuyWhoLovesCoding
SomeGuyWhoLovesCoding
How come 14 tests failed?
This is an error from linux build 4.08.1: ```class Int64Helper { - | [...] 126 | } Type Int64Helper refined from class Int128Helper```
Guess what? I fixed it with no effort just today. It was just that the mask was wrong. The multiply mask for Int64 is 0xFFFF (65535) so The multiply mask...
> Just a quick question: > > https://github.com/SomeGuyWhoLovesCoding/haxe-int128/blob/5f616d5d557386d2be669b47b8bc846f589a7ea2/std/haxe/Int128.hx#L67C2-L73C3 > > Could it be that the overflow checks are missing on the `toInt` method? > > With kind regards, mikaib The...
Successfully finished implementing the Int128 numeral literal suffix for haxe. Now it's done.
I see why the issue happened in the first place now
Okay so I should've left the increment and decrement functions alone as the tests want My bad
The pain is finally over
Now time to wait until the action is fully finished with the checks and this pr gets merged
I gotta make an issue about that