Eric Blake writes:
> On 06/03/2016 01:56 AM, Markus Armbruster wrote:
>> Eric Blake writes:
>>
>>> Similar to pretty printing in the QObject visitor. The trickiest
>>> part is probably that the testsuite now has to honor parameterization
>>> on whether pretty printing is enabled.
>>
>> Worth
On 06/03/2016 01:56 AM, Markus Armbruster wrote:
> Eric Blake writes:
>
>> Similar to pretty printing in the QObject visitor. The trickiest
>> part is probably that the testsuite now has to honor parameterization
>> on whether pretty printing is enabled.
>
> Worth mentioning that the pretty-pri
Eric Blake writes:
> Similar to pretty printing in the QObject visitor. The trickiest
> part is probably that the testsuite now has to honor parameterization
> on whether pretty printing is enabled.
Worth mentioning that the pretty-printing matches the one in
qobject-json.c?
>
> Signed-off-by:
Similar to pretty printing in the QObject visitor. The trickiest
part is probably that the testsuite now has to honor parameterization
on whether pretty printing is enabled.
Signed-off-by: Eric Blake
---
v4: rebase to earlier changes, defer type_any() to later
v3: rebase to earlier changes
v2: