[Chicken-hackers] [PATCH 0/6] Fix for #1468 and some clean-up

2018-06-08 Thread Evan Hanson
Hi all, here are a few more patches, small ones this time. The first is a fix for #1468, and the others clean up a handful of things I noticed in csc.scm, batch-driver.scm, and eval.scm while working on it. Regarding Peter's message about delaying some patches until 5.1, this patchset is based on

Re: [Chicken-hackers] [PATCH 0/6] Fix for #1468 and some clean-up

2018-06-09 Thread felix . winkelmann
> Hi all, here are a few more patches, small ones this time. The first is > a fix for #1468, and the others clean up a handful of things I noticed > in csc.scm, batch-driver.scm, and eval.scm while working on it. Regarding patch #1: the first hunk seems to already applied in my repo. Do you have a

Re: [Chicken-hackers] [PATCH 0/6] Fix for #1468 and some clean-up

2018-06-09 Thread felix . winkelmann
Hi! I tried to make patch #1 work (excluding the first hunk) but somehow static extensions don't seem to be found (I tried to build a static awful-server, it could not find awful..o even though it is installed. I strongly recommend to let all the cleanups, cosmetics and cascaded, staggered, pi

Re: [Chicken-hackers] [PATCH 0/6] Fix for #1468 and some clean-up

2018-06-09 Thread Evan Hanson
On 2018-06-09 16:40, felix.winkelm...@bevuta.com wrote: > I tried to make patch #1 work (excluding the first hunk) but somehow > static extensions don't seem to be found (I tried to build a static > awful-server, it could not find awful..o even though it is installed. > > I strongly recommend to l

Re: [Chicken-hackers] [PATCH 0/6] Fix for #1468 and some clean-up

2018-06-09 Thread felix . winkelmann
> On 2018-06-09 16:40, felix.winkelm...@bevuta.com wrote: > > I tried to make patch #1 work (excluding the first hunk) but somehow > > static extensions don't seem to be found (I tried to build a static > > awful-server, it could not find awful..o even though it is installed. > > > > I strongly re

Re: [Chicken-hackers] [PATCH 0/6] Fix for #1468 and some clean-up

2018-06-10 Thread Evan Hanson
On 2018-06-10 1:22, felix.winkelm...@bevuta.com wrote: > Ok, I just thought it might be helpful and possible to port the static > linking patch myself, but apparently I'm missing out too much context. > I'm sorry that my remark sounded a bit snarky. I just think this is > not the right time to bar

Re: [Chicken-hackers] [PATCH 0/6] Fix for #1468 and some clean-up

2018-06-11 Thread Evan Hanson
On 2018-06-11 13:10, Evan Hanson wrote: > Besides that last change for ticket #1468, all of my uncommitted patches > can be ignored for right now anyway, since I'll need to resubmit them > after bringing them up to date with master. Actually, there's one other that I forgot about. The "Forbid rela

Re: [Chicken-hackers] [PATCH 0/6] Fix for #1468 and some clean-up

2018-11-11 Thread Peter Bex
On Sat, Jun 09, 2018 at 10:13:10AM +1200, Evan Hanson wrote: > Hi all, here are a few more patches, small ones this time. The first is > a fix for #1468, and the others clean up a handful of things I noticed > in csc.scm, batch-driver.scm, and eval.scm while working on it. I've applied the cleanup