This is the mail archive of the kawa@sourceware.org mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Format's W directive not handling shared structures correctly.


On 27 November 2011 23:10, Per Bothner <per@bothner.com> wrote:
> Actually, my reading the Common Lisp Hyperspec is that ~W does *not*
> automatically set *print-circle* - it needs to be set explicitly.

Quite right, I forgot to mention the SRFI-48 stuff.

> I fixed your patch to update TracedProcedure.java. ÂDon't know you
> you missed that.

Ooops, I wasn't aware of it's existence. Sorry about that!

> I factored out the common code in my modification.

Thanks.

> The result is "#1=((a . z) #1# #1#)" but IMO it should be
> "(#1=(a . z) #1# #1#)". ÂCould you look into it?

I'll try and look into this at some point this week.

Charlie.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]