🦋 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.
Geth roast: vrurg++ created pull request #767:
Rakudify Roast
02:56
Geth nqp: f28b345711 | (Elizabeth Mattijsen)++ | tools/templates/MOAR_REVISION
Bump NQP to get the latest MoarVM fixes
11:07
Geth rakudo: f2e7729381 | (Elizabeth Mattijsen)++ | tools/templates/NQP_REVISION
Bump NQP to get all of the MoarVM fixes
11:24
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
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.
Geth rakudo: 3127861cb6 | (Jonathan Worthington)++ | src/vm/moar/ops/perl6_ops.c
Prepare extops for a MoarVM internals change
14:54
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
Xliff ugexe: Just now getting back to the Raku side. Thanks a lot for that fix. Testing it, now. 22:18
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