IRC channel logs
2024-06-19.log
back to list of logs
<janneke>ACTION mails patch for srfi-235 /cc flatwhatson <janneke>flatwhatson: yeah, let's wait for the review :) <janneke>ACTION mostly did some janitorial work <flatwhatson>looks good to me fwiw, will try it out once my guile repo is dusted off <flatwhatson>noticed Makefile.am is copyright "Software Foundation, Inc" which is funny, but out-of-scope for this change anyway <flatwhatson>i believe Software Foundation, Inc are the major competitor to Acme Corporation <janneke>ACTION dreams about a time when the Free in Free Software Foundation has become a pleonasm <janneke>ACTION also mails another silly patch they had lying around <mwette>Has something changed on logs.guix.gnu.org? Firefox can't connect: it says the site is using HSTS and is somenow not configured right. <mwette>or my time is wrong, but I don't think so <rlb>mwette: fwiw I can connect, but only after acknowledging that there's no https and redirecting to http (b/c I have it set to always prefer https), but I'm not on .1 yet, i.e. I'm apparently on 127.0. If I upgrade later I'll let you know what happens. <mwette>rlb: thanks. I did receive a Firefox update today, so it could be that. <mwette>Ah, with http I now get "expired certificate" <rlb>Assuming I read correctly that pre-scheme is being ported to guile, I wondered where pre-scheme's numeric semantics might be specified, i.e. does it make it possible to ask for well defined integer overflow (either globally or for specific operations), or does it just leave that to you and your C compiler or...