Closed alanjds closed 6 years ago
The optimizations on IntType+IntType does not upcast to Long if too big. I do not think it is worth right now.
I am closing this PR without merging, as the only new feature is broken. See:
testing/while_test_py PASS
testing/with_test_py PASS
Exception: foo
--- FAIL: TestIntBinaryOps (0.00s)
int_test.go:94: Add(9223372036854775807, 1) = -9223372036854775808, want 9223372036854775808L
FAIL
Rebased from @aisk branch
builtin-sum