Re: [perl #131705] constant Regex: getlex: outer index out of range

2017-07-26 Thread Lloyd Fournier
Fix reverted:
https://github.com/rakudo/rakudo/commit/50d38a1f368f0addb601e857232642f3a8de3aa2

should be re-opened :)

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

> merged patch: https://github.com/rakudo/rakudo/pull/
> 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-follo...@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.
> > # https://rt.perl.org/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.
> >
>


Re: [perl #131705] constant Regex: getlex: outer index out of range

2017-07-26 Thread Lloyd Fournier via RT
Fix reverted:
https://github.com/rakudo/rakudo/commit/50d38a1f368f0addb601e857232642f3a8de3aa2

should be re-opened :)

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

> merged patch: https://github.com/rakudo/rakudo/pull/
> 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-follo...@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.
> > # https://rt.perl.org/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.
> >
>



Re: [perl #131705] constant Regex: getlex: outer index out of range

2017-07-25 Thread Lloyd Fournier via RT
merged patch: https://github.com/rakudo/rakudo/pull/
tests: https://github.com/perl6/roast/pull/291/files
can be closed

On Wed, Jul 5, 2017 at 3:42 PM Lloyd Fournier 
wrote:

> # New Ticket Created by  Lloyd Fournier
> # Please include the string:  [perl #131705]
> # in the subject line of all future correspondence about this issue.
> # https://rt.perl.org/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.
>



Re: [perl #131705] constant Regex: getlex: outer index out of range

2017-07-25 Thread Lloyd Fournier
merged patch: https://github.com/rakudo/rakudo/pull/
tests: https://github.com/perl6/roast/pull/291/files
can be closed

On Wed, Jul 5, 2017 at 3:42 PM Lloyd Fournier 
wrote:

> # New Ticket Created by  Lloyd Fournier
> # Please include the string:  [perl #131705]
> # in the subject line of all future correspondence about this issue.
> # https://rt.perl.org/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.
>


[perl #131705] constant Regex: getlex: outer index out of range

2017-07-04 Thread via RT
# New Ticket Created by  Lloyd Fournier 
# Please include the string:  [perl #131705]
# in the subject line of all future correspondence about this issue. 
# https://rt.perl.org/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.