🦋 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 nqp/master: 4 commits pushed by (Juan Julián Merelo Guervós)++, (Will Coleda)++ 01:20
Geth rakudo: cddcdb7136 | (Jonathan Worthington)++ | 3 files
Fix passing a Code type object to native call

This should result in a NULL being passed, however this untested functionality was broken while updating NativeCall as part of the new dispatcher changes. Fix it by adding a missing concreteness check. The test case is thanks to jonathanstowe++. Resolves #4548.
10:31
rakudo/new-disp-nativecall: cb1cddd4b2 | (Stefan Seifert)++ | src/vm/moar/dispatchers.nqp
Add a hook for custom dispatchers on callables

This lets callable objects have a say in which dispatcher is used when they are invoked.
10:44
rakudo/new-disp-nativecall: 4dec8d5494 | (Stefan Seifert)++ | src/core.c/Compiler.pm6
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
rakudo/new-disp-nativecall: 4e0463ef37 | (Stefan Seifert)++ | lib/NativeCall.rakumod
Fix NativeCall performance regression on new-disp

The trick of replacing the native routine's $!do attribute has never worked perfectly as closure cloning could lead to the generic code getting executed. For unknown reason that got a lot worse on new-disp.
Get around that by replacing the fragile $!do replacement with a ... (7 more lines)
rakudo/new-disp-nativecall: 4f78ad7362 | (Stefan Seifert)++ | lib/NativeCall.rakumod
Fix NativeCall performance regression on new-disp

The trick of replacing the native routine's $!do attribute has never worked perfectly as closure cloning could lead to the generic code getting executed. For unknown reason that got a lot worse on new-disp.
Get around that by replacing the fragile $!do replacement with a ... (7 more lines)
11:30
rakudo/new-disp-nativecall: cf07689042 | (Stefan Seifert)++ | lib/NativeCall.rakumod
Fix NativeCall performance regression on new-disp

The trick of replacing the native routine's $!do attribute has never worked perfectly as closure cloning could lead to the generic code getting executed. For unknown reason that got a lot worse on new-disp.
Get around that by replacing the fragile $!do replacement with a ... (7 more lines)
11:41
Xliff Anyone thought about support for "..." in NativeCall? 11:59
Would basically take the ... and have to compile the various arities seen in code and cache those definitions. 12:00
take: "sub varargs (int, int, int ...) is native (mylib) { * }" 12:01
nine Xliff: I'm currntly working on turning the NativeCall internals into proper dispatch programs. Vararg support may be easier then
Xliff nine: OK. Then I will hold off until then. 12:02
Geth rakudo/master: 6 commits pushed by (Vadim Belman)++ 15:01
roast/master: 4 commits pushed by (Vadim Belman)++ 15:02
Geth rakudo/rakuast: 448 commits pushed by (Jonathan Worthington)++, (Moritz Lenz)++, (Elizabeth Mattijsen)++, (Timo Paulssen)++, (Brad Gilbert)++
review: github.com/rakudo/rakudo/compare/a...d9ab334091
16:19
lizmat SPA: the Rakudo Weekly News is like the Deutsche Bahn: delayed (until tomorrow) 18:48
(aka Service Public Announcement :-) 18:49