Re: [elephant-devel] function calls as keyforms for btree-indexes

2008-01-14 Thread Robert L. Read
Thank you. I was green under postmodern and cl-sql on postgres under SBCL, so I have added your patches to the repo. Thanks again. On Mon, 2008-01-14 at 13:50 +, Sean Ross wrote: > On Jan 11, 2008 4:34 PM, Sean Ross <[EMAIL PROTECTED]> wrote: > > > I appreciate you providing this patch. Ho

Re: [elephant-devel] function calls as keyforms for btree-indexes

2008-01-14 Thread Sean Ross
On Jan 11, 2008 4:34 PM, Sean Ross <[EMAIL PROTECTED]> wrote: > > I appreciate you providing this patch. However, it would be even better > > if this patch were accompanied with tests, or modifications to the > > existing test suite, which exercise, demonstrate, and test this feature. > > So, do y

Re: [elephant-devel] function calls as keyforms for btree-indexes

2008-01-11 Thread Sean Ross
On Jan 11, 2008 3:32 PM, Robert L. Read <[EMAIL PROTECTED]> wrote: > Thank you Sean. > > I don't feel I have enough experience to really comment on this idea, so > I will assume that it is a good one. > > I appreciate you providing this patch. However, it would be even better > if this patch were

Re: [elephant-devel] function calls as keyforms for btree-indexes

2008-01-11 Thread Robert L. Read
Thank you Sean. I don't feel I have enough experience to really comment on this idea, so I will assume that it is a good one. I appreciate you providing this patch. However, it would be even better if this patch were accompanied with tests, or modifications to the existing test suite, which exer

[elephant-devel] function calls as keyforms for btree-indexes

2008-01-10 Thread Sean Ross
Hi all, I would like to propose the following adjustment to the way that key-forms for btree indexes are converted into functions. Currently this is done by looking up the fdefinition of the symbol provided or calling compile nil on the form. I would like to amend this to also allow function for