Re: [Chicken-hackers] [PATCH] Fix invalid calls to `get` where `db-get` should be used

2015-05-27 Thread Peter Bex
On Wed, May 27, 2015 at 05:34:15PM +1200, Evan Hanson wrote: > Small optimizer.scm fixes after 50ee93d. Hi Evan, Are there no unit tests which exercise this code path? If not, we should consider making one or two. Cheers, Peter signature.asc Description: Digital signature _

Re: [Chicken-hackers] [PATCH] Fix invalid calls to `get` where `db-get` should be used

2015-05-27 Thread Evan Hanson
On 2015-05-27 9:08, Peter Bex wrote: > Are there no unit tests which exercise this code path? > If not, we should consider making one or two. Good idea, attached. Evan From 1c87877944fac0e8d9e32cc916bd8093a5e0a1a3 Mon Sep 17 00:00:00 2001 From: Evan Hanson Date: Wed, 27 May 2015 20:25:33 +1200

Re: [Chicken-hackers] [PATCH] Fix invalid calls to `get` where `db-get` should be used

2015-05-27 Thread Evan Hanson
Argh, I always forget the manifest. Evan From 5e4a2e08c88a1d4aec5d128d87ec5505aa50fc56 Mon Sep 17 00:00:00 2001 From: Evan Hanson Date: Wed, 27 May 2015 20:25:33 +1200 Subject: [PATCH] Add test case that triggers clustering --- distribution/manifest | 1 + tests/clustering-tests.scm | 7 ++