this is the normal FMMultiValueLink>>add: anElement
anElement perform: opposite with: owner.
(values includes: anElement) not ifTrue: [
values add: anElement ].
^anElement
it fails because anElement is nil (because each was nil in
previous step)
nicolas
On 14/08/2015 11:31, Guillaume
Larcheveque wrote:
can you show one step above in the stack because
your problem is in the #add: of FMMultivalue link
_______________________________________________
Moose-dev mailing list
Moose-dev@iam.unibe.ch
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
_______________________________________________
Moose-dev mailing list
Moose-dev@iam.unibe.ch
https://www.iam.unibe.ch/mailman/listinfo/moose-dev