From: Chongkai Zhu (czhu at cs.utah.edu) Date: Fri May 22 04:04:45 EDT 2009 |
|
Eli Barzilay wrote: > * Noel Welsh <noelwelsh at gmail.com>, Chongkai Zhu <czhu at cs.utah.edu> > - SRFI Tests > - Ensure that all claimed srfi's are in the bundle and they all load > into mzscheme or drscheme (as appropriate) > > Find an error: (require srfi/1/cons) (make-list 0) procedure make-list: expects 2 arguments, given 1: 0 The 2nd argument of SRFI 1 version of mak-list is optional. Caused by SVN revision 14693 by eli. Chongkai
Posted on the dev mailing list. |
|