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

when fails to sink stuff when it's not in a given #6115

Open
p6rt opened this issue Mar 1, 2017 · 2 comments
Open

when fails to sink stuff when it's not in a given #6115

p6rt opened this issue Mar 1, 2017 · 2 comments
Labels

Comments

@p6rt
Copy link

p6rt commented Mar 1, 2017

Migrated from rt.perl.org#130895 (status was 'new')

Searchable as RT130895$

@p6rt
Copy link
Author

p6rt commented Mar 1, 2017

From @zoffixznet

23​:20 m​: given 42 { when *.so {Failure.new} }
23​:20 camelia rakudo-moar 9d497e​: OUTPUT​: «Failed␤ in block <unit> at <tmp> line 1␤␤Actually thrown at​:␤ in block <unit> at <tmp> line 1␤␤»
23​:20 IOninja This does sink it.
23​:20 m​: { when *.so {Failure.new} }
23​:20 camelia rakudo-moar 9d497e​: ( no output )
23​:20 IOninja but not this

@p6rt
Copy link
Author

p6rt commented Mar 1, 2017

From @zoffixznet

Sorry, wrong example of failure mode. It seems to happen in `while`​:

m​: while $++ < 5 { when {True} {Failure.new} }
rakudo-moar 9d497e​: ( no output )

@p6rt p6rt added the sink label Jan 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant