🦋 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.
Geth rakudo/main: 3c1ad11047 | (Elizabeth Mattijsen)++ | lib/RakuAST/L10N.rakumod
RakuAST: fix RakuAST::L10N

Missed the API change in ::ParameterTarget::Var.
09:46
Geth rakudo/main: 93f2a8aa5e | (Elizabeth Mattijsen)++ | docs/dispatchers.md
Document the boot dispatchers
10:53
nqp/main: 04c2e0c03e | (Elizabeth Mattijsen)++ | docs/ops.markdown
Document capture related ops better

  - create Captures group
  - add many ops that weren't documented before
  - move related ops to this section
12:17
rakudo/main: bafa5ad463 | (Elizabeth Mattijsen)++ | docs/dispatchers.md
Additional dispatcher documentation
12:33
L10N/main: 289c7c7824 | (Elizabeth Mattijsen)++ | 7 files
Update update script

To make sure that there is a precompiled version of the module compiled with the non-RakuAST version (as there appears to be still a bug in precompilation in RakuAST that will stop the slang from working for all if the translatable items that require a grammar mixin, such as "my").
13:46
nqp/main: eed6076585 | (Elizabeth Mattijsen)++ | src/core/dispatchers.nqp
Fixed some more nqp::delegate candidates
14:14
nqp/main: bdaea4640b | (Elizabeth Mattijsen)++ | 9 files
Reboostrap just in case