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

infix:<x> bails out for negative repetition indexes #150

Closed
p6rt opened this issue Jul 1, 2008 · 3 comments
Closed

infix:<x> bails out for negative repetition indexes #150

p6rt opened this issue Jul 1, 2008 · 3 comments
Labels

Comments

@p6rt
Copy link

p6rt commented Jul 1, 2008

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

Searchable as RT56516$

@p6rt
Copy link
Author

p6rt commented Jul 1, 2008

From @moritz

rakudo r28889​:

../../parrot perl6.pbc -e '"x" x -1'
Cannot repeat with negative arg

S03 doesn't elaborate on the semantics with negative args, which implies
that it uses p5 semantics, which is an empty string.

infix​:<xx> seems to have it right at a first glance.

Cheers,
Moritz

--
Moritz Lenz
http://moritz.faui2k3.org/ | http://perl-6.de/

@p6rt
Copy link
Author

p6rt commented Jul 2, 2008

From @moritz

fixed in r28932, bacek++

@p6rt
Copy link
Author

p6rt commented Jul 2, 2008

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

@p6rt p6rt closed this as completed Jul 2, 2008
@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