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: %sort-vector bug


On 01/13/2011 08:38 AM, Jamison Hope wrote:
Hello,

I was testing the (rnrs sorting) library and found that list-sort worked
as advertised, but vector-sort gave me a void return. I tracked it down
to %sort-vector (in srfi95.scm) erroneously being declared to return "::
void" rather than ":: vector". Please apply this patch (or just remove
the ":: void").

Thanks - I checked in this patch. -- --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]