Re: possible bug in the fmt egg?

2021-12-24 Thread T. Kurt Bond
I'll note that SRFI 166 (which seems to have replaced fmt in chibi-scheme 0.10, which I *think* is Alex Shinn's own scheme) has a issue that seems similar, but not quite the same: $ chibi-scheme > (import (srfi 166)) > (show #f (numeric/si 1024)) "1k" > (show #f (numeric/si 0)) ERROR in "inexact->

Re: After upgrade to 5.3.0 chickadee is broken

2021-12-24 Thread T. Kurt Bond
I first noticed this issue yesterday with chickadee, but I probably haven't used chicken for a couple of weeks. Looking at homebrew, a precompiled chicken 5.3.0 was installed on 2021-12-13, probably as the result of my running brew upgrade, rather than deliberately updating Chicken . When I went

Merry christmas!

2021-12-24 Thread felix . winkelmann
Everybody! I wish all of you a very happy christmas. felix

Re: require-extension and require-library

2021-12-24 Thread felix . winkelmann
> In general, this lack of specificity and consistency when it comes to how > CHICKEN deals with files and modules in the smaller scale is something that’s > keeping me from being truly productive with the environment; I just can’t come > up with a flexible way to organize my projects that can adap

Re: After upgrade to 5.3.0 chickadee is broken

2021-12-24 Thread Jim Ursetto
This does look suspicious. I don’t remember seeing this in 5.2 though (you had opened this ticket 16 months ago). Did this just manifest itself suddenly? > On Dec 24, 2021, at 11:06, Kon Lovett wrote: > > similar - https://bugs.call-cc.org/ticket/1721 > >> On Dec 24, 2021, at 8:49 AM, T. Kurt

Re: require-extension and require-library

2021-12-24 Thread Erica Z
Hi Evan, I suppose that makes sense, thank you! This does lead to something else that’s fuzzy on my mind; the exact role of import.scm files, which I don’t believe is mentioned outright in the documentation? I can guess that it has to do with providing import libraries, but I can’t be completel

Re: After upgrade to 5.3.0 chickadee is broken

2021-12-24 Thread Kon Lovett
similar - https://bugs.call-cc.org/ticket/1721 > On Dec 24, 2021, at 8:49 AM, T. Kurt Bond wrote: > > Ok, I've figured out what went wrong, but I'm not sure why that happened. > Again, this is happening on macOS using homebrew to install CHICKEN Scheme > 5.3.0. > > The chickadee.install.sh

Re: After upgrade to 5.3.0 chickadee is broken

2021-12-24 Thread T. Kurt Bond
Ok, I've figured out what went wrong, but I'm not sure why that happened. Again, this is happening on macOS using homebrew to install CHICKEN Scheme 5.3.0. The chickadee.install.sh commands that create .../share/chicken and copy the directory chickadee to it use /usr/local/Cellar/chicken/5.3.0/usr