🦋 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: 54ee127be1 | (Elizabeth Mattijsen)++ | src/core.c/RakuAST/Literalize.rakumod
RakuAST: fix use of constants on rakudoc configs

my constant FOO = 42;
   =for rakudoc :foo(FOO)
now correctly produces 42 in .resolved-config. The problem was that it was looking at the wrong dynamic variable for the resolver.
10:16
Geth rakudo/lizmat-ValueList: 57f6f67e16 | (Elizabeth Mattijsen)++ | 5 files
Add ValueList as a 6.e feature in core

Raku needs a value-type object for lists. This copies the ValueList ecosystem module raku.land/zef:lizmat/ValueList verbatim and makes it part of 6.e. It does *NOT* provide any additional syntactic sugar to easily create ValueLists, so ValueList.new(...) is the way to go now.
11:51
rakudo: lizmat++ created pull request #5510:
Add ValueList as a 6.e feature in core
11:52
lizmat meh +2 -4 18:56
nemokosch is Test.pm6 an archaic name for the Test module? 23:13
lizmat yes 23:15
nemokosch thanks, that was quick...
lizmat happenstance 23:16
Geth Testo: ff50fdd018 | 2colours++ | 13 files
Updated module extensions
23:32
Testo: 03a1775d42 | 2colours++ | lib/Testo/Test.rakumod
Rename desc-perl to desc-raku
Testo: 1d331e0f6f | 2colours++ | META6.json
Update META6 file
Testo: 5c1a3ad38d | (Márton Polgár)++ (committed using GitHub Web editor) | .github/workflows/test.yaml
Usual "cargo-culted" workflow
23:42