[Cl-perec-devel] undefined variable: PERSISTENT-OBJECT
Mihai Bazon
mihai at bazon.net
Sat Oct 3 09:23:33 UTC 2009
Hi,
Using the following code to select a few instances:
(with-transaction
(select-instances (o)
(where (member (oid-of o) list-of-oids))))
If I specify a type, i.e. (select-instances (o base-type)) then it
works (even if the selected instances are of mixed types derived from
base-type), but without it I get this warning:
; caught WARNING:
; This variable is undefined:
; PERSISTENT-OBJECT
Probably a bug in perec?
Cheers,
-Mihai
More information about the cl-perec-devel
mailing list