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

't' ~~ /<{'a'...'z'}>/ This Seq has already been iterated #4502

Closed
p6rt opened this issue Sep 3, 2015 · 4 comments
Closed

't' ~~ /<{'a'...'z'}>/ This Seq has already been iterated #4502

p6rt opened this issue Sep 3, 2015 · 4 comments

Comments

@p6rt
Copy link

p6rt commented Sep 3, 2015

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

Searchable as RT125973$

@p6rt
Copy link
Author

p6rt commented Sep 3, 2015

From perl6@6dof.xyz

How to reproduce​:

  perl6 -e "'t' ~~ /<{'a'...'z'}>/"

Current result​:

  This Seq has already been iterated, and its values consumed
  in block <unit> at -e​:1

Expected result -- same as before GLR​:

  「t」

Ref​: http://irclog.perlgeek.de/perl6/2015-09-03#i_11163223

@p6rt
Copy link
Author

p6rt commented Sep 5, 2015

From @jnthn

On Thu Sep 03 05​:24​:38 2015, perl6@​6dof.xyz wrote​:

How to reproduce​:

perl6 \-e "'t' ~~ /\<\{'a'\.\.\.'z'\}>/"

Current result​:

This Seq has already been iterated, and its values consumed
  in block \<unit> at \-e&#8203;:1

Expected result -- same as before GLR​:

「t」

Ref​: http://irclog.perlgeek.de/perl6/2015-09-03#i_11163223

Fixed, test added in S05-metasyntax/interpolating-closure.t.

@p6rt
Copy link
Author

p6rt commented Sep 5, 2015

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

@p6rt p6rt closed this as completed Sep 5, 2015
@p6rt
Copy link
Author

p6rt commented Sep 5, 2015

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

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