rakudo / rakudo

🦋 Rakudo – Raku on MoarVM, JVM, and JS
https://rakudo.org/
Artistic License 2.0
1.74k stars 376 forks source link

Uses of `$*W` that will need to be fixed in the setting for RakuAST #5623

Open lizmat opened 3 months ago

lizmat commented 3 months ago

% rak '$W ' --or='$W.' src/core.
src/core.c/Process.rakumod 69:if $
W -> $world {

src/core.c/Compiler.rakumod 6:nqp::sha1($*W.handle.Str ~ nqp::atkey($config,'source-digest')),Str

src/core.c/Variable.rakumod 21:?? $W.throw( self.slash, $ex_type, |c ) 155:$W.add_phaser($v.slash, 'CHECK', $block); 168:$W.add_object($block); 169:$W.add_phaser($v.slash, 'END', $block);

niner commented 3 months ago

Variable.rakumod fixed in commit cd6742989852b9050da46122edec647f6abb8781