Skip to content

Commit

Permalink
RakuAST: follow vrurgs advice
Browse files Browse the repository at this point in the history
Wonder if Cool.EVAL should get the same treatment?
  • Loading branch information
lizmat committed Aug 1, 2023
1 parent edd5d4e commit 4afbc34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core.c/RakuAST/Raku.pm6
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ augment class RakuAST::Node {
# Allow calling .EVAL on any RakuAST::Node
method EVAL(RakuAST::Node:D: *%opts) {
use MONKEY-SEE-NO-EVAL;
EVAL self, context => CALLER::, |%opts
EVAL self, context => CALLER::LEXICAL::, |%opts
}

proto method raku(RakuAST::Node:) {
Expand Down

0 comments on commit 4afbc34

Please sign in to comment.