🦋 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.
00:06 reportable6 left 00:07 reportable6 joined
Geth rakudo/master: 5 commits pushed by (Vadim Belman)++ 01:42
roast: 8c38019c4b | (Vadim Belman)++ | 2 files
Add tests for `will complain`

Related to rakudo/rakudo#4861
roast: ed7c01eb6a | (Vadim Belman)++ (committed using GitHub Web editor) | 2 files
Merge pull request #804 from vrurg/will-complain-handling

Add tests for `will complain`
01:43 linkable6 left, linkable6 joined 02:53 [Coke] left 02:55 [Coke] joined 04:25 evalable6 left, benchable6 left, committable6 left, reportable6 left, shareable6 left, bisectable6 left, quotable6 left, releasable6 left, statisfiable6 left, sourceable6 left, coverable6 left, tellable6 left, greppable6 left, bloatable6 left, linkable6 left, nativecallable6 left, unicodable6 left, notable6 left 04:26 releasable6 joined, greppable6 joined, quotable6 joined, coverable6 joined, tellable6 joined, sourceable6 joined 04:27 statisfiable6 joined, evalable6 joined, benchable6 joined, bloatable6 joined 04:28 shareable6 joined, linkable6 joined, nativecallable6 joined, bisectable6 joined 04:29 committable6 joined, notable6 joined, reportable6 joined, unicodable6 joined 06:07 reportable6 left 06:10 reportable6 joined 06:16 [Coke] left 06:24 [Coke] joined
MasterDuke benchable6: 2021.04,2022.03 my $a; $a := $_ ** 2 for 1..1_000_000; say now - INIT now 07:48
benchable6 MasterDuke, starting to benchmark the 2 given commits
MasterDuke, ¦2021.04: «0.6941» ¦2022.03: «0.6802»
MasterDuke, No new data found
MasterDuke committable6: releases my $a; $a := $_ ** 2 for 1..1_000_000; say now - INIT now 07:49
committable6 MasterDuke, gist.github.com/48f1287c0a3f721a93...bc88875db6 07:51
lizmat Files=1353, Tests=117184, 296 wallclock secs (36.11 usr 10.02 sys + 4076.82 cusr 338.66 csys = 4461.61 CPU) 07:58
08:35 sena_kun left 08:36 sena_kun joined 08:39 frost joined 08:51 codesections left 08:52 codesections joined
releasable6 Next release in ≈3 days and ≈7 hours. 1 blocker. Please log your changes in the ChangeLog: github.com/rakudo/rakudo/wiki/ChangeLog-Draft 11:00
11:23 evalable6 left 11:24 evalable6 joined 11:26 discord-raku-bot left, discord-raku-bot joined 11:27 Altai-man joined 11:29 Util left 11:30 Util joined, discord-raku-bot left 11:31 discord-raku-bot joined, sena_kun left 12:08 reportable6 left 12:10 reportable6 joined
Geth rakudo: b67300a025 | (Elizabeth Mattijsen)++ | 4 files
Give 2 helper modules the proper extension for modules
12:25
12:29 frost left 12:58 [Coke] left 12:59 timo left 13:00 [Coke] joined 13:06 discord-raku-bot left 13:07 discord-raku-bot joined, discord-raku-bot left, discord-raku-bot joined 13:08 discord-raku-bot left, discord-raku-bot joined, discord-raku-bot left 13:09 discord-raku-bot joined, discord-raku-bot left, discord-raku-bot joined 13:10 discord-raku-bot left, discord-raku-bot joined 13:11 discord-raku-bot left, discord-raku-bot joined, discord-raku-bot left 13:12 discord-raku-bot joined, discord-raku-bot left, timo joined, discord-raku-bot joined 13:13 discord-raku-bot left, discord-raku-bot joined 13:14 discord-raku-bot left, discord-raku-bot joined, discord-raku-bot left 13:15 discord-raku-bot joined, discord-raku-bot left, discord-raku-bot joined 13:16 discord-raku-bot left, discord-raku-bot joined 13:17 discord-raku-bot left, discord-raku-bot joined, discord-raku-bot left 13:18 discord-raku-bot joined, discord-raku-bot left, discord-raku-bot joined 13:19 discord-raku-bot left, discord-raku-bot joined 13:20 discord-raku-bot left, discord-raku-bot joined, discord-raku-bot left 13:21 discord-raku-bot joined, discord-raku-bot left, discord-raku-bot joined 13:22 discord-raku-bot left, discord-raku-bot joined 13:23 discord-raku-bot left, discord-raku-bot joined, discord-raku-bot left 13:24 discord-raku-bot joined, discord-raku-bot left, discord-raku-bot joined 13:25 discord-raku-bot left, discord-raku-bot joined, discord-raku-bot left 13:26 discord-raku-bot joined, discord-raku-bot left 13:27 discord-raku-bot joined, discord-raku-bot left, discord-raku-bot joined 13:28 discord-raku-bot left, discord-raku-bot joined, discord-raku-bot left 13:29 discord-raku-bot joined, discord-raku-bot left 13:30 discord-raku-bot joined, discord-raku-bot left, discord-raku-bot joined 13:31 discord-raku-bot left, discord-raku-bot joined, discord-raku-bot left 13:32 discord-raku-bot joined, discord-raku-bot left 13:33 discord-raku-bot joined, discord-raku-bot left, discord-raku-bot joined 13:34 discord-raku-bot left, discord-raku-bot joined, discord-raku-bot left 13:35 discord-raku-bot joined 15:11 japhb left 15:17 japhb joined 18:07 reportable6 left 18:10 reportable6 joined
Geth rakudo: 1292357de1 | (Elizabeth Mattijsen)++ | src/core.c/REPL.pm6
Restore original REPL.repl-eval method

Apparently, some modules in the ecosystem call this method (which I would consider an implementation detail as it is untested and undocumented) directly. This solves some of the error messages as seen in Blin run #1 for 2022.04, but not all. Here's hoping another Blin run can bisect the commit that causes the remaining issues.
18:19
18:19 linkable6 left 18:22 linkable6 joined
lizmat meh, that took me the better part of today :-( 18:28
18:28 Altai-man left 18:30 sena_kun joined
japhb Can you tell why those modules were using REPL.repl-eval? Where they building their own REPL on top of it or something? 18:33
jdv we could likely have said "here's a ticket saying this broke - don't use it like that" 19:01
but cool
lizmat: thanks 19:03
19:19 discord-raku-bot left, discord-raku-bot joined 20:06 Xliff joined
gfldex lizmat: upgrading zef to master requires an update to last7days-raku-land.raku. I shall update you on the update tomorrow. 20:10
20:14 sena_kun left 20:16 sena_kun joined 20:48 [Coke]_ joined 20:50 [Coke] left 22:04 sena_kun left 22:05 sena_kun joined