🦋 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.
00:08 reportable6 left 00:33 RakuIRCLogger left, RakuIRCLogger joined 00:45 [Coke]_ is now known as [Coke] 01:10 reportable6 joined 03:19 committable6 left, statisfiable6 left, reportable6 left, nativecallable6 left, bisectable6 left, bloatable6 left, greppable6 left, notable6 left, evalable6 left, quotable6 left, shareable6 left, releasable6 left, squashable6 left, linkable6 left, tellable6 left, coverable6 left, sourceable6 left, unicodable6 left, benchable6 left 03:20 unicodable6 joined 03:21 coverable6 joined, tellable6 joined, sourceable6 joined, bisectable6 joined, benchable6 joined 03:22 notable6 joined, shareable6 joined, squashable6 joined 03:23 releasable6 joined 04:07 Xliff_ left 04:20 quotable6 joined, statisfiable6 joined 04:21 linkable6 joined, greppable6 joined, committable6 joined 04:22 evalable6 joined 04:23 bloatable6 joined 05:23 evalable6 left, committable6 left, quotable6 left, unicodable6 left, bloatable6 left, releasable6 left, statisfiable6 left, tellable6 left, benchable6 left, squashable6 left, greppable6 left, notable6 left, linkable6 left, coverable6 left, bisectable6 left, shareable6 left, sourceable6 left 05:24 greppable6 joined, bisectable6 joined 05:25 releasable6 joined, statisfiable6 joined, squashable6 joined 05:26 sourceable6 joined, unicodable6 joined 06:09 reportable6 joined 06:23 tellable6 joined 06:24 notable6 joined 06:25 evalable6 joined 07:23 coverable6 joined, bloatable6 joined 07:25 quotable6 joined, linkable6 joined 07:26 benchable6 joined 08:26 committable6 joined
Geth nqp/remove_callsite_flat_named_flag: 908329ce63 | (Stefan Seifert)++ | 13 files
Replace flatnamed arg flag by flat | named

No need to have a separate flag when the combination of the existing flags means the same thing. Will free up the flat for other use in MoarVM.
09:19
nqp: niner++ created pull request #754:
Replace flatnamed arg flag by flat | named
09:25 shareable6 joined 10:21 nativecallable6 joined
Geth nqp/fix_hll_unbox_of_unsigned_ints: d63074cca1 | (Stefan Seifert)++ | 2 files
Fix hll_unbox of unsigned ints

This still tried to generate the no longer existing smrt_intify op. Replace with a proper dispatcher based implementation.
10:34
nqp: niner++ created pull request #755:
Fix hll_unbox of unsigned ints
10:36
11:21 evalable6 left, linkable6 left 11:22 evalable6 joined 11:23 linkable6 joined
lizmat wishes the #raku-dev people a enjoyful 2022! 11:29
[Tux] too! 11:51
Geth nqp: d63074cca1 | (Stefan Seifert)++ | 2 files
Fix hll_unbox of unsigned ints

This still tried to generate the no longer existing smrt_intify op. Replace with a proper dispatcher based implementation.
12:04
nqp: 2a3762ec90 | niner++ (committed using GitHub Web editor) | 2 files
Merge pull request #755 from Raku/fix_hll_unbox_of_unsigned_ints

Fix hll_unbox of unsigned ints
nine lizmat: thanks for the review!
lizmat BTW, looking at all of the dispatch code, I can't help but think it could use some syntactic sugar 12:06
nine It tends to be a bit verbose, yes. But then at least it's always clear what exactly is done 12:07
12:08 reportable6 left 12:11 reportable6 joined
Geth roast: 8e61eb8757 | (Christian Bartolomäus)++ | S16-filehandles/filetest.t
Simplify fudging for :M, :C, :A

The methods are just not implemented. It doesn't make sense to have a special case for Windows. Also IMHO it's cleaner to just skip the whole block instead of maintaining different skip directives.
Please note that the tests for "README".IO didn't work as well. They have been unfudged back in 2014 with commit ba936a5c8c, but as far as I can see that was only possible because Rakudo's "README" has been renamed to "README.md" a while ago
  (github.com/rakudo/rakudo/commit/633d1fa591).
13:03
[Tux] Rakudo v2021.12-27-gd80fb897e (v6.d) on MoarVM 2021.12-5-g06170c973
csv-ip5xs0.877 - 0.883
csv-ip5xs-205.239 - 5.309
csv-parser4.188 - 4.212
csv-test-xs-200.400 - 0.408
test6.929 - 6.955
test-t1.654 - 1.681
test-t --race0.982 - 0.983
test-t-2024.295 - 24.727
test-t-20 --race7.508 - 7.693
13:19 linkable6 left, evalable6 left 13:21 linkable6 joined 13:51 carlmasak joined
carlmasak m: say now 13:57
camelia Instant:1641045505.258161955
carlmasak like giving a certain billionth of a second a serial number 13:59
14:48 carlmasak left 15:08 discord-raku-bot left, discord-raku-bot joined
Geth roast: f151ad5c93 | (Christian Bartolomäus)++ | S14-roles/typecheck.t
Add missing word to test description
15:22
lizmat m: sub infix:<now>(|) { }; say now now now # carlmasak 15:28
camelia Nil
16:01 kjp left 16:03 kjp joined
bartolin m: use NativeCall; sub strlen(Str --> int32) is native { }; dd &strlen; say &strlen.WHAT.^name ~ " " ~ &strlen.VAR.name ~ " = " ~ &strlen.raku 16:13
camelia Native[Sub+{Callable[int32]},Str]} strlen = sub strlen (Str $ --> int32) { #`(Sub+{Callable[int32]}+{NativeCall::Native[Sub+{Callable[int32]},Str]}|97484856) ... }
Sub+{Callable[int32]}+{NativeCall::Native[Sub+{Callable[int32]},Str]} strlen = sub st…
bartolin m: use NativeCall; sub strlen(Str --> int32) is native { }; dd &strlen 16:14
camelia Native[Sub+{Callable[int32]},Str]} strlen = sub strlen (Str $ --> int32) { #`(Sub+{Callable[int32]}+{NativeCall::Native[Sub+{Callable[int32]},Str]}|74052280) ... }
bartolin lizmat: I was confused by this output (esp. the non-matching curlies at the start) -- and only after seeing the call to split in github.com/rakudo/rakudo/blob/d80f...y.pm6#L596 I understood what was going on. Do you think that is something to worry about? 16:15
m: use NativeCall; sub strlen(Str --> int32) is native { }; say &strlen.WHAT.^name ~ " " ~ &strlen.VAR.name ~ " = " ~ &strlen.raku 16:16
camelia Sub+{Callable[int32]}+{NativeCall::Native[Sub+{Callable[int32]},Str]} strlen = sub strlen (Str $ --> int32) { #`(Sub+{Callable[int32]}+{NativeCall::Native[Sub+{Callable[int32]},Str]}|86257392) ... }
bartolin ^^ That would be the full output, without '.split("::").tail' 16:17
btw, happy new year to all of you ;) 16:18
16:21 evalable6 joined
[Coke] Happy New Year, folks. 16:48
18:07 reportable6 left 19:08 reportable6 joined 20:46 linkable6 left, evalable6 left 21:47 linkable6 joined 23:49 committable6 left, coverable6 left, linkable6 left, nativecallable6 left, tellable6 left, releasable6 left, unicodable6 left, sourceable6 left, reportable6 left, statisfiable6 left, notable6 left, quotable6 left, bloatable6 left, bisectable6 left, squashable6 left, shareable6 left, benchable6 left, greppable6 left, squashable6 joined 23:50 shareable6 joined, reportable6 joined, releasable6 joined 23:51 greppable6 joined, sourceable6 joined, quotable6 joined, tellable6 joined 23:52 unicodable6 joined