🦋 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. |
|||||||||||||||||||||||||||||||||||||||
00:07
reportable6 left
00:08
reportable6 joined
|
|||||||||||||||||||||||||||||||||||||||
Geth | rakudo: vrurg++ created pull request #4977: Implement coercion via new-disp |
01:18 | |||||||||||||||||||||||||||||||||||||
02:39
coverable6 left,
shareable6 left,
committable6 left,
releasable6 left,
linkable6 left,
evalable6 left,
sourceable6 left,
quotable6 left,
benchable6 left,
bloatable6 left,
nativecallable6 left,
unicodable6 left,
reportable6 left,
statisfiable6 left,
tellable6 left,
notable6 left,
greppable6 left,
bisectable6 left,
greppable6 joined,
quotable6 joined
02:40
bisectable6 joined,
nativecallable6 joined,
statisfiable6 joined,
shareable6 joined,
unicodable6 joined,
bloatable6 joined,
coverable6 joined,
evalable6 joined,
notable6 joined,
tellable6 joined
02:41
sourceable6 joined,
reportable6 joined,
linkable6 joined,
releasable6 joined
02:42
benchable6 joined,
committable6 joined
|
|||||||||||||||||||||||||||||||||||||||
Geth | roast: vrurg++ created pull request #813: Unfudge an actually working test |
03:21 | |||||||||||||||||||||||||||||||||||||
03:53
linkable6 left,
evalable6 left
03:54
evalable6 joined,
linkable6 joined
04:54
nativecallable6 left,
releasable6 left,
tellable6 left,
quotable6 left,
notable6 left,
coverable6 left,
linkable6 left,
greppable6 left,
evalable6 left,
reportable6 left,
shareable6 left,
bloatable6 left,
benchable6 left,
bisectable6 left,
unicodable6 left,
sourceable6 left,
committable6 left,
statisfiable6 left,
quotable6 joined
04:55
shareable6 joined,
coverable6 joined,
committable6 joined,
bisectable6 joined
04:56
linkable6 joined,
evalable6 joined,
bloatable6 joined,
benchable6 joined,
notable6 joined,
greppable6 joined,
nativecallable6 joined
04:57
unicodable6 joined,
sourceable6 joined,
reportable6 joined,
statisfiable6 joined,
releasable6 joined,
tellable6 joined
05:20
frost joined
06:07
reportable6 left,
reportable6 joined
07:37
quotable6 left,
bloatable6 left,
releasable6 left,
benchable6 left,
sourceable6 left,
statisfiable6 left,
shareable6 left,
tellable6 left,
reportable6 left,
unicodable6 left,
coverable6 left,
committable6 left,
bisectable6 left,
greppable6 left,
nativecallable6 left,
notable6 left,
linkable6 left,
evalable6 left,
benchable6 joined,
quotable6 joined
07:38
linkable6 joined,
shareable6 joined,
unicodable6 joined,
committable6 joined,
greppable6 joined,
nativecallable6 joined,
coverable6 joined
07:39
bisectable6 joined,
evalable6 joined,
reportable6 joined,
tellable6 joined,
releasable6 joined,
sourceable6 joined,
bloatable6 joined,
notable6 joined
07:40
statisfiable6 joined
08:37
sena_kun joined
10:21
benchable6 left,
linkable6 left,
tellable6 left,
nativecallable6 left,
committable6 left,
bisectable6 left,
shareable6 left,
evalable6 left,
releasable6 left,
greppable6 left,
statisfiable6 left,
sourceable6 left,
unicodable6 left,
notable6 left,
reportable6 left,
bloatable6 left,
quotable6 left,
coverable6 left
10:22
benchable6 joined,
unicodable6 joined,
sourceable6 joined,
reportable6 joined,
greppable6 joined
|
|||||||||||||||||||||||||||||||||||||||
[Tux] |
|
10:23 | |||||||||||||||||||||||||||||||||||||
10:23
linkable6 joined,
evalable6 joined,
committable6 joined,
tellable6 joined,
bloatable6 joined,
statisfiable6 joined,
notable6 joined
10:24
bisectable6 joined,
shareable6 joined,
releasable6 joined,
nativecallable6 joined,
quotable6 joined,
coverable6 joined
|
|||||||||||||||||||||||||||||||||||||||
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 | |||||||||||||||||||||||||||||||||||||
12:06
reportable6 left
12:08
reportable6 joined
12:20
frost left
|
|||||||||||||||||||||||||||||||||||||||
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 |
|||||||||||||||||||||||||||||||||||||||
14:09
linkable6 left,
evalable6 left
|
|||||||||||||||||||||||||||||||||||||||
Geth | Test-Output: 3abd6ae6c5 | (Steve Dondley)++ (committed using GitHub Web editor) | 5 files New feature: test-output-verbosity switch |
14:09 | |||||||||||||||||||||||||||||||||||||
14:10
evalable6 joined
14:12
linkable6 joined
15:58
[Coke] left
16:06
[Coke] joined
16:09
sena_kun left
16:16
rtypo_bot joined,
rtypo_bot left,
sena_kun joined
|
|||||||||||||||||||||||||||||||||||||||
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 | |||||||||||||||||||||||||||||||||||||
17:25
cognominal joined
17:26
cognominal left
18:06
reportable6 left
18:07
reportable6 joined
18:15
Kaiepi joined
19:32
Xliff joined
20:45
sena_kun left
20:47
sena_kun joined
|
|||||||||||||||||||||||||||||||||||||||
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 |
|||||||||||||||||||||||||||||||||||||||
21:57
[Coke] left
21:59
[Coke] joined
22:17
[Coke]_ joined
22:19
[Coke] left
22:43
Util left
|