D12006: Make list of subterms in debug output easier to spot
Stefan BrĂ¼ns
noreply at phabricator.kde.org
Sat Apr 7 02:39:13 UTC 2018
bruns created this revision.
bruns added reviewers: Baloo, michaelh.
Restricted Application added projects: Frameworks, Baloo.
Restricted Application added a subscriber: Frameworks.
bruns requested review of this revision.
REVISION SUMMARY
'(' was used for both delimiting Terms and list of Subterms. Use '[' for
lists instead.
Old:
( AND ( : a (QString)) ( AND ( OR ( : b (QString)) ( : c (QString)) ) ( : d (QString)) ) )
New:
[ AND ( : a (QString)) [ AND [ OR ( : b (QString)) ( : c (QString)) ] ( : d (QString)) ] ]
TEST PLAN
`ctest -V`
REPOSITORY
R293 Baloo
BRANCH
b#392620_unittest
REVISION DETAIL
https://phabricator.kde.org/D12006
AFFECTED FILES
src/lib/term.cpp
To: bruns, #baloo, michaelh
Cc: #frameworks, ashaposhnikov, michaelh, astippich, spoorun, ngraham, bruns, alexeymin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20180407/b72bd0ff/attachment-0001.html>
More information about the Kde-frameworks-devel
mailing list