🦋 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.
releasable6 Next release in ≈3 days and ≈7 hours. There are no known blockers. Please log your changes in the ChangeLog: github.com/rakudo/rakudo/wiki/ChangeLog-Draft 11:00
Geth rakudo/main: f2b09f7ee3 | (Elizabeth Mattijsen)++ | docs/dispatchers.md
Remove mention of some internal dispatchers
13:33
Geth rakudo/main: 6f75ed001c | (Elizabeth Mattijsen)++ | 2 files
Streamline and document raku-class-archetypes dispatcher
13:48
rakudo/main: 808885d722 | (Elizabeth Mattijsen)++ | src/vm/moar/dispatchers.nqp
Streamline raku-call-simple dispatcher
14:14
rakudo/main: fc670bb8ad | (Elizabeth Mattijsen)++ | 2 files
Streamline and document raku-find-meth dispatcher

Also rename "delegate-Nil" helper sub to "delegate-constant-Nil" and create a more general version "delegate-constant" and use that where appropriate.
15:18
finanalyst .tell [Coke] would you please look again at PR 339 in doc-website. I've added more explanation about PR 18:26
tellable6 finanalyst, I'll pass your message to [Coke]
ab5tract m: module Z { enum R is export <M N> }; module A { import Z; multi sub x(R::M $r) is export { $r } }; module B { import Z; multi sub x(R::N $r) is export { $r } }; import A; import B; import Z; dd x(M); dd x(N) 22:48
camelia ===SORRY!=== Error while compiling <tmp>
A symbol '&x' has already been exported
at <tmp>:1
ab5tract That feels like a bug to me 22:49
It works when things are in separate files 22:57
lizmat
.oO( will be fixed in RakuAST )
23:05
ab5tract as a side effect of some already planned efforts? 23:20
&sleep 23:22