Sorting on a slot field with NIL values and START, END = NIL doesn't work correctly:
MYSTIC(23): (defpclass moo () ((slot1 :type list :initform nil :index t))) #<PERSISTENT-METACLASS MOO> MYSTIC(24): (make-instance 'moo) #<MOO oid:130046> MYSTIC(25): (get-instances-by-class 'moo) (#<MOO oid:130046>) MYSTIC(26): (get-instances-by-range 'moo 'slot1 nil nil) NIL Known behaviour? Leslie _______________________________________________ elephant-devel site list elephant-devel@common-lisp.net http://common-lisp.net/mailman/listinfo/elephant-devel