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] |
On 11/30/2014 10:02 PM, Jamison Hope wrote:
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 -sethYup, 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/
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |