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: BRL with kawa 1.8.91


My brl page now contains [(symbol->string 'b)] .
Here is a partial backtrace after the call to atEvalLevel.lambda1$X
(x.brl .
  [1] atEvalLevel.lambda1$X (x.brl:1)
  [2] atEvalLevel.apply (null)
  [3] gnu.mapping.CallContext.runUntilDone (CallContext.java:251)
  [4] gnu.mapping.CallContext.runUntilValue (CallContext.java:315)
  [5] gnu.expr.ModuleWithContext.applyN (ModuleWithContext.java:209)

After 2 step up commands I am at:
Step completed: "thread=main", gnu.mapping.CallContext.runUntilValue(),
line=31
 bci=30

main[1] print vst
 vst = "[0, ]"

Shouldn't vst contain [1,"b"] or something like that?

Dan Stanger
Eaton Vance Management
Two International Place 
Boston, MA 02110
Mobile: 617 646 9682
Office: 617 672 8261
-----Original Message-----
From: Per Bothner [mailto:per@bothner.com] 
Sent: Friday, May 08, 2009 5:28 PM
To: Dan Stanger
Cc: kawa@sources.redhat.com
Subject: Re: BRL with kawa 1.8.91

On 05/08/2009 01:55 PM, Dan Stanger wrote:
> Hello All,
> I have managed to get brl compiled with kawa 1.8.91, with a few minor
> changes to the brl servlet and brl code.
> I am seeing the following problem using applyFile, a brl test harness.
> A page containing [(list->string '(#\a))] does not produce output, but
a
> page containing ["hello"] does.  Where is the best place to start
> looking for this problem?

What I do: Add print-statements where it might be helpful
and check the output ...

Are you using the old eval-based KRL implementation, or
my module-based implementation?  (Bruce mentioned moving
towards the latter in an email on 07/14/2008.)  I'm
more familiar with the latter, of course, and it would
be easier for me to help.  Plus I really think that's
what you should be aiming for.
-- 
	--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]