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

/. ** 0/ matches the whole string instead of nothing #3027

Closed
p6rt opened this issue Jan 16, 2013 · 5 comments
Closed

/. ** 0/ matches the whole string instead of nothing #3027

p6rt opened this issue Jan 16, 2013 · 5 comments

Comments

@p6rt
Copy link

p6rt commented Jan 16, 2013

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

Searchable as RT116415$

@p6rt
Copy link
Author

p6rt commented Jan 16, 2013

From cedric.vincent@gmail.com

http://irclog.perlgeek.de/perl6/2013-01-16#i_6339519

08​:31 cedrvint hello #perl6
08​:32 rn​: say("test" ~~ /. ** 0/)
08​:32 p6eval niecza v24-17-gd343a2a​: OUTPUT«#<match from(0) to(0)
text() pos([].list) named({}.hash)>␤»
08​:32 ..rakudo c3f565​: OUTPUT«「test」␤␤»
08​:32 cedrvint is this^ a bug in Rakudo?
08​:33 sorear I would say so

@p6rt
Copy link
Author

p6rt commented Jan 24, 2013

From @FROGGS

What happened that it works now?

<FROGGS> r​: say "test" ~~ m/. ** 0/
<p6eval> rakudo b49cbe​: OUTPUT«「」␤␤»

@p6rt
Copy link
Author

p6rt commented Jan 24, 2013

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

@p6rt
Copy link
Author

p6rt commented Jan 24, 2013

From @FROGGS

This nqp-version-bump fixed it​:
rakudo/rakudo@efac0f1

Test​:
Raku/roast@9a11e22

@p6rt
Copy link
Author

p6rt commented Jan 24, 2013

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

@p6rt p6rt closed this as completed Jan 24, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant