From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mailtransmit04.runbox.com (mailtransmit04.runbox.com [IPv6:2a0c:5a00:149::25]) by sourceware.org (Postfix) with ESMTPS id 394773858D37 for ; Thu, 2 Nov 2023 21:59:07 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 394773858D37 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=bothner.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=bothner.com ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 394773858D37 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=2a0c:5a00:149::25 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1698962357; cv=none; b=I/H7ignarygbrcf7BYBEdP3zVp7cpbpzpNJvcGGd6Iu9FeQzu0wTUpKTo6gZ5dDM0BkUJFI+xCwWmW56RAz5PrdwXAJ05ooiQyAfQIy6z9yilKBhVd1T4lM4hr9AEVgOyFidU6TSU+P1PptfxsKfvU4VNaCPLBNQSUfhUvxGge8= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1698962357; c=relaxed/simple; bh=h3yVoiuUz2ZsZg63AO7v4epEIjlBMFX5LDhiqpAlO1I=; h=DKIM-Signature:Message-ID:Date:MIME-Version:Subject:To:From; b=fIO7o2C1/r2r1H+DPN9bknzv384m96iwLEqs0DxLQSunGdgaJh+C3U57MzHvi9Tf4HQU1G6Gm+X8Q8W5HrMkCwR27wFAwCjOK1kqWgiZh8aEg3W7XHmsuaxrJP6f2Di9X2xahqndHEQaTDFKYe9OqdkxXFNgPanfR9rDrl4KWE4= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from mailtransmit02.runbox ([10.9.9.162] helo=aibo.runbox.com) by mailtransmit04.runbox.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.93) (envelope-from ) id 1qyfiS-001UGL-TK; Thu, 02 Nov 2023 22:59:04 +0100 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=bothner.com ; s=selector1; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:From: References:Cc:To:Subject:MIME-Version:Date:Message-ID; bh=2HziAnxnd+E7CE/hHkWGM6W9C+appmDNm0jtR8mfX4M=; b=fhXbA58ldl6H3vAlt611Zulb05 cIcsG84xlMTsJg6S6gxl9NRAmSI6H2gMmLIjdUZmYlp/3kt21r6pqm74JszzsrMDoLCWfv/CiuIGO RGinqQtcDpyLz2Hyj7xcwMcCZb9Oi4lbtwNXnFRLhe2FdfZmpMk/7jTxZKjnzR7rtF8jUhurKjrh6 pCBtLIqBRrZlkMPa1E8kQYTfjKkVjsZkCwDHvwsEkt4mAxyH5YxnsEqbcHbwbDiNAU76hQhSCaEyQ Uk4PPWSbBHYkQj3Gfjt/VS5cjZ9e9lnzN8AfxsXH8Qa8BPv06aiA193HMCxY7QonE2JGPJum0gFPo 4Hyp1/AA==; Received: from [10.9.9.74] (helo=submission03.runbox) by mailtransmit02.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1qyfiS-0002pw-7v; Thu, 02 Nov 2023 22:59:04 +0100 Received: by submission03.runbox with esmtpsa [Authenticated ID (524175)] (TLS1.2:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.93) id 1qyfiO-001XoW-5Q; Thu, 02 Nov 2023 22:59:00 +0100 Message-ID: <436b231e-bb91-4515-a2cf-7baca3a5a359@bothner.com> Date: Thu, 2 Nov 2023 14:58:46 -0700 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: unbound location: * Content-Language: en-US To: Damien Mattei Cc: kawa mailing list References: From: Per Bothner In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-3.8 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_LOW,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On 11/2/23 14:51, Damien Mattei wrote: > seems a good idea but i can not fix it, i try: > (import (rename (gnu kawa) (proc orig-proc))) ... > Exception in thread "main" java.lang.VerifyError: Bad local variable type That is probably a bug in the Kawa code generator. I'm unlikely to have time to debug that. Certainly not without a simplified simple-to-reproduce test-case. Even with a good test-case, this is part of Kawa I haven't looked at in a long time, and I'm busy with other projects. -- --Per Bothner per@bothner.com http://per.bothner.com/