Diffusion Baloo 04f972a7f551

Make list of subterms in debug output easier to spot

Authored by bruns on Apr 7 2018, 2:17 AM.

Description

Make list of subterms in debug output easier to spot

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

Reviewers: Baloo, michaelh

Reviewed By: Baloo, michaelh

Subscribers: Frameworks

Tags: Frameworks, Baloo

Differential Revision: https://phabricator.kde.org/D12006

Details

Committed
brunsApr 7 2018, 11:36 AM
Reviewer
Baloo
Differential Revision
D12006: Make list of subterms in debug output easier to spot
Parents
R293:b0dcc732ca98: Simplify Term operator&& and ||
Branches
Unknown
Tags
Unknown