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

2018-03-14 Thread Chris Hanson
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

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

2018-03-13 Thread Patric Jonsson
;Aborting!: maximum recursion depth exceeded ? ___ MIT-Scheme-devel mailing list MIT-Scheme-devel@gnu.org https://lists.gnu.org/mailman/listinfo/mit-scheme-devel