Re: ice-9/q.scm bug fix

2004-01-06 Thread Kevin Ryde
Richard Todd [EMAIL PROTECTED] writes: It appears to be a lisp-ism, where (not '()) was expected to return #t, and of course in scheme it does not. Thanks, I applied your fix. ___ Bug-guile mailing list [EMAIL PROTECTED]

ice-9/q.scm bug fix

2003-12-30 Thread Richard Todd
While looking through guile modules for my guile standard library project, I came across a bug in (ice-9 q) which makes the queue invalid if you pop all the entries off if it. It appears to be a lisp-ism, where (not '()) was expected to return #t, and of course in scheme it does not. Attached,