🦋 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 Is there a master list of Nodes that RakuAST will implement documented anywhere? 04:51
Reason I ask is because it appears that a node implementing the "need" statement appears to be missing.
I just wanted to mention it, even at the risk of being Captain Obvious. Hence my first question... to prevent this from happening in the future. 04:52
^^ nine jnthn lizmat
Geth roast: 232e8bc3ee | (Christian Bartolomäus)++ | 2 files
[JVM] Unfudge some tests for return typechecks

Fixed with github.com/rakudo/rakudo/commit/4cdb558504.
06:16
nine There's no list. Node types are created as needed. 08:54
Kaiepi m: use nqp; say nqp::eqaddr(nqp::atpos_i(nqp::list_i(),0),nqp::null()) 18:11
camelia 0
Kaiepi was worried for a second, nqp::null's probably coming from something silly instead 18:17
there we go - helps to do an atpos_i when you want an atpos_i and not an atposnd 18:34
Geth rakudo: vrurg++ created pull request #5083:
Don't use integer in definite type parameterization
23:23