1.0.26.20: tighter VECTOR-PUSH-EXTEND argument type
authorChristophe Rhodes <csr21@cantab.net>
Mon, 23 Mar 2009 11:59:48 +0000 (11:59 +0000)
committerChristophe Rhodes <csr21@cantab.net>
Mon, 23 Mar 2009 11:59:48 +0000 (11:59 +0000)
commit06092ed641dc7126064b25c5377cbd953bb7c4c6
tree68ec524d143aa29541030f5a4844ab542d193d03
parent121a6e2e935db79d09b5e687bd4380fbaa17ed93
1.0.26.20: tighter VECTOR-PUSH-EXTEND argument type
The optional extension parameter must be a positive integer.
... declare this in fndb;
... fix the erroneous use in constraints (not only ensuring
positivity, but also it's an extension not a new-length
parameter).
Issue brought to light by Peter Graves' XCL.
src/compiler/constraint.lisp
src/compiler/fndb.lisp
version.lisp-expr