This is the mail archive of the kawa@sources.redhat.com 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]

srfi-25 problem


Marco VEZZOLI <marco.vezzoli@st.com> wrote:
> It seems something's broken in SRFI-25
> 
> #|kawa:1|# (make-array (shape 1 10 1 10))
> java.lang.NullPointerException

Works for me on the latest CVS line:   

    cobalt% uname -a
    Linux cobalt 2.4.18 #1 SMP Sun Jun 22 13:39:37 PDT 2003 i686 unknown


    #|kawa:2|# (scheme-implementation-version) 
    1.7.90
    #|kawa:3|# (make-array (shape 1 10 1 10))
    #2a((#!null #!null #!null #!null #!null #!null #!null #!null #!null)
        (#!null #!null #!null #!null #!null #!null #!null #!null #!null)
        (#!null #!null #!null #!null #!null #!null #!null #!null #!null)
        (#!null #!null #!null #!null #!null #!null #!null #!null #!null)
        (#!null #!null #!null #!null #!null #!null #!null #!null #!null)
        (#!null #!null #!null #!null #!null #!null #!null #!null #!null)
        (#!null #!null #!null #!null #!null #!null #!null #!null #!null)
        (#!null #!null #!null #!null #!null #!null #!null #!null #!null)
        (#!null #!null #!null #!null #!null #!null #!null #!null #!null))


Regards,
Chris Dean



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