[Chicken-hackers] Bug in make-parameter / parameterize

2018-10-25 Thread Jörg F . Wittenberger
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

Re: [Chicken-hackers] Bug in make-parameter / parameterize

2018-10-25 Thread Jörg F . Wittenberger
Sorry for the noise. May fault. This bug is not there. (Neither in C5 nor 4.13) I obviously did not read the chicken version number I cut Let alone that I did not even expect any chicken prior to 4.12 installed on any of my machines. Regards On Oct 25 2018, Peter Bex wrote: On Thu, Oct

Re: [Chicken-hackers] Bug in make-parameter / parameterize

2018-10-25 Thread Peter Bex
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

Re: [Chicken-hackers] {{{PATCH}}} generalize chicken-do to allow multiple targets

2018-10-25 Thread felix . winkelmann
Hi! Here is an updated patch that adds the import libraries of a compiled module (.scm variant) and the link files of static extensions to the target list for chicken-do(1) invocations. felix From ffb8bd6e317de199d5c2482f68d90d554a00eb3c Mon Sep 17 00:00:00 2001 From: felix Date: Sat, 20 Oct