Skip to content

Commit

Permalink
Merge pull request #3186 from vrurg/rakudo_1205
Browse files Browse the repository at this point in the history
De-containerize Junction values.
  • Loading branch information
lizmat committed Sep 15, 2019
2 parents ef2ee79 + f3234ba commit 827aa6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core.c/Junction.pm6
Expand Up @@ -16,7 +16,7 @@ my class Junction { # declared in BOOTSTRAP
nqp::stmts(
($!storage := nqp::if(
nqp::isconcrete(
$_ := nqp::getattr(values.eager.list,List,'$!reified')),
$_ := nqp::getattr(values.map({nqp::decont($_)}).eager.list,List,'$!reified')),
$_,
nqp::create(IterationBuffer))),
self
Expand Down

0 comments on commit 827aa6e

Please sign in to comment.