]> gitweb.factorcode.org Git - factor.git/commit
core: Throw an error when assigning a bignum to a fixnum tuple slot if the bignum...
authorDoug Coleman <doug.coleman@gmail.com>
Fri, 3 Aug 2012 21:59:59 +0000 (14:59 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Fri, 3 Aug 2012 21:59:59 +0000 (14:59 -0700)
commitcd9dd9d7521fd5abb934d52b0d5dda23e65cc58d
treede7f7398c1aeb89d6d032f790732b0d2c953adb7
parent16de2794de987889a26a586aeea43b118f924caf
core: Throw an error when assigning a bignum to a fixnum tuple slot if the bignum doesn't fit. Fixes #594.
basis/compiler/tree/modular-arithmetic/modular-arithmetic.factor
basis/compiler/tree/propagation/transforms/transforms.factor
core/bootstrap/primitives.factor
core/classes/tuple/tuple-tests.factor
core/math/integers/integers.factor
core/math/math.factor