On Tue, 2008-05-13 at 23:36 +0200, Ryszard Szopa wrote:
> On Tue, May 13, 2008 at 4:01 PM, Ian Eslick <[EMAIL PROTECTED]> wrote:
> > I had just run into this myself too! Anyway, I made some tweaks to the
> > patch and just pushed the fix.
> >
> > You could write a whitebox test for the auxiliary
It used to be included in elephant.asd but should actually be in
elephant-tests.asd since the core elephant doesn't depend on it.
Ian
On May 14, 2008, at 3:32 AM, Leslie P. Polzer wrote:
BTW there are some aspects of the tests system I fail to understand.
For example, elephant-tests fails
> BTW there are some aspects of the tests system I fail to understand.
> For example, elephant-tests fails to compile
> (tests/testconcurrency.lisp wants to use package BT, which cannot be
> found).
BT is an alias for BORDEAUX-THREADS, which should be included by ASDF.
If it isn't we got a bug.
On May 13, 2008, at 5:36 PM, Ryszard Szopa wrote:
On Tue, May 13, 2008 at 4:01 PM, Ian Eslick <[EMAIL PROTECTED]>
wrote:
I had just run into this myself too! Anyway, I made some tweaks to
the
patch and just pushed the fix.
You could write a whitebox test for the auxiliary function I
cre
On Tue, May 13, 2008 at 4:01 PM, Ian Eslick <[EMAIL PROTECTED]> wrote:
> I had just run into this myself too! Anyway, I made some tweaks to the
> patch and just pushed the fix.
>
> You could write a whitebox test for the auxiliary function I created called
> elephant-db-path which returns a pathn
I had just run into this myself too! Anyway, I made some tweaks to
the patch and just pushed the fix.
You could write a whitebox test for the auxiliary function I created
called elephant-db-path which returns a pathname to probe-file
regardless of the input spec.
Ian
On May 13, 2008, at
Hey,
As I mentioned before, I had trouble in opening a bdb store in
elephant-unstable. I investigated the case, and it turned out that
open-controller for bdb didn't accept a pathname as part of the store
specification. A patch that fixes the problem is attached.
I also wrote a unit-test for the