🦋 Welcome to the IRC channel of the core developers of the Raku Programming Language (raku.org #rakulang). This channel is logged for the purpose of history keeping about its development | evalbot usage: 'm: say 3;' or /msg camelia m: ... | Logs available at irclogs.raku.org/raku-dev/live.html | For MoarVM see #moarvm
Set by lizmat on 8 June 2022.
[Tux] tries a run … 06:56
Rakudo v2023.06-137-g824a500b3 (v6.d) on MoarVM 2023.06-4-g75fe055c2
csv-ip5xs0.882 - 0.900
csv-ip5xs-205.398 - 6.874
csv-parser3.563 - 3.702
csv-test-xs-200.384 - 0.396
test6.769 - 7.719
test-t1.520 - 1.586
test-t --race1.010 - 1.080
test-t-2019.286 - 20.211
test-t-20 --race7.037 - 7.554
07:20
does that seem about right or should I check the builds?
Geth rakudo/main: ddfe6ae83f | (Elizabeth Mattijsen)++ | src/core.c/RakuAST/Fixups.pm6
RakuAST: =input and =output blocks should render markup
09:31
lizmat [Tux]: it feels off, as not a lot has changed that would affect test-t 09:39
except maybe the libuv update
na 09:40
Geth rakudo/main: ffe631e8da | (Elizabeth Mattijsen)++ | src/Raku/ast/expressions.rakumod
RakuAST: provide expected error type for 0 := 1
10:33
lizmat +1 :-) 10:34
Geth roast: fc8e27a2b5 | (Elizabeth Mattijsen)++ | 8 files
Remove S02-types/keyhash.t

This was testing some obsolete conceptions of QuantHash as a class, rather than as a role, which were all skipped. Also contained some valid .Capture tests on QuantHash objects: moved these to their appropriate test files.
11:13
rakudo/main: eb60db5dc9 | (Elizabeth Mattijsen)++ | src/Raku/ast/variable-declaration.rakumod
RakuAST: make sure $! and $/ get proper default value

We must bind the actual default, instead of just Any
11:45
lizmat +1
Geth rakudo/main: 924d534143 | (Elizabeth Mattijsen)++ | src/core.c/Regex.pm6
Make Regex.gist|raku handle absence of $!source properly

Since the $!source attribute is a native string, one should use nqp::isnull_s() for checks, which precludes from using nqp::ifnull.
12:59
lizmat this was hiding a RakuAST issue with token foo { foo } 13:01
Geth rakudo/main: 2588b4cff4 | (Elizabeth Mattijsen)++ | src/Raku/Grammar.nqp
RakuAST: make sure malformed token|rule are reported correctly
13:31
Geth rakudo/main: 01cf0c0440 | (Elizabeth Mattijsen)++ | src/Raku/Actions.nqp
RakuAST: properly lookup RakuAST::Doc classes
18:04
jdv lizmat: did you ever fix this?: github.com/Raku/whateverable/issues/387 20:55
lizmat jdv: I guess not :-( 22:04
will look at it tomorrow 22:05