Hello! Mike Gran <[email protected]> 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)) > > ERROR: In procedure assq: Wrong type argument in position 2 > (expecting association list): arity Fixed along with the other bug of this line in fe2400c993927cd7d7ff89ebbe3af4c35e30a0e1, thanks! Ludo’.
