>
> Hi,
>
> Installing r7rs does not work for me,
>
> > Error: during expansion of (include ...) - bad argument count - received
> > 2 but expected 1: #<procedure
> > (r7rs-compile-time#expand-toplevel-r7rs-library-forms exps)>

I pushed a new version of the "r7rs" egg. The internal core procedure for
including files accepts a continuation procedure which recently was extended
to accept an additional argument. R7rs used this procedure and passed
an expander that didn't know about the additional argument. It now accepts
the arg (and ignores it), which should be compatible to older chicken's.

Thanks for reporting this.


felix


Reply via email to