On 20 December 2012 06:35, Andreas Pakulat <span dir="ltr"><<a href="mailto:apaku@gmx.de" target="_blank">apaku@gmx.de</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">></div><div class="im">
> The link identity is definitely an improvement, thanks.  However, I think<br>
> you have accidentally introduced a bug in doing so, as I have seen an error<br>
> message appear in the link colour, although *most* of them appear correctly.<br>
> I'll try to narrow it down.  Cheers.<br>
<br>
</div>I bet this was the same before, if you look at the commit at<br>
<a href="http://quickgit.kde.org/?p=kdevplatform.git&a=commitdiff&h=8b6bfba875a1d0a27aeadeb7fcafbdc5583e6eed" target="_blank">http://quickgit.kde.org/?p=kdevplatform.git&a=commitdiff&h=8b6bfba875a1d0a27aeadeb7fcafbdc5583e6eed</a><br>

you'll notice that I did not touch the matching of lines at all. If I<br>
understand the filters correctly some 'parts' of an error may actually<br>
be highlighted as info-lines because they do not contain the 'error'<br>
keyword but refer to locations nonetheless. I guess errors from<br>
templates and errors which are coming from included files fall into<br>
this category.<br></blockquote><div><br></div><div>Ah, I see.  I shouldn't make rash accusations like that anyway, sorry.  :)</div><div><br></div><div>I think I found the bug:</div><div><br></div><div>[...]/NodeSet.hpp:89:27: error: ‘Info’ was not declared in this scope</div>
<div><br></div><div>This line has both "error" and "Info" appearing in it, so I guess whatever regular expression we're using for matching needs to be tweaked to handle cases like this.</div><div><br>
</div><div>Cheers.</div><div><br></div><div>Jeremy</div><div><br></div></div>