This should be fixed now. It was dying due to a circular data structure --
which itself shouldn't have been printed.

But for future reference, if you think the thing you're printing may be
circular, do this:

    (parameterize ((param:pp-avoid-circularity? #t)) (pp ...))

I'm open to arguments in favor of making #t the default value.

On Tue, Mar 13, 2018 at 7:48 PM, Patric Jonsson <pat...@kth.se> wrote:

> ;Aborting!: maximum recursion depth exceeded
>
> ​
>
>
>
> _______________________________________________
> MIT-Scheme-devel mailing list
> MIT-Scheme-devel@gnu.org
> https://lists.gnu.org/mailman/listinfo/mit-scheme-devel
>
>
_______________________________________________
MIT-Scheme-devel mailing list
MIT-Scheme-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/mit-scheme-devel

Reply via email to