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: Tracing problem in 1.9.3


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

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

-----Original Message-----
From: Dan Stanger 
Sent: Wednesday, May 27, 2009 11:17 AM
To: kawa@sources.redhat.com
Subject: Tracing problem in 1.9.3

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.

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


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