]> gitweb.factorcode.org Git - factor.git/commit
slots: Don't coerce flots to integers in tuple slots. Add an initial value for bignum...
authorDoug Coleman <doug.coleman@gmail.com>
Tue, 31 Jul 2012 01:16:44 +0000 (18:16 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Tue, 31 Jul 2012 01:16:44 +0000 (18:16 -0700)
commit78db66a924d442168a9f154eca8c46529e4a0156
treed272c30fa2482bb68043793200b0c6f643152f5e
parentffe1c510ae731e67cfeb60f0bc5a96b48b4616b0
slots: Don't coerce flots to integers in tuple slots. Add an initial value for bignums so they can be used as tuple slot types. Fixes #593.
core/bootstrap/primitives.factor
core/slots/slots.factor