<table><tr><td style="">kossebau added subscribers: brauch, kfunk, apol, mwolff.<br />kossebau added a comment.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D14288">View Revision</a></tr></table><br /><div><div><p>Helped myself around that crash by just turning the path into a canonical one, doing this:</p>

<div class="remarkup-code-block" style="margin: 12px 0;" data-code-lang="text" data-sigil="remarkup-code-block"><pre class="remarkup-code" style="font: 11px/15px "Menlo", "Consolas", "Monaco", monospace; padding: 12px; margin: 0; background: rgba(71, 87, 120, 0.08);">const auto filePath = QFileInfo(match.captured(1)).canonicalFilePath();</pre></div>

<p>Not sure if this is the correct fix, more a wild guess to get things going for more testing.</p>

<p>Some more things I noticed:</p>

<ul class="remarkup-list">
<li class="remarkup-list-item">running on the project can result in duplicated problem reports, e.g. if a source file is used as source for multiple build products -> deduplication could be considered as future improvement</li>
<li class="remarkup-list-item">tooltip on problems in the source code view have strange rendering with too much spacing around the check title</li>
<li class="remarkup-list-item">tooltips for problems in general have a problem if the help text is very long, resulting in way too big tooltips (at least on old low-dpi screens :) )</li>
<li class="remarkup-list-item">would be nice to see which checks actually are backed by fix-its, but that needs improvements with clazy I guess to be able to query that? wroth a todo note at least somewhere</li>
</ul>

<p>Used the plugin already to polish KDevelop codebase some more, cmp. row of commits to 5.3 branch :)</p>

<p>Maintainers: <a href="https://phabricator.kde.org/p/brauch/" style="
              border-color: #f1f7ff;
              color: #19558d;
              background-color: #f1f7ff;
                border: 1px solid transparent;
                border-radius: 3px;
                font-weight: bold;
                padding: 0 4px;">@brauch</a>, <a href="https://phabricator.kde.org/p/apol/" style="
              border-color: #f1f7ff;
              color: #19558d;
              background-color: #f1f7ff;
                border: 1px solid transparent;
                border-radius: 3px;
                font-weight: bold;
                padding: 0 4px;">@apol</a>, <a href="https://phabricator.kde.org/p/kfunk/" style="
              border-color: #f1f7ff;
              color: #19558d;
              background-color: #f1f7ff;
                border: 1px solid transparent;
                border-radius: 3px;
                font-weight: bold;
                padding: 0 4px;">@kfunk</a>, <a href="https://phabricator.kde.org/p/mwolff/" style="
              border-color: #f1f7ff;
              color: #19558d;
              background-color: #f1f7ff;
                border: 1px solid transparent;
                border-radius: 3px;
                font-weight: bold;
                padding: 0 4px;">@mwolff</a> What is your take? IMHO would be good to get this in ASAP into 5.3 branch, before the beta..<br />
Works for me (modulo what I mentioned) and the current feature set should be good enough for 5.3 series.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R32 KDevelop</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D14288">https://phabricator.kde.org/D14288</a></div></div><br /><div><strong>To: </strong>antonanikin, KDevelop<br /><strong>Cc: </strong>mwolff, apol, kfunk, brauch, pino, kossebau, kdevelop-devel, antismap, iodelay, vbspam, geetamc, Pilzschaf, akshaydeo, surgenight, arrowd<br /></div>