<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">ignoredType is wrong. it should be:<br>
<br>
SearchContext::Types ignoredTypes() const<br>
<br>
using the flags (e.g. ignoredTypes &amp; type) would done on the consumer&#39;s end<br>
(e.g. in RunnerManager)<br>
</blockquote><div><br>Done<br>&nbsp;<br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
the Private copy ctor shouldn&#39;t copy the matches (it used only on detach,<br>
right? so we don&#39;t want the matches). this makes the call to removeAllMatches<br>
unecessary in reset(). that&#39;s the whole point of this approach: avoid<br>
copying, deleting, etc.<br>
</blockquote><div><br>Ok, the ctor should initialize all to empty objects as it is only called in reset. I&#39;ll change that. See my next commentary.<br><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
+ &nbsp; &nbsp;if (this !=d-&gt;q) {<br>
+ &nbsp; &nbsp;//FIXME: this line must be uncommented.<br>
+ &nbsp; &nbsp; &nbsp; &nbsp;d.detach();<br>
+ &nbsp; &nbsp;}<br>
<br>
that looks completely backwards to me. it also looks completely unecessary.<br>
whenever reset is called it should detach. in practice, reset will only be<br>
called on the real context object, and that one should detach... again, this<br>
all about preventing copies and deletions.</blockquote><div><br>Detaching always is ok. Detaching will create a new empty object, so we don&#39;t need the rest of the method when we have indeed detached (we still need to clean our state if we don&#39;t detach). <br>
But detach() will only effectively detach if other object references the data,&nbsp; as detach() returns void, we can not know if in fact detached.&nbsp; I am tempted to use a bool to indicate if we are in a clean state, but it looks terrible ugly. <br>
<br>&nbsp;</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
<br>
the rest looks ok ... work needed in places still, but close enough ... i&#39;m<br>
tempted to say &quot;commit it, and then i&#39;ll polish it up&quot;<br>
<font color="#888888"></font></blockquote><div><br>Puff, at last we got close, after the detach issue is solved I&#39;ll comment kDebug() and commit.<br><br></div></div><br><br clear="all"><br>-- <br>Jordi Polo Carres<br>
NLP laboratory - NAIST<br><a href="http://www.bahasara.org">http://www.bahasara.org</a><br>