🦋 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:02 reportable6 left 00:49 cognominal joined 00:50 cognominal_ left 00:57 linkable6 joined 01:03 reportable6 joined 02:04 committable6 left, greppable6 left, sourceable6 left, notable6 left, linkable6 left, quotable6 left, benchable6 left, reportable6 left, statisfiable6 left, nativecallable6 left, evalable6 left, shareable6 left, bisectable6 left, unicodable6 left, coverable6 left, squashable6 left, bloatable6 left, tellable6 left, releasable6 left 02:05 nativecallable6 joined 02:06 tellable6 joined, bloatable6 joined 02:07 bisectable6 joined, shareable6 joined, squashable6 joined 02:45 Xliff joined
Geth roast: vrurg++ created pull request #767:
Rakudify Roast
02:56
03:05 greppable6 joined 03:06 reportable6 joined, statisfiable6 joined 03:07 squashable6 left, linkable6 joined, committable6 joined, quotable6 joined 03:09 melezhik left 04:05 sourceable6 joined 04:06 unicodable6 joined, evalable6 joined 04:07 coverable6 joined, notable6 joined 04:12 vrurg left, vrurg joined 05:06 benchable6 joined, releasable6 joined 05:09 squashable6 joined 06:02 reportable6 left 06:03 reportable6 joined 09:17 squashable6 left 10:49 Altai-man joined
Geth nqp: f28b345711 | (Elizabeth Mattijsen)++ | tools/templates/MOAR_REVISION
Bump NQP to get the latest MoarVM fixes
11:07
11:12 Altai-man left, Xliff left, lucs left, bartolin left, tonyo left, Geth left, TempIRCLogger left, Util left, JRaspass left, gfldex left 11:15 Altai-man joined, Xliff joined, lucs joined, bartolin joined, tonyo joined, Geth joined, TempIRCLogger joined, Util joined, JRaspass joined, gfldex joined 11:19 squashable6 joined
Geth rakudo: f2e7729381 | (Elizabeth Mattijsen)++ | tools/templates/NQP_REVISION
Bump NQP to get all of the MoarVM fixes
11:24
11:43 dogbert11 joined 11:44 [Coke]_ joined 11:45 kawaii__ joined 11:48 djinni`_ joined 11:51 Voldenet_ joined 11:52 frost left, jdv left, djinni` left, dogbert17 left, [Coke] left, ilogger2 left, Voldenet left, masak left, kawaii_ left, masak_ joined, Voldenet_ is now known as Voldenet, kawaii__ is now known as kawaii_, jdv joined
Geth rakudo/fix-unneeded-reprecompilation: 7ab396a021 | (Nick Logan)++ | src/core.c/CompUnit/Repository/FileSystem.pm6
Use distribution specific comp unit ids in CURFS

This is a corrected version of 33296d4 similar to 8fc643e except without the incorrect assumption about repo-id introduced in 02c13fa.
11:55
ugexe 4th times the charm?
Xliff: I think that fixes it (at least my naive reproduction) although I havent spectested it 11:57
11:58 ilogger2 joined 12:02 reportable6 left
Geth rakudo: ugexe++ created pull request #4597:
Use distribution specific comp unit ids in CURFS
12:06
Xliff ugexe: LOL! I was just writing up replication steps. 12:20
I guess you can test it against #4596 when I'm finished with this writeup.
Will test in a bit.
13:02 evalable6 left, linkable6 left 13:11 [Coke]_ is now known as [Coke] 14:03 evalable6 joined 14:04 linkable6 joined, reportable6 joined
Geth rakudo: 3127861cb6 | (Jonathan Worthington)++ | src/vm/moar/ops/perl6_ops.c
Prepare extops for a MoarVM internals change
14:54
17:10 patrickb joined 17:20 Altai-man left 17:57 patrickb left 18:02 reportable6 left
Geth rakudo/new-disp-nativecall: 13 commits pushed by (Stefan Seifert)++
review: github.com/rakudo/rakudo/compare/c...f4b722ec48
18:36
nqp/new-disp-nativecall: 0dc60582b7 | (Stefan Seifert)++ | 4 files
API for asking whether the compiler supports a certain nqp op

This can be used to conditionally compile backend specific code in modules like NativeCall
18:49 melezhik joined 18:57 squashable6 left 18:58 squashable6 joined, squashable6 left, squashable6 joined 19:06 reportable6 joined 19:49 dogbert11 left 19:50 dogbert11 joined 22:16 dogbert11 left
Xliff ugexe: Just now getting back to the Raku side. Thanks a lot for that fix. Testing it, now. 22:18
22:19 dogbert11 joined
Xliff ugexe: Fix confirmed with test case. 22:53
Geth rakudo: 7ab396a021 | (Nick Logan)++ | src/core.c/CompUnit/Repository/FileSystem.pm6
Use distribution specific comp unit ids in CURFS

This is a corrected version of 33296d4 similar to 8fc643e except without the incorrect assumption about repo-id introduced in 02c13fa.
22:54
rakudo: 165a883dfa | (Elizabeth Mattijsen)++ (committed using GitHub Web editor) | src/core.c/CompUnit/Repository/FileSystem.pm6
Merge pull request #4597 from rakudo/fix-unneeded-reprecompilation

Use distribution specific comp unit ids in CURFS
ugexe looks like i copied the wrong commit hashes into my commit message 22:56
guess thats what i get for coding before caffeine
Xliff Heh. 22:59
Closing #4596 (hopefully for good!) 23:00
Geth roast: 8e4c0e66d0 | (Vadim Belman)++ | 351 files
Change pm6 extension to rakumod

And also some related changes like:
  - PERL6LIB -> RAKULIB
  - Replace 'Test.pm6' mentions with 'Test module' where relevant
23:11
roast: 2ec0e4d829 | (Vadim Belman)++ | 63 files
Change .p6 extension to .raku

And some related changes like change `perl6` command to `raku` where used alongside a script name.
roast: 2ea8e43b87 | (Vadim Belman)++ (committed using GitHub Web editor) | 412 files
Merge pull request #767 from vrurg/rakudify-tests

Rakudify Roast
23:47 evalable6 left, linkable6 left 23:49 linkable6 joined