Code review comment for lp:~zorba-coders/zorba/structural-any-uri-lazy

Revision history for this message
Markos Zaharioudakis (markos-za) wrote :

It seems some of the changes made here will conflict with the chengs made in the tree-id branch. Ghislain can you try to merge the trunk into this branch and resolve the conflicts?

Also, I don't like the fact that a zstring (i.e., theValue) is now just wasted space in each StructuralAnyUriItem. Either make theValue mutable so that it can be reused by StructuralAnyUriItem, or don't make StructuralAnyUriItem a subclass of AnyUriItem anymore (it dosn't inherit much from AnyUriItem anymore).

« Back to merge proposal