Review Request 129400: Avoid potential access of .last() on empty list
Marco Martin
notmart at gmail.com
Tue Nov 15 13:55:28 UTC 2016
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/129400/#review100858
-----------------------------------------------------------
Fix it, then Ship it!
other than that, ship it
src/kpackagetool/kpackagetool.cpp (line 502)
<https://git.reviewboard.kde.org/r/129400/#comment67684>
no, locate would return the first most suitable it found, that is usually the local one under ~/.local
whuile this being with global option we need the system one instead. I don't see an option in qstandardpaths to ignore the local stuff, so using the last one of the things returned by locateAll is the better heuristic i found for having this behavior
- Marco Martin
On Nov. 14, 2016, 1:35 p.m., David Edmundson wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/129400/
> -----------------------------------------------------------
>
> (Updated Nov. 14, 2016, 1:35 p.m.)
>
>
> Review request for KDE Frameworks and Plasma.
>
>
> Repository: kpackage
>
>
> Description
> -------
>
> locateAll can return nothing, therefore we can't always call .last() on
> it.
>
> Existing code should be able to handle an empty package root as the user
> could also also have provided a broken package root as an argument.
>
>
> Diffs
> -----
>
> src/kpackagetool/kpackagetool.cpp 6135e14ba717d579553036f9ed7874813046a1db
>
> Diff: https://git.reviewboard.kde.org/r/129400/diff/
>
>
> Testing
> -------
>
> Ran kpackagetool --generate-index -g
>
> Previously asserted. No longer asserted.
>
>
> Thanks,
>
> David Edmundson
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20161115/ecb2bf64/attachment.html>
More information about the Plasma-devel
mailing list