Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Revert "self-ref inside gather seems to be GLR-proof now"
This reverts commit 73db4fc.
(Fooled myself with a residual .rakudo.moar.)
  • Loading branch information
TimToady committed Sep 24, 2015
1 parent 252ecba commit 0957cce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions S04-statements/gather.t
Expand Up @@ -233,6 +233,8 @@ plan 33;
is c.item, $($(1,10),$(2,20)), "a list of Lists, as an item.";
}

# XXX GLR
#?rakudo skip 'RT #66820, and hangs under GLR'
{
my $cat;
lives-ok { my @a := gather for 1..3 { take $_; $cat ~= ~@a }.list; +@a }, 'can access bound gather result while gathering';
Expand Down

0 comments on commit 0957cce

Please sign in to comment.