18 Feb 2025
jjatria Seems to be working. Most of the warnings in the build log are about tar (which is sometimes very noisy) and the bottom ones about it not being able to find a repository (which happens sometimes with old repos with faulty METAs). But the site itself is up and working 00:22
sjn yay! 14:47
2 Jun 2025
lizmat hmmm.. I've been removing obsolete module references from the p6c module list, but I don't see the number of p6c modules on raku.land going down 11:53
are the statistic calculated at a different time ? 11:54
jjatria JRaspass ?
jjatria lizmat: you're looking at raku.land/stats ? 11:56
lizmat yes
jjatria IIRC, that's calculated at ingestion time with the data from the database. The distributions you removed from p6c, are they also gone from the RL index? 11:58
lizmat RL index? 12:02
isn't ecosystem/META.list authoritative ? 12:03
jjatria RL aggregates data from those sources into its own index, so yeah, it should still be authoritative. RL tries to not be a primary source of any data, if it can avoid it 12:04
lizmat looks like the modules from p6c are indeed gone from the RL index 12:06
aahh.. and stats is updated now
looking at the log now, not sure why it complains about e.g. not finding github/raku-community-modules/ClassX-StrictConstructor ? whereas github.com/raku-community-modules/...onstructor is defnitely a thing ? 12:08
anyways, looks like the index didn't complete (as it didn't show the final result table) 12:10
ok, I'll continue cleaning up p6c's meta list then :)
thanks for looking into it!
ok, this one got me puzzled: 13:37
the error log mentions: github: Could not resolve to a Repository with the name 'lizmat/Object'
but I have *no* idea where that could be coming from: jjatria JRaspass any ideas? 13:38
jjatria Let's look 13:58
That's a GraphQL error. We construct the query (owner / repo) from the URL we ingested: gitlab.com/raku-land/raku-land/-/b...heads#L251 14:08
Not sure what distribution in particular is the one that points to `lizmat/Object`, though
lizmat so it could be a module that lists a dependency incorrectly ? 14:09
jjatria It appears it comes from version 0.0.10 of Object::Trampoline, which lists the URL as "github.com/lizmat/Object/Trampoline" 15:07
In any case, it's more of a warning than an error. That version was indexed correctly: raku.land/zef:lizmat/Object::Tramp...e?v=0.0.10 15:09
lizmat ah, ok, so in that sense, it's unfixable (as it has apparently been fixed in more recent versions) 15:54
JRaspass Regarding immutable errata it might make sense to have a quirks file for overwriting legacy releases 16:14
lizmat looks like I made changes to the p6c ecosystem in the wrong branch today: master instead of "main" 16:59
the fact that I *did* see changes in raku.land, makes me wonder whether raku.land is maybe still looking at the master branch as well ?
yup: gitlab.com/raku-land/raku-land/-/b...=heads#L17 jjatria JRaspass 17:05
gitlab.com/raku-land/raku-land/-/m...equests/11 17:09
JRaspass: thanks, p6c now down to 371, 15.9% :-) 21:43
10 Jun 2025
Guest64 Hi 23:52
Please recommend a HMTL template module for raku
12 Jun 2025
Guest55 Looks like Raku.land is not being updated over 24 hours 12:55
lizmat JRaspass jjatria ^^ looks like the REA *is* getting updated 15:56
fwiw the build log raku.land/build mentions : Command exited with non-zero status 1 15:58
but otherwise looks like the update us running every 15 minutes or so? 15:59
JRaspass Hmm looks like we're dying on forbidden, I should really get it to print out the URL, I wonder if it's the zef URL again 21:45
9 Jul 2025
tonyo is it? 17:26
29 Jul 2025
lizmat Q: would raku.land be able to support distributions that have the same name:auth:ver but different :api value ? 14:27
see github.com/Raku/problem-solving/issues/490
1 Aug 2025
jjatria JRaspass ^^ 09:30
jjatria Hm, maybe? Not sure what it would currently do, I'd have to look into it, and I'm dangerously low on TUITs. My guess is it would choke, so we'd have to add support for it 10:41
If the outcome of that issue is a "yes", though, then we could definitely make RL support them, though 10:42
lizmat well, it looks like zef chokes on uploading already, so chances are low that it will occur IRL anytime soon
s/zef/fez
3 Aug 2025
looks like the harvester is stuck again on a 403 13:23
looks like it got unstuck again :-) 17:27
29 Aug 2025
tbrowder has anyone tried using AI to work on the duplicate name issue? 19:07
ChatGPT handle sql queries nicely 19:09
1 Sep 2025
jjatria I don't really think the problem is SQL-fu related 10:04