[plt-scheme] date? bug in SRFI 19
Maybe this one is better:
http://www.neilvandyke.org/srfi19-plt/
Sincerely,
Chongkai Zhu
======= At 2006-01-26, 13:10:18 John Clements wrote: =======
>
>On Jan 26, 2006, at 11:51 AM, pedro pinto wrote:
>
>> I think date? is missing from the SRFI 19 collect. There is a typo
>> in 19.ss:
>>
>> (rename srfi:date? date)
>>
>> BTW, is this the right mailing list for this kind of report?
>
>Yep, looks like a bug. FYI, I personally haven't observed this bug
>because SRFI 19 is another of those "conflict" srfi's, meaning that
>in a module, you must instead require (lib "time.ss" "srfi" "19").
>
>Fixed & committed.
>
>BTW, AFAIK SRFI 19 is KTBB (known to be buggy), or at the very least
>under-test-cased.
>
>