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/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-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. > > # <URL: 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. > > >