Hi all,
 here's a small patch to swap the load order of classindex-utils.lisp
and pset.lisp.
 This is required as Lispworks attempts to call set-db-synch when
loading the pset fasl
 which causes it to fall over.

cheers,
  sean
New patches:

[Ensure set-db-synch is defined before pset is loaded
[EMAIL PROTECTED] {
hunk ./elephant.asd 314
-		       (:file "pset")
hunk ./elephant.asd 315
+		       (:file "pset")
}

Context:

[Fix to from-end traversal of new map-index
[EMAIL PROTECTED] 
[New map-index implementation
[EMAIL PROTECTED] 
[Cheaper get-instance-by-value
[EMAIL PROTECTED] 
[TAG ELEPHANT-0-9-1
[EMAIL PROTECTED] 
Patch bundle hash:
1112b510335293340d816dca30f47876e7f2a40b
_______________________________________________
elephant-devel site list
elephant-devel@common-lisp.net
http://common-lisp.net/mailman/listinfo/elephant-devel

Reply via email to