01:56 ab5tract left 03:21 dogbert11 joined 03:24 dogbert17 left
Geth ¦ rakudo: lizmat self-assigned Performance regression since 2024.09: integration/advent2012-day21.t from roast hogs up all memory github.com/rakudo/rakudo/issues/5665 09:11
09:55 [Tux] left
Geth rakudo/main: ed231a0c02 | (Elizabeth Mattijsen)++ | src/core.c/allomorphs.rakumod
Handle val("↉") properly
09:57
09:57 [Tux] joined
Geth roast: d0c29b18fd | (Elizabeth Mattijsen)++ | S32-str/val.t
Add tests for val processing of Unicode vulgars
09:57
roast: 25dee531e5 | (Elizabeth Mattijsen)++ | spectest.data
Add val() processing tests

For some reason, this file was not part of spectest so far, while it *is* documented: docs.raku.org/routine/val
09:59
rakudo/main: d38c114065 | (Elizabeth Mattijsen)++ | t/04-nativecall/04-pointers.t
Add test for #4483
10:06
rakudo/main: e9ba6ef950 | (Elizabeth Mattijsen)++ | t/12-rakuast/xx-fixed-in-rakuast.rakutest
Add test for #4493
10:31
¦ rakudo: lizmat self-unassigned 'unique' consumes sequences github.com/rakudo/rakudo/issues/4513 11:57
rakudo/main: ee7c0b4fe1 | (Elizabeth Mattijsen)++ | src/core.c/Rakudo/Iterator.rakumod
Allow sequences as target in :unique :as

Fixes #4513
12:19
roast: 8c0928daf4 | (Elizabeth Mattijsen)++ | S32-list/unique.t
Add test for #4513
12:23
12:24 ab5tract joined 16:03 ab5tract left
timo marvels at Pernosco 16:38
Geth roast: 51deb26374 | (Elizabeth Mattijsen)++ | S12-class/attributes-required.t
Add test for #4624
16:56
18:15 andinus left, andinus joined
Geth rakudo/main: 3d2f478b81 | (Elizabeth Mattijsen)++ | src/core.c/IO/Path.rakumod
Give IO::Path.slurp the same reading semantics as IO::Handle.slurp

By using "no bytes read" as the EOF indicator.
As mentioned in #4720
18:22
20:32 ab5tract joined
patrickb I have a WIP PTY impl in MoarVM. I am able to resize it from within Moar. But now I want to expose that in raku land (basically a Proc::Async.set-size($cols, $rows)). Is a new op code the way to go, or is there some other more lightweight way to call into Moar from user space? 21:49
o/ ab5tract
My terminal emulator is coming along nicely. :-) 21:50
tbrowder .tell librasteve when you get some spare time, please review rakudo roast PR #865 21:52
tellable6 tbrowder, I'll pass your message to librasteve
Geth roast: 55c808c89a | (Tom Browder)++ | 2 files
Add tests for log2
22:28
roast: 4b32f4d6f3 | (Tom Browder)++ | S32-num/complex-logarithms.t
Add new test file for roast issue #862
roast: e86b5fa595 | librasteve++ (committed using GitHub Web editor) | S32-num/complex-logarithms.t
Merge pull request #865 from Raku/add-log2-test-file

Add log2 test file
linkable6 ROAST#862 [open]: github.com/Raku/roast/issues/862 Need complex number tests for log, log2, and log10
tbrowder librasteve: thanks! 23:06
welcome back