Closed zachwolfe closed 2 years ago
Just checked; this case is now "fixed", however, the compiler seems to have gone too far in the other direction, by not checking the size of int literals at all, and leaving it up to the interpreter to deal with huge values. See #125
If you try to write the following:
...the compiler will complain that 128 doesn't fit into i8. It makes sense why this happens, but it's obviously a bug.