Yes, it's true. Thanks to dgym on #chicken for reporting this:

--- old-chicken/srfi-18.scm     2006-08-07 21:56:16.000000000 +0200
+++ new-chicken/srfi-18.scm     2006-08-07 21:56:16.000000000 +0200
@@ -241,7 +241,7 @@
            ct 1
            (lambda ()
              (case (##sys#slot thread 3)
-               [(dead) (##sys#apply-values (##sys#slot thread 2))]
+               [(dead) (apply return (##sys#slot thread 2))]
                [(terminated)
                 (return
                  (##sys#signal

I bow my head in shame.


cheers,
felix


--
http://galinha.ucpel.tche.br:8081/blog/blog.ssp


_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to