Skip to content

Commit

Permalink
finish the proposed replacement code
Browse files Browse the repository at this point in the history
  • Loading branch information
tbrowder committed Feb 3, 2019
1 parent cd3fd90 commit 4f28185
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/core/Argfiles.pm6
Expand Up @@ -14,7 +14,9 @@ Rakudo::Internals.REGISTER-DYNAMIC: '@*ARGS', {
# @ARGFILEPATHS.push($arg_s) if $canread > 0;
# @ARGS.push($arg_s);
# }

# PROCESS::<@ARGFILEPATHS> := @ARGFILEPATHS:
# PROCESS::<@ARGS> := @ARGS;
# to replace existing code here:
@ARGS.push(nqp::p6box_s(nqp::shift($argiter))) while $argiter;
PROCESS::<@ARGS> := @ARGS;
}
Expand Down

0 comments on commit 4f28185

Please sign in to comment.