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

Range subscripts do not clip #1964

Closed
p6rt opened this issue Jul 22, 2010 · 5 comments
Closed

Range subscripts do not clip #1964

p6rt opened this issue Jul 22, 2010 · 5 comments

Comments

@p6rt
Copy link

p6rt commented Jul 22, 2010

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

Searchable as RT76676$

@p6rt
Copy link
Author

p6rt commented Jul 22, 2010

From @moritz

21​:47 <@​moritz_> rakudo​: say ~<a b>.[^10]
21​:47 <+p6eval> rakudo 220b67​: OUTPUT«a b Any() Any() Any() Any() Any()
Any() Any() Any()␤»
21​:48 <@​moritz_> yes, it is
21​:48 <@​pmichaud> ranges don't clip yet
21​:48 <@​pmichaud> I started to implement it but got sidetracked.
21​:48 < patrickas> oh ok ...
21​:48 <@​pmichaud> (so yes, it's a rakudo bug, plz file if you get a
chance kthxbye)
21​:48 * moritz_ files rakudobug

@p6rt
Copy link
Author

p6rt commented Jul 29, 2010

@coke - Status changed from 'new' to 'open'

@p6rt
Copy link
Author

p6rt commented Oct 1, 2011

From @coke

On Thu Jul 22 12​:50​:25 2010, moritz wrote​:

21​:47 <@​moritz_> rakudo​: say ~<a b>.[^10]
21​:47 <+p6eval> rakudo 220b67​: OUTPUT«a b Any() Any() Any() Any()
Any()
Any() Any() Any()␤»
21​:48 <@​moritz_> yes, it is
21​:48 <@​pmichaud> ranges don't clip yet
21​:48 <@​pmichaud> I started to implement it but got sidetracked.
21​:48 < patrickas> oh ok ...
21​:48 <@​pmichaud> (so yes, it's a rakudo bug, plz file if you get a
chance kthxbye)
21​:48 * moritz_ files rakudobug

Clippy​:

20​:25 < [Coke]> rakudo​: say ~<a b>.[^10]
20​:26 <+p6eval> rakudo ebd4d8​: OUTPUT«a b␤»

closable with tests.

--
Will "Coke" Coleda

@p6rt
Copy link
Author

p6rt commented Oct 2, 2011

From @moritz

Now tested in S02-types/array.t

@p6rt
Copy link
Author

p6rt commented Oct 2, 2011

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

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