Skip to content

Commit

Permalink
Fix DYNAMIC, so it now basically works.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Apr 14, 2012
1 parent 84f4fd4 commit 9b4f785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/PseudoStash.pm
Expand Up @@ -57,7 +57,7 @@ my class PseudoStash is EnumMap {
$stash);
},
'DYNAMIC' => sub ($cur) {
my $stash := nqp::clone($cur);
my $stash := pir::repr_clone__PP($cur);
nqp::bindattr_i($stash, PseudoStash, '$!mode', DYNAMIC_CHAIN);
pir::set_who__0PP(
Metamodel::ModuleHOW.new(:name('DYNAMIC')),
Expand Down

0 comments on commit 9b4f785

Please sign in to comment.