🦋 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.
Kaiepi m: class Foo is Buf[uint8] is repr<VMArray> { }; say Foo ~~ Blob[uint8] 08:49
camelia False
Kaiepi m: class Foo is Buf[uint8] is repr<VMArray> { }; say Foo.^mro[1].^role_typecheck_list[2].WHICH; say Blob[uint8].WHICH
camelia Blob[uint8]|U47739528
Blob[uint8]|U45424176
Kaiepi wat
how is Foo's Blob[uint8] different from any other Blob[uint8]?
m: class Foo is Buf[uint8] is repr<VMArray> { }; say Foo.^mro[1].^role_typecheck_list[2].HOW.^name; say Blob[uint8].HOW.^name 08:50
camelia Perl6::Metamodel::CurriedRoleHOW
Perl6::Metamodel::CurriedRoleHOW
Kaiepi m: class Foo is Buf[uint8] is repr<VMArray> { }; say Foo.^mro[1].^role_typecheck_list[2].^curried_role.HOW.^name; say Blob[uint8].^curried_role.HOW.^name
camelia Perl6::Metamodel::ParametricRoleGroupHOW
Perl6::Metamodel::ParametricRoleGroupHOW
[Tux] Rakudo v2021.07-23-g548803393 (v6.d) on MoarVM 2021.07-18-g343d0f37f
csv-ip5xs0.866 - 0.895
csv-ip5xs-209.040 - 9.068
csv-parser28.145 - 28.185
csv-test-xs-200.365 - 0.384
test8.120 - 8.441
test-t1.978 - 2.025
test-t --race0.951 - 0.955
test-t-2033.810 - 34.127
test-t-20 --race10.499 - 10.795
09:37
ugexe oh boy -- news.ycombinator.com/item?id=28180531 16:07
nine "The real test of a community is not the discovery of those elements, but its reaction to them—particularly its willingness to acknowledge them. So far, the Perl community seems to be failing that test." 16:20
I do hope that the verdict for the Raku community will sound very differently
leont They missed at least two (silent) resignations, not that I'm going to correct them on that :-/ 16:55
lizmat " In a recent interview with The Register, McVey said, "I'm fresh out of ideas with regards to handling toxicity in the Perl community."" 18:55
that was stated by me, not by samcv
[Coke] Guess I got out while the getting was good. 19:22
should not have started reading the comments. 19:24
leont That's generally true on the internet 19:32
vrurg releasable6: status 20:01
releasable6 vrurg, Next release in ≈6 days and ≈22 hours. 1 blocker. Changelog for this release was not started yet
vrurg, Details: gist.github.com/81070366832c885c91...fc7b73a2ed
MasterDuke i think that one is actually just 'test needed' now, right? 20:03
vrurg If you mean #4456, looks like it is. 20:20
vrurg is in doubt if it worth merging #4492 and see if Blin strikes back after that. 20:22