From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26415 invoked by alias); 1 Dec 2014 21:51:47 -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 26405 invoked by uid 89); 1 Dec 2014 21:51:46 -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; Mon, 01 Dec 2014 21:51:45 +0000 Received: from [10.9.9.207] (helo=mailfront03.runbox.com) by bars.runbox.com with esmtp (Exim 4.71) (envelope-from ) id 1XvYsg-0002Yq-Vk for kawa@sourceware.org; Mon, 01 Dec 2014 22:51:43 +0100 Received: from 70-36-239-128.dsl.dynamic.fusionbroadband.com ([70.36.239.128] helo=toshie.bothner.com) by mailfront03.runbox.com with esmtpsa (uid:757155 ) (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.76) id 1XvYsb-0006lJ-K6 for kawa@sourceware.org; Mon, 01 Dec 2014 22:51:37 +0100 Message-ID: <547CE2E5.2080602@bothner.com> Date: Mon, 01 Dec 2014 21:51: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: srfi-14 char-set<= problem References: <54776323.4000101@hungry.com> In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2014-q4/txt/msg00107.txt.bz2 On 11/30/2014 10:02 PM, Jamison Hope wrote: > On Nov 27, 2014, at 12:45 PM, Seth Alves wrote: > >> (import (scheme base) (scheme write) (srfi 14)) >> (write (char-set<= (char-set #\u) (char-set #\u))) >> (newline) >> (write (char-set<= (char-set #\u) (char-set #\u #\a))) >> (newline) >> >> This prints: >> >> #t >> #f >> >> -seth > > Yup, there was a bug in the char-set<= logic. The attached patch should fix it. Per, if you would do the honors.. Checked in. Thanks. -- --Per Bothner per@bothner.com http://per.bothner.com/