[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-hackers] [PATCH 0/5] List scrutiny special cases
From: |
Evan Hanson |
Subject: |
Re: [Chicken-hackers] [PATCH 0/5] List scrutiny special cases |
Date: |
Sun, 19 Oct 2014 10:20:27 -0700 |
User-agent: |
OpenSMTPD enqueuer (Demoosh) |
Hi Peter, thanks for all the pushes!
On 2014-10-19 14:34, Peter Bex wrote:
> I've pushed these patches, but I had to make one small modification:
> the special case for split-at was incorrect.
Thanks for catching that. Indeed, values should be spliced *out* of
their lists. Not sure what I was doing, there -- buggy thinking on my
part.
Evan