mit-scheme-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MIT-Scheme-devel] (pp (current-thread))


From: Chris Hanson
Subject: Re: [MIT-Scheme-devel] (pp (current-thread))
Date: Wed, 14 Mar 2018 21:40:38 -0700

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 <address@hidden> wrote:
;Aborting!: maximum recursion depth exceeded




_______________________________________________
MIT-Scheme-devel mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/mit-scheme-devel



reply via email to

[Prev in Thread] Current Thread [Next in Thread]