Release 4.3.102
·
11 commits
to master
since this release
[cppia] Fix int overflow in arithmetic assignments (#1258) * [cppia] Fix int overflow in arithmetic assignments Currently, the cppia interp runtime uses float operations for arithmetic assignments such as *=. This results in inconsistent int overflow behaviour. * [tests] Add regression test for int *= overflow