chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] javahack bug?


From: Fred Morain-Nicolier
Subject: [Chicken-users] javahack bug?
Date: Thu, 20 Sep 2007 10:04:52 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Hello,

i try to use the javahack eggs in order to debug java-based programs. I get 
confused when trying to create Arrays. I finally find a problem (a bug?) when
sending some expressions to jscheme. Here is an example : 

<session>
CHICKEN
Version 2.710 - linux-unix-gnu-x86-64 - ...
#;1> (use javahack)
; loading /usr/local/lib/chicken/2/javahack.scm ...
; loading /usr/local/lib/chicken/2/javahack-base.so ...
#;2> (java-send '(list->array double.class (list 1 2 3)))
Error: list-terminator mismatch
#\)
#\]
 Call history:
 <syntax>                (java-send (quote (list->array double.class (list 1 2 
3))))
 <syntax>                (quote (list->array double.class (list 1 2 3)))
 <eval>          (java-send (quote (list->array double.class (list 1 2 3))))    
 
</session>

Is someone ever get (and resolved?) this problem ?
thanks,
Fred






reply via email to

[Prev in Thread] Current Thread [Next in Thread]