🦋 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: 8ab9d11fa6 | (Elizabeth Mattijsen)++ | 2 files
RakuAST: add "snip"/"snitch" to L10N

These new functions were forgotten before.
09:46
rakudo/main: 33cb11be36 | (Elizabeth Mattijsen)++ | lib/RakuAST/Deparse/L10N/NL.rakumod
RakuAST: fix typo on L10N
10:14
rakudo/main: 5790e5898a | (Elizabeth Mattijsen)++ | lib/RakuAST/Deparse/L10N/NL.rakumod
RakuAST: fix another booboo
10:48
rakudo/main: 17ffa7ee8c | (Elizabeth Mattijsen)++ | src/core.e/Formatter.pm6
Remove dead code

No idea why that was there: probably copy-pasted from the NQP implementation initially.
Geth rakudo/main: d1c92717f6 | (Daniel Green)++ | src/core.c/CompUnit/Repository/FileSystem.pm6
Further optimize dir walk in directory from -I

No need to create a new IO::Path object, ugexe++
15:48
Geth rakudo/ugexe/curfs-extension-improvements: 6e8339a61c | (Nick Logan)++ | src/core.c/CompUnit/Repository/FileSystem.pm6
Don't include leading . in extensions

The .extension method for paths returns the extension without the leading '.'. It would thus make sense for CURFS's extensions api to also use that same pattern. This changes CURFS to support extensions without the leading dot instead of with it.
16:25
rakudo/ugexe/curfs-extension-improvements: 4d077623ca | (Nick Logan)++ | src/core.c/CompUnit/Repository/FileSystem.pm6
Avoid trailingname path part
rakudo: ugexe++ created pull request #5294:
Make CURFS extensions more idiomatic
16:26
ugexe patrickb: any idea what this is about? github.com/rakudo/rakudo/pull/5294...1605621548 16:27
Geth rakudo/main: 6e8339a61c | (Nick Logan)++ | src/core.c/CompUnit/Repository/FileSystem.pm6
Don't include leading . in extensions

The .extension method for paths returns the extension without the leading '.'. It would thus make sense for CURFS's extensions api to also use that same pattern. This changes CURFS to support extensions without the leading dot instead of with it.
16:50
rakudo/main: 4d077623ca | (Nick Logan)++ | src/core.c/CompUnit/Repository/FileSystem.pm6
Avoid trailingname path part
rakudo/main: 6d0e4c31bf | (Nick Logan)++ (committed using GitHub Web editor) | src/core.c/CompUnit/Repository/FileSystem.pm6
Merge pull request #5294 from rakudo/ugexe/curfs-extension-improvements

Make CURFS extensions more idiomatic
ugexe heh wow i butchered that second commit message 17:03
"Avoid recreating trailing name path part" 17:04