File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed
lib/CompUnit/PrecompilationRepository Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -2,24 +2,6 @@ use v6.*;
22use nqp ;
33
44class CompUnit::PrecompilationRepository::Document is CompUnit::PrecompilationRepository::Default{
5-
6- # method !load-handle-for-path(CompUnit::PrecompilationUnit $unit){
7- # my $preserve_global := nqp::ifnull(nqp::gethllsym('perl6', 'GLOBAL'), Mu);
8- # say $preserve_global;
9- # if $*RAKUDO_MODULE_DEBUG -> $RMD{$RMD("Loading precompiled\n$unit") }
10- # my $handle := CompUnit::Loader.load-precompilation-file($unit.bytecode-handle);
11- # $unit.close;
12- # nqp::bindhllsym('perl6', 'GLOBAL', $preserve_global);
13- # CATCH{
14- # default{
15- # nqp::bindhllsym('perl6', 'GLOBAL', $preserve_global);
16- # .throw;
17- # }
18- # }
19- # $handle
20- # }
21- #
22-
235
246# ! Provides a key for the document with that particular name
257sub key-for ( Str $ doc-name --> Str ) is export {
You can’t perform that action at this time.
0 commit comments