🦋 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.
02:34 MasterDuke joined
releasable6 Next release in ≈2 days and ≈11 hours. 1 blocker. Please log your changes in the ChangeLog: github.com/rakudo/rakudo/wiki/ChangeLog-Draft 07:00
07:58 frost joined 08:12 frost68 joined 08:14 frost left 08:36 frost68 left, frost joined 09:21 sena_kun joined 09:39 frost left
lizmat hmmmm getting roast failures on Sonoma :-( 10:41
looks like some new security feature 10:42
tcgetattr/ioctl: Operation not supported on socket 10:44
Geth rakudo/main: ccd375b316 | (Elizabeth Mattijsen)++ | src/Perl6/Compiler.nqp
Make sure help message fits in 80 columns
lizmat both failing tests use the "run-with-tty" test helper 10:58
there are only two tests with that helper in roast 11:11
and since these occurred without any change except the upgrade to Sonoma, I'm going to "todo" these tests for Sonoma for nonw 11:15
*now
Geth roast: 68705c09fd | (Elizabeth Mattijsen)++ | 2 files
Mark failing tests on Sonoma as "todo" for now

These tests appear to fail because of some changes with the "script" OS utility on Sonoma, possibly related to new security features. The Raku functionality they try to test, does *not* appear to be affected, so todoing the tests feels like the right thing to do just before the 2023.12 release.
11:30
12:55 [Tux] joined
Geth rakudo: vrurg++ created pull request #5501:
Complete generic instantiation 5
15:52
L10N/main: 8b37f7ff2e | (Elizabeth Mattijsen)++ | 19 files
First commit for L10N collection logic
16:37
L10N/main: bb747af2eb | (Elizabeth Mattijsen)++ | 2 files
0.0.1
16:50
L10N/main: c51c926aac | (Elizabeth Mattijsen)++ | 22 files
0.0.2
16:54
17:38 japhb left 17:48 japhb joined 19:21 Altai-man joined 19:22 leont left, ab5tract left, leont joined, ab5tract joined, guifa left 19:24 guifa joined, kjp left, sena_kun left 19:25 kjp joined
Geth rakudo/main: 4d38d698f9 | (Vadim Belman)++ | src/Perl6/Metamodel/ClassHOW.nqp
One more measure to prevent MoarVM crash on Apple Silicon

Previous fix has lowered the chances of SIGSEGV in MoarVM, but they were still sufficiently high for it to happen regularly. I'm reluctant to say this commit fixes the problem, but things are looking way more stable now.
21:38
rakudo/main: 69dd7d66ea | (Vadim Belman)++ | 5 files
Be more selective when re-parameterizing hashes and arrays

Strip off not all mixing but generic ones only. Normally this would simply remove `Array::Types`, `Hash::Typed`, or `Hash::Object` mixins leaving the base classes.
The change is needed because if generic is a parameterization of user ... (6 more lines)
rakudo/main: f562e6b123 | (Vadim Belman)++ (committed using GitHub Web editor) | 6 files
Merge pull request #5501 from vrurg/complete-generic-instantiation-5

Complete generic instantiation 5
21:41 epony left 22:48 Altai-man left