From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18212 invoked by alias); 26 Nov 2014 19:38:51 -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 18200 invoked by uid 89); 26 Nov 2014 19:38:51 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.2 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 (AES256-SHA encrypted) ESMTPS; Wed, 26 Nov 2014 19:38:49 +0000 Received: from [10.9.9.206] (helo=mailfront02.runbox.com) by bars.runbox.com with esmtp (Exim 4.71) (envelope-from ) id 1XtiQI-0007QG-3p for kawa@sourceware.org; Wed, 26 Nov 2014 20:38:46 +0100 Received: from 70-36-239-128.dsl.dynamic.fusionbroadband.com ([70.36.239.128] helo=toshie.bothner.com) by mailfront02.runbox.com with esmtpsa (uid:757155 ) (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.76) id 1XtiQ8-0005yY-T7 for kawa@sourceware.org; Wed, 26 Nov 2014 20:38:37 +0100 Message-ID: <54762C38.7000009@bothner.com> Date: Wed, 26 Nov 2014 19:38:00 -0000 From: Per Bothner User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: kawa@sourceware.org Subject: Re: guard in r7rs library References: <5473F4C3.7060003@hungry.com> In-Reply-To: <5473F4C3.7060003@hungry.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2014-q4/txt/msg00087.txt.bz2 On 11/24/2014 07:17 PM, Seth Alves wrote: > > Using guard inside an r7rs library seems to trigger a problem. > > exceptions.scm:43:12: unbound location: save > at gnu.mapping.SharedLocation.get(SharedLocation.java:22) > at gnu.mapping.DynamicLocation.get(DynamicLocation.java:28) I checked in fixes for this. I also added a test. -- --Per Bothner per@bothner.com http://per.bothner.com/