Skip to content

Commit

Permalink
Revert PsuedoStash part of 5540212
Browse files Browse the repository at this point in the history
Fixes R#2775, although it is unclear as to why it fixes that.
  • Loading branch information
lizmat committed Mar 20, 2019
1 parent ed074cd commit 6599998
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/core/PseudoStash.pm6
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,7 @@ my class PseudoStash is Map {

multi method WHICH(PseudoStash:D --> ObjAt:D) { self.Mu::WHICH }

#?if moar
my constant $pseudoers = nqp::hash(
#?endif
#?if !moar
my $pseudoers := nqp::hash(
#?endif
'MY', sub ($cur) {
my $stash := nqp::clone($cur);
nqp::bindattr_i($stash, PseudoStash, '$!mode', PRECISE_SCOPE);
Expand Down

0 comments on commit 6599998

Please sign in to comment.