It seems a bug crept into the latest release, at least we postmodern might
get into problems with a kind-hints parameter.
A fix is attached as a darcs patch, with another small update.

Alex Mizrahi suggested to me it must be called the release effect
Elephant was staying stable for monthes before release, but release was
corrupted

Loosly connected to the demo effect which also happened to me today, showing
off your cool product for investors and it
suddently doesn't work as you want.

/Henrik Hjelte

Thu Nov 22 16:10:46 CET 2007  Henrik Hjelte<[EMAIL PROTECTED]>
  * remove kind-hints parameter from add-index
  Probably a coming feature from Ian, but
  right now it breaks the generic function add-index
  and thus postmodern, so I removed it for now.
Shall I send this patch? (1/2)  [ynWvpxqadjk], or ? for help: y

Thu Nov 22 16:19:29 CET 2007  Henrik Hjelte<[EMAIL PROTECTED]>
  * removed a little compiler warning (typo)
New patches:

[remove kind-hints parameter from add-index
Henrik Hjelte<[EMAIL PROTECTED]>**20071122151046
 Probably a coming feature from Ian, but
 right now it breaks the generic function add-index
 and thus postmodern, so I removed it for now.
] {
hunk ./src/db-bdb/bdb-collections.lisp 109
-(defmethod add-index ((bt bdb-indexed-btree) &key index-name key-form key-hints (populate t))
-  (declare (ignore key-hints))
+(defmethod add-index ((bt bdb-indexed-btree) &key index-name key-form (populate t))
hunk ./src/elephant/classindex.lisp 332
-		     :key-hints hints
}

[removed a little compiler warning (typo)
Henrik Hjelte<[EMAIL PROTECTED]>**20071122151929] {
hunk ./src/elephant/controller.lisp 518
-  (declare (type store-controller store-controller))
+  (declare (type store-controller sc))
}

Context:

[TAG ELEPHANT-0-9-1
[EMAIL PROTECTED] 
Patch bundle hash:
87ca5378e9718dc7412c28ab85bade9521f16d1d
_______________________________________________
elephant-devel site list
elephant-devel@common-lisp.net
http://common-lisp.net/mailman/listinfo/elephant-devel

Reply via email to