Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
self-ref inside gather seems to be GLR-proof now
  • Loading branch information
TimToady committed Sep 24, 2015
1 parent 4ec6f97 commit 73db4fc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions S04-statements/gather.t
Expand Up @@ -233,8 +233,6 @@ 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 73db4fc

Please sign in to comment.