Re: [Chicken-hackers] [PATCH] remove unused code (##sys#hash-table-location)

2015-12-14 Thread Evan Hanson
And by attached, I meant not attached. Yours in facepalm, Evan >From 36444f890c7877655a7cd7aea41a3bd9386e6ac5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20F=2E=20Wittenberger?= Date: Fri, 6 Nov 2015 20:50:21 +0100 Subject: [PATCH] Remove unused

Re: [Chicken-hackers] [PATCH] remove unused code (##sys#hash-table-location)

2015-12-14 Thread Evan Hanson
On 2015-11-07 18:27, Mario Domenech Goulart wrote: > It is used by the environments egg, though. As far as I can tell, it's > the only use of ##sys#hash-table-location, so I wouldn't mind moving it > from the core to the environments egg. I'm fine with removing this from chicken-5. Signoff

Re: [Chicken-hackers] [PATCH] A stupid but serviceable fix for #1110

2015-12-14 Thread Evan Hanson
On 2015-12-08 14:02, Christian Kellermann wrote: > I have pushed this for now, there seems to be a change in chicken-5's > version of setup-download.scm that's not in master: > > --8<---cut here---start->8--- > ((irregex-match '(*

Re: [Chicken-hackers] [PATCH] Improve irregex matching performance a lot by adding two type declarations

2015-12-14 Thread Jörg F . Wittenberger
Am 12.12.2015 um 16:13 schrieb John Cowan: > Peter Bex scripsit: > >> Maybe this is a good feature to add: a way to indicate that a type >> declaration for the argument types to a procedure declared elsewhere >> should be considered an assumption in the procedure body. This way >> it would not