lizmat Files=1346, Tests=117152, 227 wallclock secs (30.18 usr 8.41 sys + 3148.24 cusr 285.15 csys = 3471.98 CPU) 09:49
nine Files=1346, Tests=117152, 77 wallclock secs (17.64 usr 2.61 sys + 1995.76 cusr 148.04 csys = 2164.05 CPU) 16:21
lizmat cheater :-) 16:34
lizmat nine: I assume your new hardware has arrived ? 16:35
nine indeed :)
MasterDuke nine: what are you getting for stage parse? 17:32
gfldex m: my $a = "foo" but %{ bar => 42 }; say $a.AT-POS("bar"); 17:37
camelia This type cannot unbox to a native integer: P6opaque, Failure
in block <unit> at <tmp> line 1
gfldex should the P6opaque leak here?
MasterDuke m: my $a = "foo" but %{ bar => 42 }; say $a.AT-KEY("bar"); 17:39
camelia Type Str+{<anon|1>} does not support associative indexing.
in block <unit> at <tmp> line 1
MasterDuke think the first error should be more like that one? 17:40
MasterDuke m: my $a = "foo" but %{ bar => 42 }; say $a.AT-POS(0); say $a.AT-POS(4) 17:40
camelia foo
Index out of range. Is: 4, should be in 0..0
in block <unit> at <tmp> line 1
nine MasterDuke: about 30s 18:03
MasterDuke nice. i get ~37s with my 3700x. that would be a nice improvement, but i can probably wait to skip a generation 18:04
nine I wonder, if faster memory would make a difference. Compilation has few tight loops and much moving stuff through memory. I only have DDR 3000
MasterDuke overclockable? 18:06
MasterDuke that's what mine is too 18:07
oh wait, mine is 3200. i think phoronix had some compilation benchmarks that showed 3200 as a sweet spot 18:08
which is why i didn't spring for faster
sena_kun Don't forget to set a XMP profile in bios. 18:41
MasterDuke time before last i flashed my bios it unset the xmp profile, but noticed and reset it last time i flashed. do have another bios update sitting around, will try to remember to do it (and check xmp profile) next time i need to restart 19:36
Geth rakudo: 74e5212f3e | (Daniel Green)++ | 5 files
Add missing `-I lib` to is-run tests

Otherwise they pass when run under make (e.g., `make t/02-rakudo/99-misc.t` or `make m-test`), but not when run directly
  (e.g., `./rakudo-m -I lib t/05-messages/10-warnings.t`).
19:52
rakudo: 3beb71cc98 | MasterDuke17++ (committed using GitHub Web editor) | 5 files
Merge pull request #4120 from MasterDuke17/add_missing_use_lib_to_test

Add missing `-I lib` to is-run tests
patrickb I just changed the binary release build scripts for Linux to use CentOS 7 instead of 6 as 6 went EOL in 2020-11. As a consequence the rakudo 2020-12 binary release and later ones will not work on CentOS 6 anymore. Where should I document that? 20:06
Geth rakudo: patrickbkr++ created pull request #4129:
Move to CentOS 7 in binary release linux build
20:34