🦋 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 roast: 54056894ed | (Elizabeth Mattijsen)++ | S12-subset/subtypes.t
Add test for #5508
13:28
rakudo/main: 1ecff5c536 | (Elizabeth Mattijsen)++ | src/core.c/Any.rakumod
Make sure dd handles RakuAST::Node type objects

without dying stating it cannot be deparsed.
15:09
rakudo/main: 3b9de76333 | (Elizabeth Mattijsen)++ | 15 files
RakuAST: change interface of ::ParameterTarget::Var

If a .new takes more than one argument, they both should be named. RakuAST::ParameterTarget::Var.new was taking a positional *and* a named argument. The positional is now the :name named argument.
Changes all references, deparsing / .raku and tests. Also some streamlining in some cases.
18:32
rakudo/main: 3548438152 | (Elizabeth Mattijsen)++ | 3 files
RakuAST: add ::VarDeclaration::Placeholder::Slurpy

A base class to simplify RakuAST::VarDeclaration::Placeholder::SlurpyArray and RakuAST::VarDeclaration::Placeholder::SlurpyHash
18:52