IRC channel logs

2024-05-08.log

back to list of logs

<rekado>pushed to the python-team branch with lots of fixes
<rekado>also pushed a massive upgrade to r-updates
<rekado>will clean this up tomorrow and prepare for a merge
<rekado>ACTION fixes more python things
<rekado>ACTION runs grep define-public ./python-team/gnu/packages/jupyter.scm |cut -d' ' -f 2 | xargs ./pre-inst-env guix build
<rekado>what do we do with packages like python-voila?
<rekado>it fails to build, but we can't upgrade it because it is now made up of way more javascript that we can't install easily.
<rekado>merged r-updates into master
<rekado>unfortunately, I forgot to remove two FIXUP commits :-/
<rekado>looks ugly
<rekado>fixed some more things on python-team, but I need a break. Won't touch it for a while.
<rekado>I'm a little concerned that qemu fails one test on python-team. I don't see why it would do that.
<rekado>I'm disabling this one test now (it seems harmless enough), but I don't like it.
<rekado>this is not good: https://github.com/guix-science/guix-cran/commit/8a462f08926a413ae762d153b82371b33d07f839
<rekado>guix cran deleted itself
<rekado>and guix-bioc last had activity 2 weeks ago
<jonsger>:(
<civodul>uh, it deleted itself? :-)
<civodul>technically it emptied the files, right?
<rekado>yes
<rekado>the script must have resulted in no package definitions at all, and that's what it committed.
<rekado>I'm running the script manually now, but it's *extremely* slow to import things.
<rekado>in the past 30 mins it's done ... 5 packages
<rekado>I wonder if we're being subjected to rate limiting
<rekado>it seems likely
<rekado>we're stuck in the connect call
<rekado>...we don't seem to be using the CRAN mirrors, which makes us bad citizens, I suppose
<rekado>we should probably be using cloud.r-project.org instead of cran.r-project.org; it redirects to servers worldwide.