From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 772 invoked by alias); 10 Jul 2019 03:02:13 -0000 Mailing-List: contact kawa-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: kawa-owner@sourceware.org Received: (qmail 764 invoked by uid 89); 10 Jul 2019 03:02:13 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-5.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy= X-HELO: aibo.runbox.com Received: from aibo.runbox.com (HELO aibo.runbox.com) (91.220.196.211) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 10 Jul 2019 03:02:11 +0000 Received: from [10.9.9.203] (helo=mailfront21.runbox) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1hl2rv-0006nG-IZ; Wed, 10 Jul 2019 05:02:07 +0200 Received: by mailfront21.runbox with esmtpsa (uid:757155 ) (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) id 1hl2rr-0005AH-OO; Wed, 10 Jul 2019 05:02:04 +0200 Subject: Re: Problem with storing types in variables To: Peter , kawa mailing list References: <87a7dndojd.fsf@nexoid.at> From: Per Bothner Message-ID: <158f7270-8d63-a9ca-950c-4ac53a9ceb33@bothner.com> Date: Wed, 10 Jul 2019 03:02:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.2 MIME-Version: 1.0 In-Reply-To: <87a7dndojd.fsf@nexoid.at> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2019-q3/txt/msg00003.txt.bz2 On 7/9/19 11:57 AM, Peter wrote: > however: > > (define faa float[][]) > (faa length: 10) > > does not. This used to work in earlier versions of kawa, but now I get: > > java.lang.ClassCastException: don't know how to coerce gnu.math.IntNum to float[] Should work now (in git master). -- --Per Bothner per@bothner.com http://per.bothner.com/