🦋 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: 57bda882dc | (Elizabeth Mattijsen)++ | src/core.c/Any.rakumod
Make dd show types better
10:33
lizmat just realizes that RAKUDO_MODULE_DEBUG=1 output doesn't show the auth / version / api of the module loaded :-( 11:37
Geth rakudo/main: 91a062d203 | (Elizabeth Mattijsen)++ | src/Perl6/World.nqp
Show :auth:ver:api of module loaded

if the RAKUDO_MODULE_DEBUG=1 environment variable is set
12:30
rakudo/main: f72c3c0195 | (Elizabeth Mattijsen)++ | src/core.c/core_epilogue.rakumod
Update deprecation message for from-json/to-json
13:20
ugexe i wonder if that needs more thought 14:50
now there is a global RMD output saying "Loaded ..." when I'm pretty sure there is already RMD outputs that say it loaded some module
which means there would be two outputs saying they loaded something 14:51
for example github.com/rakudo/rakudo/blob/f72c...#L114-L127
new outputs should take the existing outputs into consideration and not just be considered on their own
i guess the message itself is mostly fine since the existing "loaded" lines are referencing repositories, but it still seems a bit confusing 14:53
like it'd be nice if it was like "Loaded Foo:ver<...> from inst#/foo/bar/baz" instead of what I think would be like "Loaded from inst#/foo/bar/baz" "Loaded Foo:ver<...>" 14:55
meh i dunno maybe that isn't better 14:57