13 Mar
2005
13 Mar
'05
1:50 a.m.
On Fri, 2005-03-11 at 23:32, Bob Jamison wrote:
Yeah, it does seem to cure the symptom rather than the disease. However, it does also seem to be a valid safety check for a recursive method. But I'll leave it to whoever wrote the code. I'm still a bit foggy on it.
(that would be me) I added an assert to mergeFrom itself, and discovered that the problem is that SPNamedView and SPMetadata's write functions don't deal properly with the case where the repr being written to is their own -- resulting in them attempting to merge a node with itself.
This should be fixed in CVS now.
-mental