Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Infinite loop in CATCH block including 'if' structure and printing $/ #1243

Closed
p6rt opened this issue Aug 22, 2009 · 5 comments
Closed

Infinite loop in CATCH block including 'if' structure and printing $/ #1243

p6rt opened this issue Aug 22, 2009 · 5 comments

Comments

@p6rt
Copy link

p6rt commented Aug 22, 2009

Migrated from rt.perl.org#68728 (status was 'resolved')

Searchable as RT68728$

@p6rt
Copy link
Author

p6rt commented Aug 22, 2009

From reqamst@gmail.com

In Rakudo r40625​:

% perl6 -e 'try { say abc; CATCH { say "A"; if "foo" ~~ /foo/ { say "B"; say
$/ } } }'
A
B
A
B
A
B
A
B
A
(infinite loop)

@p6rt
Copy link
Author

p6rt commented Jul 12, 2010

From @bbkr

On Kiev build​:

perl6 -e 'try { say abc; CATCH { say "A"; if "foo" ~~ /foo/ {say "B";
say $/ } } }'
A
B
foo

@p6rt
Copy link
Author

p6rt commented Jul 12, 2010

The RT System itself - Status changed from 'new' to 'open'

@p6rt
Copy link
Author

p6rt commented Feb 23, 2011

From @zhuomingliang

test added. see Raku/roast@f8f23b92fa

@p6rt
Copy link
Author

p6rt commented Feb 23, 2011

@moritz - Status changed from 'open' to 'resolved'

@p6rt p6rt closed this as completed Feb 23, 2011
@p6rt p6rt added the testneeded label Jan 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant