Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Apply the deepmap fix to nodemap too
  • Loading branch information
moritz committed Aug 20, 2015
1 parent 3724b5d commit 2c088cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/metaops.pm
Expand Up @@ -516,7 +516,7 @@ multi sub deepmap(\op, Associative \h) {
proto sub nodemap(|) { * }
multi sub nodemap(\op, \obj) {
my Mu $rpa := nqp::list();
my Mu $items := nqp::getattr(obj.List, List, '$!reified');
my Mu $items := obj.FLATTENABLE_LIST;
my Mu $o;
# We process the elements in two passes, end to start, to
# prevent users from relying on a sequential ordering of hyper.
Expand Down

0 comments on commit 2c088cc

Please sign in to comment.