Skip to content

Commit

Permalink
Invalidate sort order as needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Mar 13, 2013
1 parent f4b352b commit 4c470a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Perl6/Metamodel/BOOTSTRAP.pm
Expand Up @@ -606,7 +606,10 @@ BEGIN {
$disp_list.push($dispatchee);
nqp::bindattr(pir::perl6_decontainerize__PP($dispatchee),
Routine, '$!dispatcher', $dc_self);
nqp::scwbdisable();
nqp::bindattr($dc_self, Routine, '$!dispatch_order', nqp::null());
nqp::bindattr($dc_self, Routine, '$!dispatcher_cache', nqp::null());
nqp::scwbenable();
$dc_self
}
else {
Expand Down

0 comments on commit 4c470a1

Please sign in to comment.