🦋 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: ... | Logs available at irclogs.raku.org/raku-dev/live.html | For MoarVM see #moarvm
Set by lizmat on 8 June 2022.
Geth rakudo: vrurg++ created pull request #4977:
Implement coercion via new-disp
01:18
Geth roast: vrurg++ created pull request #813:
Unfudge an actually working test
03:21
[Tux] Rakudo v2022.06-33-g6dc2f92c9 (v6.d) on MoarVM 2022.06-6-gc315523ab
csv-ip5xs0.779 - 0.782
csv-ip5xs-205.258 - 5.340
csv-parser3.648 - 3.785
csv-test-xs-200.405 - 0.412
test6.274 - 6.500
test-t1.393 - 1.474
test-t --race0.822 - 1.022
test-t-2020.014 - 21.226
test-t-20 --race6.572 - 8.688
10:23
Geth rakudo/rakuast: 7bebce1389 | (Stefan Seifert)++ | src/Raku/ast/statements.rakumod
Fix $_ not containing exception in default blocks withing packages

A default handler did not get an implicit block topic ($_). This made the QAST compiler find the comp unit's $_ lexical instead of the nearest one. That $_ however did not contain the exception when we are in a package as package blocks get their own $_. Fix by giving the default block an implicit topic, defaulting to the $_ of the outer lexical scope, i.e. the CATCH block's.
11:18
Geth rakudo/rakuast: 376dd567f4 | (Stefan Seifert)++ | 3 files
Implement andthen, orelse and notandthen in RakuAST
14:04
rakudo/rakuast: 8f3cfb8b61 | (Stefan Seifert)++ | 3 files
Stub support for no <pragma>; statements
Geth Test-Output: 3abd6ae6c5 | (Steve Dondley)++ (committed using GitHub Web editor) | 5 files
New feature: test-output-verbosity switch
14:09
Geth rakudo/rakuast: 37d5279508 | (Stefan Seifert)++ | src/Raku/ast/statements.rakumod
Fix missing sinking of statement in unsunk blocks

We need to call apply-sink on expressions even when their containing statement is not sunk, as the expression might be a sink propagator or sink boundary. Point in case, a block with wanted result will still have to sink its statements except for the very last one.
16:20
Geth rakudo/lizmat-REPL-help: 190fa5c510 | (Elizabeth Mattijsen)++ | src/core.c/REPL.pm6
Add a help function to the repl

Which is basically a call to a "help" multi sub. Which can be set externally with a &*HELP dynamic variable.
This is a concept: the texts need to be fleshed out. The basic idea is that you can enter "help" at the REPL prompt to get some help ... (10 more lines)
20:50
rakudo: lizmat++ created pull request #4978:
Add a help function to the repl