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

Statement-modifying 'when' not implemented in Rakudo master (but was in the alpha branch) #1860

Closed
p6rt opened this issue Jun 21, 2010 · 5 comments
Labels

Comments

@p6rt
Copy link

p6rt commented Jun 21, 2010

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

Searchable as RT75916$

@p6rt
Copy link
Author

p6rt commented Jun 21, 2010

From @masak

<masak> rakudo​: given 42 { say "Int" when Int }
<p6eval> rakudo c6a829​: OUTPUT«===SORRY!===␤Missing block at line 11, near "}"␤»
<masak> alpha​: given 42 { say "Int" when Int }
<p6eval> alpha 30e0ed​: OUTPUT«Int␤»
* masak submits rakudobug

@p6rt
Copy link
Author

p6rt commented Jun 28, 2010

From @pmichaud

Added in aea3bbc. Assigning to moritz++ for spectest coverage.

Pm

@p6rt
Copy link
Author

p6rt commented Jun 28, 2010

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

@p6rt
Copy link
Author

p6rt commented Oct 1, 2011

From @moritz

tested in S04-statements/given.t

@p6rt
Copy link
Author

p6rt commented Oct 1, 2011

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

@p6rt p6rt closed this as completed Oct 1, 2011
@p6rt p6rt added the Bug 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