Re: [elephant-devel] Major elephant upgrade

2008-03-12 Thread [EMAIL PROTECTED]
Hi Robert, Yes, I'm using SBCL compiled with thread support enabled on OS X. - Daniel On Mar 11, 2008, at 11:37 PM, Robert L. Read wrote: I had these errors as well. I assumed they were releated to my architecture. Are you using SBCL? We may have to disable these tests, but I would really

Re: [elephant-devel] Major elephant upgrade

2008-03-11 Thread Robert L. Read
On Tue, 2008-03-11 at 14:41 -0400, [EMAIL PROTECTED] wrote: > Hi Ian, > > Thanks. I just downloaded the latest darcs and will look at it. I've > been evaluating different querying to propose a syntax. > > BTW, in the darcs I downloaded 10 minutes ago, I ran the tests and got: > > Did 421 che

Re: [elephant-devel] Major elephant upgrade

2008-03-11 Thread [EMAIL PROTECTED]
Hi Ian, Thanks. I just downloaded the latest darcs and will look at it. I've been evaluating different querying to propose a syntax. BTW, in the darcs I downloaded 10 minutes ago, I ran the tests and got: Did 421 checks. Pass: 420 (99%) Skip: 0 ( 0%) Fail: 1 ( 0%) Failure Deta

Re: [elephant-devel] Major elephant upgrade

2008-03-11 Thread Ian Eslick
Daniel, I just promoted a simple sketch of a query interpreter and syntax on the unstable branch that handles queries like: (query-select #'(lambda (person school) (format t "Person named: ~A at ~A~%" (name person) (name school))) '(select ((?p person) (?s school))

Re: [elephant-devel] Major elephant upgrade

2008-03-07 Thread Henrik Hjelte
On Wed, Mar 5, 2008 at 4:38 AM, Ian Eslick <[EMAIL PROTECTED]> wrote: > Hello again everyone, > > As some may have guessed from recent e-mails, I got motivated to > design/add a fairly large set of inter-related features that should > address many of the problems and questions we've seen lately.

Re: [elephant-devel] Major elephant upgrade

2008-03-06 Thread [EMAIL PROTECTED]
On Mar 4, 2008, at 10:38 PM, Ian Eslick wrote: = A little query interpreter (Waldo?, Daniel?) Read sets of oids from indices, implement an efficient in-memory sort&merge over oids, and deserialize after the query. I've specified a bunch of this so could provide a set of pointers to star

Re: [elephant-devel] Major elephant upgrade

2008-03-05 Thread Ian Eslick
I've posted my development repository as elephant-unstable alongside the main elephant branch. (i.e. http://www.common-lisp.net/project/elephant/darcs/elephant-unstable) I'll post incremental patches somewhat frequently. Don't expect many of the tests to pass yet. Please write to me offlin

Re: [elephant-devel] Major elephant upgrade

2008-03-05 Thread Leslie P. Polzer
> We have a lot of bug fixes and postmodern stuff in the current tip of > the head; we just need to make sure that we can recover to that point if > necessary, or to make an intermediate release. I'd like to get the PM connection reaper applied before the next release gets out. I'll try to write

Re: [elephant-devel] Major elephant upgrade

2008-03-04 Thread Robert L. Read
On Tue, 2008-03-04 at 22:38 -0500, Ian Eslick wrote: > = Schema evolution and synchronization (Robert?) >Most of the hooks are here, but tying up all the loose ends will > take some sustained concentration I'll try to help with this. Next week is our spring break and my family is vacationi

[elephant-devel] Major elephant upgrade

2008-03-04 Thread Ian Eslick
Hello again everyone, As some may have guessed from recent e-mails, I got motivated to design/add a fairly large set of inter-related features that should address many of the problems and questions we've seen lately. I'm now in the middle of adding over a half dozen major new features to