SapphireDensetsu / ypsilon

Automatically exported from code.google.com/p/ypsilon
Other
0 stars 0 forks source link

(xitomatl coroutines) no longer working #82

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
It worked previously.  It still works on Ikarus and MzScheme.  With Ypsilon
r402 and Xitomatl r157:

[d@eep:~/zone/scheme/xitomatl]-> ypsilon tests/coroutines-tests.sps 

(guard (ex (else (assertion-violation? ex))) (g0 'wrong 'number 'of 'args)
'unexpected-return) => unexpected-return ; *** failed ***
 ; expected result: #t

(g0 1 2) => args ; *** failed ***
 ; expected result: 1

(g0 'doesnt-matter) => 
error: unknown type of exception caught

irritants:
  #<condition
    &coroutine-finished: #<closure coroutine>
   >

error in raise: returned from non-continuable exception

irritants:
  #<record &coroutine-finished #<closure coroutine>>

backtrace:
  0  (include/resolve ("srfi" "78") "check.scm")
  ..."/home/d/zone/scheme/srfi/%3a78/lightweight-testing.sls" line 55
  1  (g0 'doesnt-matter)
  ..."/home/d/zone/scheme/xitomatl/tests/coroutines-tests.sps" line 75

[d@eep:~/zone/scheme/xitomatl]-> 

Original issue reported on code.google.com by derick.e...@gmail.com on 6 Mar 2009 at 9:04

GoogleCodeExporter commented 8 years ago
Thank you for your bug report!
I have fixed bugs in revision 403.
Please try. Thank you!
-- fujita

Original comment by y.fujita...@gmail.com on 7 Mar 2009 at 3:24

GoogleCodeExporter commented 8 years ago
It's fixed.

Original comment by derick.e...@gmail.com on 7 Mar 2009 at 5:34

GoogleCodeExporter commented 8 years ago
Thank you for your reply. I close this issue. :)
-- fujita

Original comment by y.fujita...@gmail.com on 7 Mar 2009 at 1:46