🦋 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.
07:10 lue joined 07:12 ShimmerFairy left
[Tux] Rakudo v2026.02-1-g640239dc8 (v6.d) on MoarVM 2026.02-1-gc6c2554d6
csv-ip5xs0.252 - 0.261
csv-ip5xs-201.039 - 1.084
csv-parser1.064 - 1.067
csv-test-xs-200.117 - 0.121
test1.771 - 1.822
test-t0.446 - 0.452
test-t --race0.278 - 0.297
test-t-205.726 - 6.111
test-t-20 --race1.375 - 1.378
07:36
csv-test-xs 0.015 - 0.015
tux.nl/Talks/CSV6/speed4-20.html / tux.nl/Talks/CSV6/speed4.html tux.nl/Talks/CSV6/speed.log
08:08 lue is now known as ShimmerFairy
lizmat PSA: I just realized that Geth is not receiving any messages from Github caused by the same issue that is making irclogs.raku.org unreachable :-( 10:40
.oO( and here I am thinking this would only affect my email :-( )
10:42
12:50 librasteve_ left 13:02 mc2 joined
mc2 hello people 13:02
lizmat mc2 o/ 13:03
mc2 hey liz! o/
timo: I finally joined the list. maybe it's a better place to talk about packaging ? I don't want to bore people here with debian specific stuff. 13:05
timo I think I've bored people on our irc about debian specific stuff in the past 13:08
do you also know about the packaging related irc channels on OFTC? #debian-mentors is the first that comes to my mind 13:09
patrickb is pleased to read about Debian packaging stuff 13:46
[Coke] is happy not to? 14:09
[Coke] very glad timo was around when we needed debian support!
timo - used my checkout of your updated JSON::Fast today to find another typo in my hand rolled jsonc file 14:53
timo cool. 15:36
16:18 nine left, nine joined
Geth rakudo/main: af30c7bed3 | ab5tract++ (committed using GitHub Web editor) | src/core.c/IO/Path.rakumod
IO::Path.slurp: Read entire file contents at once (#5867)

IO::Handle.slurp: Read entire file contents at once
We can easily pre-size the read volume in the call to nqp::readfh for the cases where it makes sense (ie., every path that isn't
  "-".IO).
We still preserve the older behavior in case the byte length is super low or if there is some other interruption to getting the self.s value at runtime.
20:08
lizmat looks like Geth is working again as well