Re: [Chicken-hackers] )PATCH( Lookup program argument to feathers properly and show error on failure

2018-05-01 Thread Kooda
On Sun, 29 Apr 2018 23:37:00 +0200 felix.winkelm...@bevuta.com wrote: > Hi! > > This patch fixes two problems with feathers that I have noticed being > mentioned on #chicken: the program argument is treated as a normal > filename and looked up like anz other file, not dependent on the > current PA

Re: [Chicken-hackers] [PATCH] Simplify eval/meta a little and drop ##sys#active-eval-environment (which is unused)

2018-05-01 Thread Kooda
On Sun, 29 Apr 2018 14:11:18 +0200 Peter Bex wrote: > Hi all, > > I noticed that we're practically rolling our own inline version of > "parameterize" using dynamic-wind. The attached patch simplifies > this a little to make it more readable. It also drops > ##sys#active-eval-environment which i

Re: [Chicken-hackers] [PATCH] add an error for -L and -I in csc

2018-05-01 Thread Kooda
On Sun, 29 Apr 2018 13:16:55 +0200 Kristian Lein-Mathisen wrote: > Hi, > > Hopefully the commit message explains it all. I ran into this problem > when I had an egg file containing this: > > (components > (extension nanomsg > (source "nanomsg-module.scm") > (link-options "-L -lnanom

Re: [Chicken-hackers] [PATCH][4] Add missing extras unit dependency to files.scm

2018-05-01 Thread Kooda
On Thu, 26 Apr 2018 16:59:47 +0200 Evan Hanson wrote: > Dead simple, fixes #1442. > > Cheers, > > Evan This has been pushed already. ___ Chicken-hackers mailing list Chicken-hackers@nongnu.org https://lists.nongnu.org/mailman/listinfo/chicken-hackers

Re: [Chicken-hackers] patch: Always build in host mode unless cross-compiling

2018-05-01 Thread Kooda
This sounds right to me, unless when cross-compiling, the target is always the host. That’s also the default for chicken-install already. Attached is a signoff. >From bc8fa77683e7116c027b81abef402a724e8fd8e9 Mon Sep 17 00:00:00 2001 From: Kristian Lein-Mathisen Date: Thu, 26 Apr 2018 23:10:26 +02

[Chicken-hackers] [PATCH] chicken-5-eggs fix for spiffy

2018-05-01 Thread Kristian Lein-Mathisen
Hi all, I think this should be applied to spiffy in the test egg repository (git:// code.call-cc.org/chicken-5-eggs). I'm running chicken5 rev 30af91f4. Without this patch, I get errors like this: Note: the following toplevel variables are referenced but unbound: use openssl

Re: [Chicken-hackers] [PATCH] Refactor posix so that identifiers appear to come from the "submodules"

2018-05-01 Thread Kooda
On Mon, 30 Apr 2018 20:28:07 +0200 Peter Bex wrote: > Hi all, > > As I mentioned in an earlier e-mail, the posix module can be > refactored so that it set!s the identifiers declared in the > other modules (like chicken.file.posix, chicken.time.posix etc). > > The attached set of patches makes it