On Wed, Apr 15, 2009 at 9:40 PM, Boris Smilga boris.smilga@gmail.com wrote:
On Wed, Apr 15, 2009 at 2:13 AM, Henrik Hjelte henrik@evahjelte.com wrote:
Trying the latest patches on todays cvs version of sbcl, 1.0.27.9, totally breaks the testcases. Whereas the old version works. So be a bit careful to use the darcs version for a while in a stable environment.
Uh... That could be SBCL bugs, couldn't it?
Not a bug, of course. SBCL just began to enforce the ANSI provision that the EXTENSION argument to VECTOR-PUSH-EXTEND must be a positive integer. All test failures but one were happening when VECTOR-PUSH-EXTEND was being passed 0 as that argument. That's fixed now, I'll post patches some time later.
- B. Sm.