This is the mail archive of the kawa@sourceware.org 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]
Other format: [Raw text]

Re: srfi-14 char-set<= problem


On Nov 27, 2014, at 12:45 PM, Seth Alves <alves@hungry.com> 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..

--
Jamison Hope
The PTR Group
www.theptrgroup.com


Attachment: srfi14-fix.patch
Description: Binary data


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