[00:02] *** reportable6 left
[00:04] *** reportable6 joined
[00:09] *** squashable6 left
[00:11] *** squashable6 joined
[01:01] *** patrickb left
[01:11] *** japhb left
[01:11] *** japhb joined
[01:48] *** kjp left
[02:15] *** jgaz joined
[03:20] *** evalable6 left
[03:20] *** linkable6 left
[03:22] *** evalable6 joined
[04:22] *** linkable6 joined
[05:22] *** quotable6 left
[05:22] *** nativecallable6 left
[05:22] *** reportable6 left
[05:22] *** sourceable6 left
[05:22] *** tellable6 left
[05:22] *** committable6 left
[05:22] *** shareable6 left
[05:22] *** notable6 left
[05:22] *** unicodable6 left
[05:22] *** linkable6 left
[05:22] *** coverable6 left
[05:22] *** benchable6 left
[05:22] *** evalable6 left
[05:22] *** bisectable6 left
[05:22] *** releasable6 left
[05:22] *** bloatable6 left
[05:22] *** greppable6 left
[05:22] *** squashable6 left
[05:22] *** statisfiable6 left
[05:23] *** coverable6 joined
[05:24] *** shareable6 joined
[05:24] *** reportable6 joined
[05:24] *** statisfiable6 joined
[05:25] *** linkable6 joined
[05:25] *** nativecallable6 joined
[05:25] *** quotable6 joined
[05:25] *** evalable6 joined
[06:03] *** reportable6 left
[06:04] *** frost joined
[06:23] *** notable6 joined
[06:24] *** benchable6 joined
[06:24] *** tellable6 joined
[06:25] *** sourceable6 joined
[06:45] <japhb> I am seeing this error a lot recently: P6opaque: no such attribute '$!storage' on type Map in a Hash when trying to bind a value
[06:47] <japhb> The failing line is the declaration of a method.  The weird thing is, I can usually make it go away by adding a throwaway capture ('|c') to the end of the method params.
[06:48] <japhb> Even weirder, it seems to care about the *contents* of the method, even though the workaround affects only the params.
[06:49] <japhb> For example, using a callsame inside a method of a derived class can trigger the error.  *Either* switching the callsame to `self.ParentClass::method` or adding the '|c' to the end of the params makes it go away.
[06:49] <japhb> (All this is from debugging weird behavior in a big mess of class and role definitions, so it's not yet golfed.)
[06:52] <japhb> Annoyingly, simple attempts at golfing like this don't trigger the error:
[06:52] <japhb> m: class Foo { method bar() { say "Foo::bar" } }; class Quux is Foo { method bar() { callsame; say "Quux::bar" } }; Quux.new.bar;
[06:52] <camelia> rakudo-moar d7152ea59: OUTPUT: «Foo::bar␤Quux::bar␤»
[06:54] <japhb> I even triggered the error in one annoying case by moving some methods from a parent class to an (already-existing) child class nearly unchanged (only module namespace fixes, but otherwise character-identical).
[06:56] <japhb> I've seen the same errors with methods that have empty param lists and methods with rather complex param lists (e.g. both kinds of slurpy, along with multiple other params), so no easy explanation there.
[06:56] <japhb> *both kinds of slurpy --> both positional and associative slurpies
[07:03] *** reportable6 joined
[07:23] *** greppable6 joined
[07:25] *** unicodable6 joined
[07:25] *** bisectable6 joined
[07:26] *** squashable6 joined
[07:56] <[Tux]> Rakudo v2021.10-134-gd1bda7b56 (v6.d) on MoarVM 2021.10-124-g6fd623291
[07:56] <[Tux]> csv-test-xs-20      0.408 -  0.413
[07:56] <[Tux]> csv-ip5xs           0.855 -  0.893
[07:56] <[Tux]> test-t --race       0.957 -  0.972
[07:56] <[Tux]> test-t              1.647 -  1.657
[07:56] <[Tux]> csv-parser          4.260 -  4.323
[07:56] <[Tux]> csv-ip5xs-20        5.272 -  5.623
[07:56] <[Tux]> test                6.978 -  7.045
[07:56] <[Tux]> test-t-20 --race    7.310 -  7.723
[07:56] <[Tux]> test-t-20          23.795 - 23.896
[07:57] *** frost left
[08:02] *** linkable6 left
[08:05] *** linkable6 joined
[08:24] *** releasable6 joined
[08:24] *** committable6 joined
[09:01] *** jgaz left
[10:30] *** atroxaper joined
[10:56] *** atroxaper left
[11:23] *** bloatable6 joined
[12:02] *** reportable6 left
[12:02] *** reportable6 joined
[14:38] *** jgaz joined
[15:11] *** jgaz left
[17:55] *** squashable6 left
[17:57] *** squashable6 joined
[18:02] *** reportable6 left
[18:05] *** reportable6 joined
[18:14] <sena_kun> hi folks
[18:15] <sena_kun> I'm writing a post about latest Comma features for the advent calendar, the bit about public ones is done. Should I write some about paid ones or will it be just ads?
[18:17] <[Coke]> fwiw, it's fine with me, as long as it's clearly marked as part of the paid version.
[18:17] <[Coke]> but IANARSCM
[19:12] *** TempIRCLogger left
[19:12] *** Geth left
[20:59] *** discord-raku-bot left
[21:00] *** discord-raku-bot joined
[21:14] *** nebuchadnezzar left
[22:08] *** RakuIRCLogger left
[22:08] *** Geth joined
[22:08] *** RakuIRCLogger joined
[22:09] <lizmat> sena_kun: it's about features, isn't it?  then it's only indirectly advertisement.  And only advertisement in the best way, I'd say
[22:10] *** TempIRCLogger joined
[22:11] <MasterDuke> japhb: nine merged some fixes to moarvm yesterday and lizmat bumped nqp+rakudo, are you getting the errors after those?
[23:16] <japhb> MasterDuke: Yeah, I rebuilt a couple times, and the latest version I saw this problem with was 2021.10-134-gd1bda7b56
[23:24] <MasterDuke> ah, too bad, sounded like something those recent fixes might have helped
[23:48] <japhb> Yeah, I was hoping so myself.
