#1393: t/compilers/pge/pge_examples.t:  PASS by itself, FAIL during 'make smoke'
---------------------+------------------------------------------------------
 Reporter:  jkeenan  |       Owner:       
     Type:  bug      |      Status:  new  
 Priority:  major    |   Milestone:       
Component:  testing  |     Version:  1.9.0
 Severity:  high     |    Keywords:       
     Lang:           |       Patch:       
 Platform:           |  
---------------------+------------------------------------------------------

Comment(by bacek):

 Hello!

 Main problem in Sub/RetContinuation interaction:

 1. RetContinuation kills itself after invoke setting
 from_ctx->current_cont to NULL.
 2. OTOH Sub.invoke can attach same continuation to different CallContext.

 I'm not sure why it's happen, but strongly recommend to remove line 88 in
 retcontinuation.pmc. Moreover, because RetContinuation's from_obj is
 always NULL (afaiu) we can remove RetContinuation PMC totally and use
 normal Continuation.

 --
 Bacek

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/1393#comment:18>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to