🦋 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.
Xliff Raku-GLib suite timing statistics for Raku 2023.08.53.g.0572.d.44140 03:15
Using the following processor: 13th Gen Intel(R) Core(TM) i9-13900K
Total number of projects: 34 (514797 loc)
Total non-parallel compile times: 6933.870 (203.937 avg)
Total parallel compile times: 1085.893 (31.938 avg) 6.385x speedup
MasterDuke huh. i don't know why changing `my $combination := $!combination; ...; nqp::clone($combination)` to `my $combination := nqp::create(IterationBuffer); ...; $combination` results in Cannot unbox a type object (VMNull) to int. 03:57
   at SETTING::src/core.c/Rakudo/Iterator.pm6:2450
ab5tract so close.. 08:49
I even fixed Package:auth<Foo>:api<1>:ver:<12.12>
that didn't move any test files either, but it made some more tests in t/spec/S14-roles/basic.t pass 08:50
m: my $content = 'role A { method m() { self.x} }; class B does A { has $.x = 42; method m() { self.A::m() } }; dd B.new.m'; shell Q:scalar<RAKUDO_RAKUAST=1 $*EXECUTABLE -e '$content'> 08:51
camelia No such method 'A::m' for invocant of type 'B'
in method m at -e line 1
in block <unit> at -e line 1

The spawned command 'RAKUDO_RAKUAST=1 /home/camelia/rakudo-m-inst-1/bin/perl6-m -e 'role A { method m() { self.x} }; class B does A { has…
ab5tract that's the only blocker now
if anyone has any ideas, however concrete, I'd love to push this over the finish line 08:52
maybe something is missing during role composition time? 08:53
Geth rakudo/main: def3a4ad17 | (Elizabeth Mattijsen)++ | src/core.c/RakuAST/LegacyPodify.pm6
RakuAST: add support for =numdefn

as a shortcut =defn # foo
09:12
lizmat notable6: weekly 09:27
notable6 lizmat, No notes for “weekly”
lizmat And yet another Rakudo Weekly News hits the Net: rakudoweekly.blog/2023/08/28/2023-...ferencing/ 11:09
Geth rakudo/main: 81d2aa6fc2 | (Elizabeth Mattijsen)++ | 558 files
Rename all .pm6 files to .rakumod
12:49
lizmat afk for a few hours& 12:51
vrurg It takes 9min 13sec to fully recompile an app with all its deps after .precomp removal. So much for "I would quickly try a change..." ;) 13:54
Geth rakudo/main: fc8bf7c003 | (Elizabeth Mattijsen)++ | 14 files
Introduce Operator class, subclass of Sub

Historically, infix/prefix/postfix/postcircumfix operators are just ordinary subs with a special name. Certain aspects of operators just lived inside hashes in the legacy grammar.
For the Raku grammar, it is the intent to get rid of these grammar ... (23 more lines)
17:54
Geth roast: 152d6d42ef | (Elizabeth Mattijsen)++ | S02-types/WHICH.t
Add some core classes that have been omitted

Since 2019.
18:05
Geth roast: db8f51896f | (Elizabeth Mattijsen)++ | S26-documentation/15-numbered-alias.t
Remove '#' numbered tests that will never pass

As per the new RakuDoc definition. The use of `#` will be deprecated in the Raku grammar.
18:38
bartolin hi #raku-dev 19:29
japhb bartolin: \o/ Long time no see! 20:00
bartolin yeah, $work and family didn't leave much time recently. But I plan to be around more often again. 20:04
I hope you're all fine
bartolin tries to backlog a bit
gfldex We got Raku. How could we not be fine‽ :-> 20:05
bartolin :)
japhb gfldex: My name is japhb, and I approve this message. 20:26