]> gitweb.factorcode.org Git - factor.git/commit
sequences: Fix tests that broke when nth could only be integers. Undo integer>fixnum...
authorDoug Coleman <doug.coleman@gmail.com>
Thu, 26 Jul 2012 05:15:17 +0000 (22:15 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Thu, 26 Jul 2012 05:17:24 +0000 (22:17 -0700)
commit2996ef41ff449e035ecdc679eda89bfa2573242a
tree9cb0a0f4858a25982f34be027806f6369d8dcdfa
parent68f8d5bc1752c715d1a44c3b4ad756004d7a4106
sequences: Fix tests that broke when nth could only be integers. Undo integer>fixnum in iota nth. See bug #582.
basis/compiler/tree/cleanup/cleanup-tests.factor
core/growable/growable-tests.factor
core/sequences/sequences-tests.factor
core/sequences/sequences.factor