Alumni
|
My first patch has been posted to the reviewboard (http://reviewboard.kde.org/r/3353/) and committed (r1106625). Here's the patch for category includes: http://pastebin.com/wGEgLQMq
|
Administrator
|
@lliehu: That patch looks fine too, and can also be posted to reviewboard to be committed.
KDE Sysadmin
[img]content/bcooksley_sig.png[/img] |
Alumni
|
I'll go with the review board I guess. |
Alumni
|
For patch 2, how's this instead?
http://pastebin.com/Y0Bta90v |
Administrator
|
That looks better. Please submit that to reviewboard as well.
@Glen Kaukola, lliehu: excellent work so far, the patches have been great.
KDE Sysadmin
[img]content/bcooksley_sig.png[/img] |
Alumni
|
|
Alumni
|
|
Alumni
|
My two review requests so far:
http://reviewboard.kde.org/r/3377/ http://reviewboard.kde.org/r/3376/ The post-review command is pretty handy by the way: http://www.reviewboard.org/docs/manual/ ... st-review/ |
Alumni
|
|
Alumni
|
kdesupport/akonadi
Check for C++ ctors that should be declared 'explicit' http://pastebin.com/RE0Qtbuv |
Alumni
|
I get a foreach warning on this, from kdesupport/akonadi/server/src/handler/delete.cpp:
Is this something I just need to leave be? Or how would I modify this? |
Alumni
|
I guess I'm having trouble with the foreach errors in general. Can you explain those a bit? Or point me somewhere that does? Thanks.
|
Administrator
|
All 4 of those patches ( improperly used strings, spelling, proper includes and explicit ctors ) look good, and can be submitted to review board. Excellent work!
For the foreach() issues, that is because the items are not passd as const references, thus causing the object to be copied, and causing more memory to be used and the application to be slower. That particular foreach() can be solved as follows ( although the const part may need removing due to the delete operation performed on it... )
KDE Sysadmin
[img]content/bcooksley_sig.png[/img] |
Alumni
|
kdesupport/attica
Not too much stuff so I rolled all the attica stuff into one patch: http://pastebin.com/7hjdCCWU |
Alumni
|
|
Registered users: Bing [Bot], Google [Bot], kesang, Sogou [Bot], Yahoo [Bot]