bug#10388: Assoc list confusion in set-procedure-properties!

2012-01-05 Thread Ludovic Courtès
Hello! Mike Gran skribis: > In Guile 2.0.2, scm_set_procedure_properties (when SCM_ENABLE_DEPRECATED) > has a call to scm_assq where the KEY and ALIST parameters are reversed. >   > To demonstrate, try this >> (define (func x) #t) >> (set-procedure-properties! func (procedure-properties func)) >

bug#9776: case-lambda should accept zero clauses

2012-01-05 Thread Ludovic Courtès
Hi Göran, Sorry for the delay. Göran Weinholt skribis: > the case-lambda form is specified in r6rs-lib as accepting any number of > clauses, including zero. So this should not give an error: My interpretation of the ‘case-lambda’ implementation on p. 15 of r6rs-lib.pdf is that ‘case-lambda-hel