It was a bug, fixed now.<br><br>Thanks for reporting.<br><br>Tomi<br><br><div class="gmail_quote">2009/10/3 Mihai Bazon <span dir="ltr"><<a href="mailto:mihai@bazon.net">mihai@bazon.net</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br>
<br>
Using the following code to select a few instances:<br>
<br>
(with-transaction<br>
  (select-instances (o)<br>
    (where (member (oid-of o) list-of-oids))))<br>
<br>
If I specify a type, i.e. (select-instances (o base-type)) then it<br>
works (even if the selected instances are of mixed types derived from<br>
base-type), but without it I get this warning:<br>
<br>
; caught WARNING:<br>
;   This variable is undefined:<br>
;     PERSISTENT-OBJECT<br>
<br>
Probably a bug in perec?<br>
<br>
Cheers,<br>
-Mihai<br>
_______________________________________________<br>
Cl-perec-devel mailing list<br>
<a href="mailto:Cl-perec-devel@common-lisp.net">Cl-perec-devel@common-lisp.net</a><br>
<a href="http://common-lisp.net/cgi-bin/mailman/listinfo/cl-perec-devel" target="_blank">http://common-lisp.net/cgi-bin/mailman/listinfo/cl-perec-devel</a><br>
</blockquote></div><br>