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]

Re: array help


Marco Vezzoli wrote:

>Sorry, this was the original text.
>
>Marco Vezzoli wrote:
>
>>Hi,
>>compiling this code generates an internal compiler error on kawa 1.6.94.
>>
>>
>>  (define ary ((primitive-array-new <java.lang.Object>) (vector-length
>>vec)))
>>  (define (setter array index value)
>>    ((primitive-array-set <java.lang.Object>) array index value))
>>
Seems to work in my current code.

>>I cannot access the cvs because of the firewall; please let me know if
>>there is any patch.
>>
Well, 1.6.96 has been released.  I guess I forgot to make an announcement.
    --Per



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