Re: Another load path idea

2006-02-11 Thread Marius Vollmer
Neil Jerram <[EMAIL PROTECTED]> writes: > I'd personally like to have this in 1.8. Any objections? Hmm, I'm inclined not to put this into 1.8, at least not in 1.8.0. I can't really put my finger on it, as I see nothing fundamental wrong with the patch, but I also don't see the immediate need fo

Re: [PATCH] Fix for `make-uniform-array'

2006-02-11 Thread Marius Vollmer
Kevin Ryde <[EMAIL PROTECTED]> writes: > [EMAIL PROTECTED] (Ludovic Courtès) writes: >> >> $ ./pre-inst-guile # i.e., 1.7 >> guile> (define a (make-uniform-array #\nul 10)) >> ERROR: Wrong type (expecting exact integer): #\nul >> ABORT: (wrong-type-arg) > > That's a bug. In 1.6 you could