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: Kawa-1.9.90 available


On 5/27 I sent out:

> Hello All,
> The following expressions produce a trace in 1.9.1:
> #|kawa:1|# (define (x a) (display a))
> #|kawa:2|# (trace x)
> #|kawa:3|# (x 1)
> call to x (1)
> return from x =>
> 1
> #|kawa:4|#
> However the same expressions using the current svn do not:
> #|kawa:1|# (define (x a) (display a))
> #|kawa:2|# (trace x)
> #|kawa:3|# (x 1)
> 1
> #|kawa:4|#
> Is there a configure switch to enable tracing?
> This is compiled with JDK 1.6.0.

And on 6/1 I sent out:

> It looks like this problem occurs between revision 6207 and 6208 of
the svn.

It is still broken using the 1.9.90 jar.  This is another macro
expansion problem, I think because if you execute what the trace macro
is doing by hand, the function is traced.

Dan Stanger
Eaton Vance Management
Two International Place 
Boston, MA 02110
Mobile: 617 646 9682
Office: 617 672 8261

-----Original Message-----
From: kawa-owner@sourceware.org [mailto:kawa-owner@sourceware.org] On
Behalf Of Per Bothner
Sent: Monday, August 10, 2009 2:07 PM
To: Dan Stanger
Cc: kawa@sourceware.org
Subject: Re: Kawa-1.9.90 available

On 08/10/2009 10:57 AM, Dan Stanger wrote:
> Are there any plans to look at the tracing problem?

Do you mean the "Macro expansion problem" message from 5/19?
I wrote 5/22 that I had checked in a fix.
Is it still/again broken?
-- 
	--Per Bothner
per@bothner.com   http://per.bothner.com/


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