Rakudo explodes if you run (;) #5116
Comments
From @AlexDanielBut let's start with something less impressive. Code: Result: Woah! Ok, let's try this. Code: Result: Okay, that's a bit less impressive. Let's try with () Code: Result: Non-QAST node visited BOOTInt Non-QAST node visited BOOTInt Non-QAST node visited BOOTInt Non-QAST node visited BOOTInt Non-QAST node visited BOOTInt Non-QAST node visited BOOTInt … and so on. Of course, the output is more impressive if you have some other code in the |
@coke - Status changed from 'new' to 'open' |
From zefram@fysh.org$ perl6 -e '(;;)' '(;)' yields worse misbehaviour, with an infinite loop. -zefram |
From @jnthnOn Fri Feb 05 15:45:19 2016, alex.jakimenko@gmail.com wrote:
Fixed it so: * We won't infinite loop in that place if we hit it again Tests in integration/weird-errors.t. |
@jnthn - Status changed from 'open' to 'resolved' |
Migrated from rt.perl.org#127473 (status was 'resolved')
Searchable as RT127473$
The text was updated successfully, but these errors were encountered: