#1932: rakudo on parrot RELEASE_2_11_0-656-g27c0799 executes main body twice
---------------------+------------------------------------------------------
 Reporter:  moritz   |       Owner:        
     Type:  bug      |      Status:  new   
 Priority:  normal   |   Milestone:        
Component:  none     |     Version:  2.11.0
 Severity:  release  |    Keywords:        
     Lang:           |       Patch:        
 Platform:           |  
---------------------+------------------------------------------------------

Comment(by jkeenan):

 As of commit b9e9c3cb8ad4c84853edaa3114bda8456f0783cc, I believe this
 problem is fixed.

 1.
 {{{
 [par...@w5028539] 516 $ cat ../rakudo/parrot/x.pir
 .sub 'first'
     say 'first'
 .end

 .sub 'load' :load
     say ':load'
 .end

 [par...@w5028539] 517 $ ./parrot ../rakudo/parrot/x.pir
 first
 }}}
 2.
 {{{
 [rak...@w5028539] 520 $ ./perl6 -e 'say 3'
 3
 }}}
 3. I have both NQP-RX and Rakudo passing their respective `make test`
 suites.

 moritz/pmichaud:  Can you verify and close the ticket?  Thank you very
 much.

 kid51

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/1932#comment:5>
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