🦋 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:09
reportable6 left
01:08
kjp left
01:17
CIAvash left
01:18
CIAvash joined
|
|||
codesections | . | 02:01 | |
02:18
linkable6 left,
evalable6 left,
evalable6 joined
02:20
linkable6 joined
03:01
frost joined
03:09
reportable6 joined
04:52
kjp joined
05:59
frost left
06:05
reportable6 left
06:08
reportable6 joined
07:17
frost joined
07:44
frost left
08:19
frost joined
08:21
qorg11 left
10:32
dogbert17 joined,
Kaipi joined
10:34
vrurg left,
vrurg_ joined
10:35
Kaiepi left,
dogbert11 left
10:40
camelia left,
zostay left,
discord-raku-bot left,
quotable6 left,
bisectable6 left,
jjatria left,
rypervenche left,
Util left,
samebchase left,
unicodable6 left,
ugexe left,
eof left,
sivoais left,
lucs left,
patrickb left,
elcaro left,
SmokeMachine left,
samcv left,
tonyo left,
bartolin_ left,
gfldex left,
reportable6 left,
linkable6 left,
evalable6 left,
leont left,
kawaii_ left,
rba left,
tbrowder left,
JRaspass left,
jdv left,
masak left,
Altai-man left,
timo left,
japhb left,
Xliff left,
TempIRCLogger left,
nebuchadnezzar left,
frost left,
CIAvash left,
[Coke] left,
MasterDuke left,
bloatable6 left,
releasable6 left,
sourceable6 left,
shareable6 left,
greppable6 left,
nativecallable6 left,
statisfiable6 left,
tellable6 left,
committable6 left,
notable6 left,
coverable6 left,
squashable6 left,
benchable6 left,
AlexDaniel left,
Voldenet left,
andinus left,
RakuIRCLogger left,
lizmat left,
djinni` left,
moon-child left,
nine left,
sjn left,
[Tux] left
10:41
kjp left,
Kaiepi left,
dogbert11 left,
Geth left,
codesections left,
vrurg left,
maettu left,
ilogger2 left
10:44
frost left
10:46
kjp joined,
Geth joined,
codesections joined,
maettu joined,
ilogger2 joined
10:59
frost joined
11:38
frost left
11:54
andinus left
12:06
reportable6 left
12:09
frost joined
12:30
frost left
12:44
qorg11 joined
13:44
benchable6 left,
releasable6 left,
nativecallable6 left,
statisfiable6 left,
notable6 left,
greppable6 left,
bloatable6 left,
linkable6 left,
shareable6 left,
sourceable6 left,
squashable6 left,
evalable6 left,
quotable6 left,
unicodable6 left,
tellable6 left,
bisectable6 left,
coverable6 left,
committable6 left
13:45
bloatable6 joined,
squashable6 joined,
bisectable6 joined
13:46
sourceable6 joined,
shareable6 joined,
committable6 joined
13:47
statisfiable6 joined,
nativecallable6 joined,
evalable6 joined,
benchable6 joined
13:48
tellable6 joined
14:09
reportable6 joined
14:10
qorg11 left
14:13
qorg11 joined
14:21
carlmasak joined
14:33
carlmasak left
14:39
carlmasak joined
14:45
greppable6 joined
14:47
quotable6 joined,
releasable6 joined
14:52
carlmasak left
15:07
carlmasak joined
15:28
carlmasak left
15:35
carlmasak joined
15:45
coverable6 joined
15:47
linkable6 joined,
unicodable6 joined
16:00
carlmasak left
|
|||
Geth | rakudo: vrurg++ created pull request #4774: Fix X::Method::NotFound on my-classes |
16:07 | |
16:59
andinus joined
|
|||
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 | ||
17:45
notable6 joined
18:08
reportable6 left
18:10
reportable6 joined
18:16
notna joined
19:45
notna left
|
|||
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 |
|||
20:09
MasterDuke left
|
|||
vrurg_ | jdv: that was a minor fix, it wouldn't affect the release. | 20:14 | |
20:14
vrurg_ is now known as vrurg
|
|||
jdv | changelogs are up - github.com/rakudo/rakudo/wiki/ChangeLog-Draft & github.com/MoarVM/MoarVM/wiki/ChangeLog-Draft | 20:56 | |
20:58
MasterDuke joined
|
|||
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 | ||
22:37
linkable6 left
|