[plt-dev] Pre-Release Checklist for v4.2

From: Matthias Felleisen (matthias at ccs.neu.edu)
Date: Fri May 22 08:25:19 EDT 2009

make-list always takes two arguments. There is no natural fill value.



On May 22, 2009, at 4:14 AM, Eli Barzilay wrote:

> On May 22, Chongkai Zhu wrote:
>>
>> procedure make-list: expects 2 arguments, given 1: 0
>
> OK, quick poll time:
>
> 1. What should the default value be (#f as it was, #<void> because it
>    makes more sense, or 0 because that's what `make-vector' uses)?
>
> 2. Which one should be fixed -- only the srfi/1 version, or the
>    scheme/list version (implying srfi/1 too)?
>
> --  
>           ((lambda (x) (x x)) (lambda (x) (x x)))          Eli  
> Barzilay:
>                   http://www.barzilay.org/                 Maze is  
> Life!
> _________________________________________________
>   For list-related administrative tasks:
>   http://list.cs.brown.edu/mailman/listinfo/plt-dev



Posted on the dev mailing list.