🦋 Welcome to the MAIN() IRC channel of the Raku Programming Language (raku.org). Log available at irclogs.raku.org/raku/live.html . If you're a beginner, you can also check out the #raku-beginner channel!
Set by lizmat on 6 September 2022.
Nemokosch judging by #raku-dev-irc , this might be a fez problem 10:08
lizmat it is confirmed to be a fez problem 10:09
[11:48:43] <JRaspass>$ curl -sI 360.zef.pm | grep ^l
[11:48:43] <JRaspass>last-modified: Wed, 19 Apr 2023 17:34:36 GMT
Anton Antonov Thanks! 10:34
ab5tract m: module M { our sub m { dd $?MODULE; dd $?MODULE::.kv }; module B {}}; M::m; dd M::.kv 12:03
camelia M
()
("B", M::B, "\&m", sub m { #`(Sub|5546014211456) ... }).Seq
ab5tract that behavior for $?MODULE::.kv feels strange 12:04
lizmat what specifically do you find strange ? 12:05
ab5tract m: module M {}; dd GLOBAL::.kv; dd $?PACKAGE::.kv
camelia ("M", M).Seq
()
ab5tract lizmat: does this make it clearer? ^^ 12:06
Shouldn't `::.kv` always access the stash and give back its contents? 12:07
I would expect GLOBAL and $?PACKAGE to be equivalent 12:08
(in my example)
but then, I would also sort of expect this to work: 12:10
m: module M {}; ::("GLOBAL")::.kv
camelia ( no output )
ab5tract m: module M {}; dd ::("GLOBAL")::.kv
camelia ()
ab5tract I came across this when trying to make a method for a role that would introspect $?PACKAGE::.kv to find anything defined under a class's namespace 12:14
lizmat fwiw, I think nine found some anomalies there while working in RakuAST 12:17
ab5tract ah, nice
uzl[m] I've merged this PR into main: github.com/Raku/doc/pull/4284 12:46
Good job with the article! You dialed it up a bit when talked with supply, react/whenever, etc. I mean at least for me :') 12:47
lizmat uzl[m]++ 12:48
tonyo / 15:14
tonyo fez should processing stuff again, ping jjatria 16:48
lizmat this means that all modules uploaded since Wed, 19 Apr 2023 17:34:36 GMT will have to be uploaded *again* 16:50
Antonov jjatria ^^ guifa 16:52
lizmat and yet another Rakudo Weekly News hits the Net: rakudoweekly.blog/2023/04/24/2023-...aseperiod/ 17:43
rf Afternoon folks 21:59
jjatria Thanks! Will upload. lizmat++ tonyo++ 22:13