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

constant Regex: getlex: outer index out of range #6378

Open
p6rt opened this issue Jul 5, 2017 · 3 comments
Open

constant Regex: getlex: outer index out of range #6378

p6rt opened this issue Jul 5, 2017 · 3 comments

Comments

@p6rt
Copy link

p6rt commented Jul 5, 2017

Migrated from rt.perl.org#131705 (status was 'new')

Searchable as RT131705$

@p6rt
Copy link
Author

p6rt commented Jul 5, 2017

From @LLFourn

echo 'constant @​foo is export = /{ say "hello" } ./, > Foo.pm6

perl6 -I. -e 'use Foo; "foo" ~~ @​foo[0];

# getlex​: outer index out of range

This is another compile time outer lexical scope bug. Note​: the array is
superfluous, just there to avoid triggering RT #​131704.

@p6rt
Copy link
Author

p6rt commented Jul 25, 2017

From @LLFourn

merged patch​: rakudo/rakudo#1111
tests​: https://github.com/perl6/roast/pull/291/files
can be closed

On Wed, Jul 5, 2017 at 3​:42 PM Lloyd Fournier <perl6-bugs-followup@​perl.org>
wrote​:

# New Ticket Created by Lloyd Fournier
# Please include the string​: [perl #​131705]
# in the subject line of all future correspondence about this issue.
# <URL​: https://rt-archive.perl.org/perl6/Ticket/Display.html?id=131705 >

echo 'constant @​foo is export = /{ say "hello" } ./, > Foo.pm6

perl6 -I. -e 'use Foo; "foo" ~~ @​foo[0];

# getlex​: outer index out of range

This is another compile time outer lexical scope bug. Note​: the array is
superfluous, just there to avoid triggering RT #​131704.

@p6rt
Copy link
Author

p6rt commented Jul 26, 2017

From @LLFourn

Fix reverted​:
rakudo/rakudo@50d38a1

should be re-opened :)

On Tue, Jul 25, 2017 at 11​:42 PM Lloyd Fournier via RT <
perl6-bugs-followup@​perl.org> wrote​:

merged patch​: rakudo/rakudo#1111
tests​: https://github.com/perl6/roast/pull/291/files
can be closed

On Wed, Jul 5, 2017 at 3​:42 PM Lloyd Fournier <
perl6-bugs-followup@​perl.org>
wrote​:

# New Ticket Created by Lloyd Fournier
# Please include the string​: [perl #​131705]
# in the subject line of all future correspondence about this issue.
# <URL​: https://rt-archive.perl.org/perl6/Ticket/Display.html?id=131705 >

echo 'constant @​foo is export = /{ say "hello" } ./, > Foo.pm6

perl6 -I. -e 'use Foo; "foo" ~~ @​foo[0];

# getlex​: outer index out of range

This is another compile time outer lexical scope bug. Note​: the array is
superfluous, just there to avoid triggering RT #​131704.

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