Re: possible bug in the fmt egg?

2021-12-23 Thread Mario Domenech Goulart
Hi Kristian,

On Mon, 18 Oct 2021 23:27:25 +0200 Kristian Lein-Mathisen 
 wrote:

> I'm playing with the fmt egg and I think I've stumbled upon a problem:
>
> ~> csi -R fmt -P '(fmt #f (num/si 1024))'
> "1Ki"
> ~> csi -R fmt -P '(fmt #f (num/si 0))'
> Error: (log) log of exact 0 is undefined: 0
> klm@pisa ~ [70]> csi -R fmt -P '(fmt #f (num/si -1))'
> Error: (floor) bad argument type - not a real: 0.0+0.453236014182719i
>
> I couldn't find the upstream repo to report to, so I thought I'd try here.

The upstream repository is the CHICKEN Subversion repository.

You can get a copy of it with:

  $ svn co 
https://anonym...@code.call-cc.org/svn/chicken-eggs/release/5/fmt/trunk fmt

The author of fmt is Alex (Cc'ed).

All the best.
Mario
-- 
http://parenteses.org/mario



After upgrade to 5.3.0 chickadee is broken

2021-12-23 Thread T. Kurt Bond
I'm using macOS with chicken from homebrew.

I installed chicken-doc and then chickadee, but now when I run "chickadee
serve" I get the following message:

$ chickadee  serve


Error: (change-directory) cannot change current directory - No such file or
directory: "/usr/local/Cellar/chicken/5.3.0/share/chicken/chickadee"


Call history:


spiffy.scm:548: chicken.condition#with-exception-handler
spiffy.scm:548: ##sys#call-with-values
spiffy.scm:548: scheme#eval
  (let () (import openssl) ssl-port?)
  (##core#let () (import openssl) ssl-port?)
spiffy.scm:548: k691
spiffy.scm:547: g694
spiffy.scm:610: dynamic-import
spiffy.scm:548: scheme#call-with-current-continuation
spiffy.scm:548: chicken.condition#with-exception-handler
spiffy.scm:548: ##sys#call-with-values
spiffy.scm:548: scheme#eval
  (let () (import openssl) ssl-port->tcp-port)
  (##core#let () (import openssl) ssl-port->tcp-port)
spiffy.scm:548: k691
spiffy.scm:547: g694   <--


And, indeed, that directory is missing.  I've uninstalled chickadee and
installed it again, but that made no difference.

Any idea of what is going wrong?
-- 
T. Kurt Bond, tkurtb...@gmail.com, https://tkurtbond.github.io