1 Nov 2024
lizmat renormalist: re naming of module: why not call it Data::DPath? Without the 6 ? 13:28
also, in documentation, we usually refer to Perl as "Perl", not as "Perl5" 13:29
renormalist Yeah, fair point, that was a question I wanted to discuss if there are naming conventions for ports.
ACK on Perl (without 5).
So when you say just Data::DPath (without 6) is fine, then I will just do it. As it would otherwise mean to do it everywhere with the 6 with every module I port which is obviously ridiculous. 13:30
lizmat indeed 13:31
renormalist My primary point of view was that I will end up uploading it to CPAN and there it would confuse somehow.
lizmat see e.g. raku.land/?q=Tie
those are all ports from Perl
renormalist Yeah, cool, I'm already convinced, thanks. :-)
lizmat although CPAN does support uploading of Raku modules, it is really not used for new modules anymore 13:32
renormalist Ok. And should I cleanup my mess on zef ecosystem somehow?
(haven't checkied if there is some delete operation there) 13:33
lizmat fez remove 'Data::DPath6:ver<0.0.1>:auth<zef:renormalist>'
should still work (as it has been less than 24 hours since you uploaded) 13:34
same for Data::DPath6:ver<0.0.2>:auth<zef:renormalist>
renormalist Ok, thanks, will do.
Ah, I guess my info isn't updated because raku.land was last built 17h ago. raku.land/build 16:44
lizmat jjatria: looks like raku.land updating is stuck 23:28
2 Nov 2024
jjatria Hm... I'll try to take a look, but it'll have to be tomorrow I'm afraid :( 00:01
JRaspass I gave it a prod, works now 00:03
4 Nov 2024
jjatria Heh, "gave prod a prod". Making myself chuckle... 09:17
10 Nov 2024
lizmat feels like something's wonky at raku.land: two modules I uploaded to zef, have not appeared yet in the Recent Dists section 12:39
the REA harvester *has* seen them, so they *are* there 12:40
hmmm it seems to have itself fixed 12:51
18 Nov 2024
looks like updates on raku.land are stuck 14:49
it now says "Built 32 mins ago" that's way too long isn't it ? 14:50
JRaspass jjatria now: "Built 3 hours ago" 17:11
JRaspass jjatria raku.land is now 3 fez uploads behind :-( 22:44
19 Nov 2024
JRaspass I gave it a prod, not sure why it keeps hanging 00:10
lizmat thanks! 08:32
24 Nov 2024
JRaspass jjatria looks like raku.land harvesting is interrupted by a 403 12:25
ok, harvesting runs again, without a 403 12:45
so looks like some server was awol, and that affected raku.land harvesting 12:46
15 Dec 2024
JRaspass jjatria just a note that the harvesting of Raku land frequently is aborted because of a 403 HTPP status somewhere 13:40
403 Forbidden
in method request at /usr/share/perl6/site/sources/9FC2343A87BDDB635A0B9DEF0D5BB8AFBC23C471 (HTTP::Tiny) line 356
...
Command exited with non-zero status 1 13:41
bin/parse: 72.89s 7882128k
feels like it is some kind of load related thing, as it also just passes as well 13:42
jjatria Hmmm... thanks for the reminder. Will have to look into it. I'll open an issue on the repo for now 19:39
JRaspass I guess we ought to return which server is giving us that error, I suspect it's the zef meta api 19:44
lizmat what is that? 19:45
360.zef.pm ??
JRaspass Yep 20:08
We also hit github/gitlab/codeberg, so it could be any of those
lizmat I've never seen a 403 on 360.zef.pm 20:11
JRaspass Yeah I wonder if it's rate limiting related 20:21
lizmat yeah, it feels like that 20:22
17 Dec 2024
JRaspass jjatria on raku.land/stats what does the frequency in the Year column mean exactly? First publication ? 12:28
jjatria That's the percentage of distributions that have had their latest release on a given year. So for example, right now, there's two distributions that had their most recent release in 2014 (!), which accounts for a 0.1% of all the distributions we index 18:58
lizmat understood, thanks! 19:00