Open zoffixznet opened 6 years ago
Highlights broken after backslashed double-quotes in «…» construct.
«…»
method moves-for ($tag where * ∈ %!world.keys) { my @moves-raw := @(split :skip-empty, "\0", self!run-out: $tag, «git log -n5 -z --no-merges --no-color --format=\"%H%n%aN%n%ae%n%at\" --numstat »); dd @moves-raw; } method !run-out ($tag where * ∈ %!world.keys, |c) { my $proc := run :out, :cwd($!game-dir.add: $tag), |c; $proc.out.slurp: :close; }
Highlights broken after backslashed double-quotes in
«…»
construct.Example Code
Picture [optional]
Leave this in. For internal use.