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

Array aliasing on matching #4580

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

Array aliasing on matching #4580

p6rt opened this issue Sep 23, 2015 · 4 comments
Labels
NYI Features not yet implemented

Comments

@p6rt
Copy link

p6rt commented Sep 23, 2015

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

Searchable as RT126143$

@p6rt
Copy link
Author

p6rt commented Sep 23, 2015

From @coke

See S05-capture/array-alias.t

Currently fails badly​:

11​:44 < [Coke]> r​: use Test; ok(" a b\tc" ~~ m/@​<chars>=( \s+ \S+ )+/, 'Named
  simple array capture');
11​:45 <+camelia> rakudo-moar 564a25​: OUTPUT«===SORRY!===␤QAST​::Block with cuid
  cuid_1_1443023098.31053 has not appeared␤»
11​:45 <+camelia> ..rakudo-jvm 564a25​: OUTPUT«===SORRY!===␤setcodeobj can only
  be used with a CodeRef␤»

--
Will "Coke" Coleda

@p6rt
Copy link
Author

p6rt commented Oct 1, 2015

From @FROGGS

This is fixed so far.

Patches​:
Raku/nqp@ada83f2
Raku/nqp@8402ce0

Fixed tests​:
Raku/roast@eec7994c1f

1 similar comment
@p6rt
Copy link
Author

p6rt commented Oct 1, 2015

From @FROGGS

This is fixed so far.

Patches​:
Raku/nqp@ada83f2
Raku/nqp@8402ce0

Fixed tests​:
Raku/roast@eec7994c1f

@p6rt p6rt closed this as completed Oct 1, 2015
@p6rt
Copy link
Author

p6rt commented Oct 1, 2015

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

@p6rt p6rt added the NYI Features not yet implemented label Jan 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NYI Features not yet implemented
Projects
None yet
Development

No branches or pull requests

1 participant