Applied, thank you!

  Leslie

On May 20, 5:54 am, Scott Helvick <[email protected]> wrote:
> In elephant.lisp:
>
> (defmethod count-persistent-objects ((store elephant-store) class-name
>                                                             &key
> filter-fn &allow-other-keys)
>   (if (subtypep class-name 'persistent-object)
>       (...)
>       (count-persistent-objects store class-name)))
>
> Seems to me that last line should be a call to
> count-persistent-standard-objects, or just return 0.  Its current
> state results in an infinite loop.
>
>  weblocks-elephant.patch
> < 1KViewDownload

-- 
You received this message because you are subscribed to the Google Groups 
"weblocks" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/weblocks?hl=en.

Reply via email to