<table><tr><td style="">sitter created this revision.<br />Herald added a project: Plasma.<br />Herald added a subscriber: plasma-devel.<br />sitter requested review of this revision.
</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/D19940">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>with the current way options are handled we'd always have a tight lock<br />
between kcrash and drkonqi making it unnecessarily difficult to add<br />
new options because newer kcrashes cannot simply pass them regardless of<br />
drkonqi's version.</p>

<p>e.g.</p>

<ul class="remarkup-list">
<li class="remarkup-list-item">drkonqi 5.20 adds --displayName</li>
<li class="remarkup-list-item">kcrash 5.70 adds support for passing --displayName</li>
<li class="remarkup-list-item">kcrash now needs to somehow determine the precise version of drkonqi because passing --displayName to 5.19 or below results in exit1</li>
</ul>

<p>by having drkonqi ignore unknown options we can eliminate this restriction<br />
as kcrash can then simply always pass all arguments it knows (which it<br />
needs to do for the entire so-series; 5.70 needs to still work with<br />
plasma 5.0 in theory)</p>

<p>NB: 5.x still needs some variant of version checking as kcrash needs to<br />
find out if drkonqi has this new behavior. come 6.x we would be able to<br />
ignore versions entirely in kcrash</p></div></div><br /><div><strong>TEST PLAN</strong><div><p>passing arbitrary cli options no longer causes drkonqi to exit in error</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R871 DrKonqi</div></div></div><br /><div><strong>BRANCH</strong><div><div>arbitrary-options</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D19940">https://phabricator.kde.org/D19940</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>src/main.cpp</div></div></div><br /><div><strong>To: </strong>sitter<br /><strong>Cc: </strong>plasma-devel, jraleigh, GB_2, ragreen, Pitel, ZrenBot, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart<br /></div>