Open tickets before: 1727
Open tickets after: 1732
Number of tickets touched: 34
[resolved] RT#127573 Lazy range as Array index stops at first deleted index unexpectedly [closed] GH#730 $*VM.platform-library-name: only return IO::Path
| default alphanumeric_keys modifier_keys function_keys alternate_group | |
| xkb_symbols "awesome" { | |
| include "us" | |
| name[Group1]= "My Awesome Layout"; | |
| key <AE02> { [ 2, at, Page_Up, Page_Up ] }; | |
| key <AE03> { [ 3, numbersign, Page_Down, Page_Down ] }; | |
| key <AD01> { [ q, Q, Escape, Escape ] }; |
Open tickets before: 1669
Open tickets after: 1664
Number of tickets touched: 88
[resolved] RT #77754 Null PMC access when calling .perl on callframe.my in Rakudo [resolved] RT #122345 Returning from a parameter list default counts as returning 'outside of any Routine' in Rakudo on Moar
Open tickets before: 1676
Open tickets after: 1669
Number of tickets touched: 54
[resolved] RT #121327 Scoping bug with `xx` [resolved] RT #123926 LTA error message without Levenshtein distance suggestion when mistyping enum value in signature in Rakudo
| #!/usr/bin/env perl6 | |
| use lib ‘data/all-modules/softmoth/p6-Template-Mustache’; | |
| use v6; | |
| #use v6.d.PREVIEW; | |
| use Template::Mustache; | |
| my $html = q:to/EOF/; | |
| <html> | |
| {{> head }} |
| use nqp; | |
| my $html; | |
| my $proc = run "wget", "-o", "/dev/null", "-O", "-", "https://www.fimfiction.net/bookshelf/149291/", :out; | |
| $html = $proc.out.slurp-rest; | |
| say "html is " ~ $html.chars ~ " chars"; | |
| nqp::force_gc; | |
| say "/proc/$*PID/statm".IO.lines[0].split(/\s/)[5] * 4096 / 1024 |