🦋 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: ... | log inspection situation still under development | For MoarVM see #moarvm
Set by lizmat on 22 May 2021.
Geth rakudo: 07b4422bf0 | (Elizabeth Mattijsen)++ | src/core.c/CompUnit/Repository/Installation.pm6
Ignore any dot files in "dist" directory

It appears that some distributions (such as GenToo) put in empty dot files in directories to keep them from being removed should they otherwise become empty. This caused the problem described in:
  github.com/rakudo/rakudo/issues/4833
11:42
Geth rakudo: 97ad3f79e2 | (Elizabeth Mattijsen)++ | src/Perl6/bootstrap.c/EXPORTHOW.nqp
Since apparently this runs only once in the mainline

We don't actually need a lock here
18:16
Geth rakudo: 04c8bd6b7d | (Elizabeth Mattijsen)++ | 2 files
Bring the code for %*ENV initialization to where it's run

No particular reason, but this code should only be run in a process anyway, so why make a R:I method for it?
19:37
Geth rakudo/make-wat: 60fece1035 | (Jonathan Worthington)++ | 2 files
Improve error when `make` encounters non-Match $/

Since `make` tries to do a low-level bind directly into $/, if it instead sees a different object, the error isn't too informative.
This most typically comes up when folks do re-parsing in action methods, give the parameter normally called `$/` another name, and ... (5 more lines)
20:19
rakudo: jnthn++ created pull request #4834:
Improve error when `make` encounters non-Match $/