Great, thanks! I just pushed this to elephant-unstable. Typically a
gzip of a darcs patch (created with the vanilla darcs send -o) is
good. Mail tends to screwup plaintext patches. This was small enough
I just did it by hand; hopefully it doesn't conflict with your patch
when you pull i
Hi,
the attached patch solves the problem with the "forgotten" associations. The
main reason for the problem was that the slot index was incorrectly named in
the controller-index-table of the store controller.
Is this patch format ok? We are admittedly all but darcs experts.
Regards
Lukas, Marc
Sorry everyone, I'm not going to be able to get to this until at least
Friday and probably not until next week.
The association mechanism isn't that big and is mostly built on top of
the core elephant other than some metaclass support. If someone wants
to look into it - the associations.li
hi,
i also tried to make a simple example of this situation and after a while
i noticed the following behavior of the class A:
---
(defpclass A()
((id :initarg :id :accessor id-of :index t)
(points-to :accessor points-to :associate (A pointed-by) :many-to-many t)
(pointed-by :accessor poi