On Thu, Oct 25, 2018 at 02:01:08PM +0200, Jörg F. Wittenberger wrote:
Hi Chickeneers,
learning from srfi-154 it seems there is a bug in
make-parameter/parameterize.
Here a simplified and shortend implementation of srfi-157 plus a test
lifted from the srfi. With chicken (tested with version 4.11.1) it
fails (returns #f). (chibi-scheme passes the test returning #t.)
Might want to check with a recent version of CHICKEN. We fixed several
issues related to parameter handling in 4.12.0.
A quick check here with 4.13.0 seems to indicate the bug does not exist
anymore. See also #1336 and #1227.
Cheers,
Peter