🦋 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.
codesections . 02:01
Geth rakudo: vrurg++ created pull request #4774:
Fix X::Method::NotFound on my-classes
16:07
timo greppable6: try\s+require.*JSON.*Fast 17:23
greppable6 timo, Found nothing!
timo greppable6: try\s+require
greppable6 timo, 85 lines, 47 modules: gist.github.com/be5f64bf1177fa6e89...0b8bb2455e
Geth rakudo: 8edc6d888e | (Vadim Belman)++ | src/core.c/Exception.pm6
Fix X::Method::NotFound on my-classes

Sometimes when the exception is thrown for a lexically scoped class it would result in later failure explosion due to the class not been visible to the exception code. This comes as a result of
  `::($.typename)` resolving to the failure.
19:54
rakudo: 9b63f41c43 | (Vadim Belman)++ (committed using GitHub Web editor) | src/core.c/Exception.pm6
Merge pull request #4774 from vrurg/method-not-found-on-my-class

Fix X::Method::NotFound on my-classes
vrurg_ jdv: that was a minor fix, it wouldn't affect the release. 20:14
jdv changelogs are up - github.com/rakudo/rakudo/wiki/ChangeLog-Draft & github.com/MoarVM/MoarVM/wiki/ChangeLog-Draft 20:56
jdv again, tomorrow will be the first attempt at the 2022.02 release 20:58
MasterDuke jdv: i think there was talk that github.com/rakudo/rakudo/commit/71...7d13855ce1 should be reverted before the release 20:59
jdv because of github.com/rakudo/rakudo/issues/4719 ? 22:19
MasterDuke yeah. i haven't figured out a better way to decide when to warn, and the precedence info right now is split in two places 22:22
probably something to revisit after rakuast
jdv oh, ok. can you revert it then?
Geth rakudo: MasterDuke17++ created pull request #4775:
Revert "Warn on potential problem with ternaries and infixes"
22:27
rakudo: a1a7168d23 | MasterDuke17++ (committed using GitHub Web editor) | src/Perl6/Optimizer.nqp
Revert "Warn on potential problem with ternaries and infixes" (#4775)

This reverts commit 71c62e7c1121c19e7c486de5f56d0e7d13855ce1.
22:36