On 11/23/2016 10:56 AM, Markus Armbruster wrote:
> Eric Blake writes:
>
>> On 11/23/2016 08:17 AM, Markus Armbruster wrote:
>>
>>>
>>> The first two patches are bug fixes, and as such they should be
>>> considered for 2.8.
>>>
>>> This patch doesn't fix anything, and it might conceivably break
>>
Eric Blake writes:
> On 11/23/2016 08:17 AM, Markus Armbruster wrote:
>
>>
>> The first two patches are bug fixes, and as such they should be
>> considered for 2.8.
>>
>> This patch doesn't fix anything, and it might conceivably break
>> something. Too late for 2.8.
>
> Ah, but it DOES fix che
On 11/23/2016 08:17 AM, Markus Armbruster wrote:
>
> The first two patches are bug fixes, and as such they should be
> considered for 2.8.
>
> This patch doesn't fix anything, and it might conceivably break
> something. Too late for 2.8.
Ah, but it DOES fix check-qjson on Mac OS.
As mentioned
Eric Blake writes:
> On 11/23/2016 03:25 AM, Paolo Bonzini wrote:
>>> The qobject_from_jsonf() function implements a pseudo-printf
>>> language for creating a QObject; however, it is hard-coded to
>>> only parse a subset of formats understood by printf(). In
>>> particular, any use of a 64-bit i
On 11/23/2016 03:25 AM, Paolo Bonzini wrote:
>> The qobject_from_jsonf() function implements a pseudo-printf
>> language for creating a QObject; however, it is hard-coded to
>> only parse a subset of formats understood by printf(). In
>> particular, any use of a 64-bit integer works only if the
>>
> The qobject_from_jsonf() function implements a pseudo-printf
> language for creating a QObject; however, it is hard-coded to
> only parse a subset of formats understood by printf(). In
> particular, any use of a 64-bit integer works only if the
> system's definition of PRId64 matches what the pa
The qobject_from_jsonf() function implements a pseudo-printf
language for creating a QObject; however, it is hard-coded to
only parse a subset of formats understood by printf(). In
particular, any use of a 64-bit integer works only if the
system's definition of PRId64 matches what the parser expec