🦋 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: vrurg++ created pull request #4566:
Make GLOBAL available to compile time code
02:30
Geth rakudo: aa728ef7ec | (Vadim Belman)++ (committed using GitHub Web editor) | src/vm/moar/dispatchers.nqp
Change guard to track value be non-Nil (#4559)

  * Add guard for container descriptor $!of for non-nominals
Without this guard under certain conditions it is possible that a container with non-nominal `.of` (like a subset) would take over the optimization path of assigning `Nil` to a nominal container. ... (14 more lines)
09:29
Geth rakudo: tbrowder++ created pull request #4567:
Prevent heredocs continuing after a block
12:40
rakudo: 88862a9f87 | (Vadim Belman)++ | src/Perl6/World.nqp
Make GLOBAL available to compile time code

This should resolve #4557 but primarily this fixes CompUnit::RepositoryRegistry::short-id2class which throws on Make GLOBAL available to compile time code
This should resolve #4557 but primarily this fixes CompUnit::RepositoryRegistry::short-id2class which throws on
  `::($short-id)` statement because `GLOBAL` is not available at this
point despite it is already known either from compiler options, or from unit's outers, or via a new one created by the World object.
As far as I'm aware, this also makes `GLOBAL` the same symbol for compunit's mainline when it is executed at load time, and for run-time code.
12:41
rakudo: 1ddd6e7f68 | (Vadim Belman)++ (committed using GitHub Web editor) | src/Perl6/World.nqp
Merge pull request #4566 from vrurg/rakudo_4557

Make GLOBAL available to compile time code
Geth roast: tbrowder++ created pull request #759:
Add tests to address issue #4539
12:51
[Coke] does rakubrew save builds? If I do a triple with three specific commits, then re-use two of them, can it avoid rebuilding the one that didnt' change? 13:22
(trying to get a script I can run on windows that keeps trying latest for all three but is smart enough to not wipe out moar and rebuild it if only rakudo has changed, etc. 13:23
patrickb [Coke]: github.com/Raku/App-Rakubrew/blob/...#L176-L182 14:11
it does run `Configure.pl --install` every time. It doesn't run `make clean` though. So it rebuilds every time, but reuses some build artifacts IIUC. 14:13
Nah, that wasn't true. 14:16
github.com/Raku/App-Rakubrew/blob/...#L176-L182
It creates a new version dir as soon as any of the three refs changes. 14:17
Geth rakudo: vrurg++ created pull request #4568:
Make GLOBAL shared at compunit load time
14:48
Geth rakudo: 40bf3f3e80 | (Stefan Seifert)++ | src/vm/moar/dispatchers.nqp
Ignore fallback methods when looking for CALL-ME in dispatch

When looking for a CALL-ME method on an object that is called, we want to ignore fallback methods (like FALLBACK or the junction autothreader), as those may give us an answer, even if there is no suitable CALL-ME method available, leading to very confusing errors.
15:51