Review Request: Fix stale suffix text removal in (and refactor) SIGNAL()/SLOT() completion.
Aleix Pol Gonzalez
aleixpol at gmail.com
Sun Sep 30 22:42:09 UTC 2012
> On Sept. 28, 2012, 2:52 p.m., Olivier Jean de Gaalon wrote:
> > Ship It!
>
> Ivan Shapovalov wrote:
> To stable or master?
We are on RC1 state already, so I'd say master.
- Aleix
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/106451/#review19517
-----------------------------------------------------------
On Sept. 25, 2012, 9:31 a.m., Ivan Shapovalov wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> http://git.reviewboard.kde.org/r/106451/
> -----------------------------------------------------------
>
> (Updated Sept. 25, 2012, 9:31 a.m.)
>
>
> Review request for KDevelop and Olivier Jean de Gaalon.
>
>
> Description
> -------
>
> Most notably, I stopped using a complicated regex for detecting
> pieces of stale SIGNAL()/SLOT() macros like in
> "SIGNAL( <cursor here> someOldStuff(withArguments) )".
> Instead, just delete everything from cursor to next
> statement delimiter or EOL or unrelated closing bracket.
>
> Also, added extensive comments on what's being done
> as the code was pretty unclear.
>
>
> This addresses bugs 202135 and 224996.
> http://bugs.kde.org/show_bug.cgi?id=202135
> http://bugs.kde.org/show_bug.cgi?id=224996
>
>
> Diffs
> -----
>
> languages/cpp/codecompletion/implementationhelperitem.cpp 5b832b1
> languages/cpp/codecompletion/item.h fa449ca
> languages/cpp/codecompletion/item.cpp d52c832
> languages/cpp/tests/test_cppcodecompletion.h 24b9a19
> languages/cpp/tests/test_cppcodecompletion.cpp 4eccce2
>
> Diff: http://git.reviewboard.kde.org/r/106451/diff/
>
>
> Testing
> -------
>
> Added unit-tests using examples provided in the bug-reports; existing unit-tests pass.
>
>
> Thanks,
>
> Ivan Shapovalov
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20120930/550286d2/attachment.html>
More information about the KDevelop-devel
mailing list