On 04/01/2015 06:17 AM, Eric Blake wrote:
>> I guess JSON / Python was chosen as QAPI schema language to save us the
>> bother of defining a syntax and building the tools to work with it, like
>> an Emacs mode. JSON's not exactly my favourite choice, but at least
>> it's not XML.
>>
>> What we ha
Eric Blake writes:
> On 04/01/2015 03:33 AM, Markus Armbruster wrote:
>
Longhand:
# mandatory
'name': { 'type': 'str' }
# optional, with a default
'flag': { 'type': 'bool', 'default': true }
# optional, no default
'string': { 'type':
Kevin Wolf writes:
> Am 01.04.2015 um 13:03 hat Markus Armbruster geschrieben:
>> Kevin Wolf writes:
>>
>> > Am 01.04.2015 um 11:33 hat Markus Armbruster geschrieben:
>> >> Kevin Wolf writes:
>> >>
>> >> > Am 31.03.2015 um 22:09 hat Markus Armbruster geschrieben:
>> >> >> Kevin Wolf writes:
On 04/01/2015 03:33 AM, Markus Armbruster wrote:
>>> Longhand:
>>>
>>> # mandatory
>>> 'name': { 'type': 'str' }
>>> # optional, with a default
>>> 'flag': { 'type': 'bool', 'default': true }
>>> # optional, no default
>>> 'string': { 'type': 'str', 'default': null }
>>>
>>
Am 01.04.2015 um 13:03 hat Markus Armbruster geschrieben:
> Kevin Wolf writes:
>
> > Am 01.04.2015 um 11:33 hat Markus Armbruster geschrieben:
> >> Kevin Wolf writes:
> >>
> >> > Am 31.03.2015 um 22:09 hat Markus Armbruster geschrieben:
> >> >> Kevin Wolf writes:
> >> >>
> >> >> > Am 24.03.20
Kevin Wolf writes:
> Am 01.04.2015 um 11:33 hat Markus Armbruster geschrieben:
>> Kevin Wolf writes:
>>
>> > Am 31.03.2015 um 22:09 hat Markus Armbruster geschrieben:
>> >> Kevin Wolf writes:
>> >>
>> >> > Am 24.03.2015 um 21:03 hat Eric Blake geschrieben:
>> >> >> From: Fam Zheng
>> >> >>
Am 01.04.2015 um 11:33 hat Markus Armbruster geschrieben:
> Kevin Wolf writes:
>
> > Am 31.03.2015 um 22:09 hat Markus Armbruster geschrieben:
> >> Kevin Wolf writes:
> >>
> >> > Am 24.03.2015 um 21:03 hat Eric Blake geschrieben:
> >> >> From: Fam Zheng
> >> >>
> >> >> In the near term, we wi
Kevin Wolf writes:
> Am 31.03.2015 um 22:09 hat Markus Armbruster geschrieben:
>> Kevin Wolf writes:
>>
>> > Am 24.03.2015 um 21:03 hat Eric Blake geschrieben:
>> >> From: Fam Zheng
>> >>
>> >> In the near term, we will use it for a sensible-looking
>> >> 'gen':false inside command declaratio
Am 31.03.2015 um 22:09 hat Markus Armbruster geschrieben:
> Kevin Wolf writes:
>
> > Am 24.03.2015 um 21:03 hat Eric Blake geschrieben:
> >> From: Fam Zheng
> >>
> >> In the near term, we will use it for a sensible-looking
> >> 'gen':false inside command declarations, instead of the
> >> curren
Kevin Wolf writes:
> Am 24.03.2015 um 21:03 hat Eric Blake geschrieben:
>> From: Fam Zheng
>>
>> In the near term, we will use it for a sensible-looking
>> 'gen':false inside command declarations, instead of the
>> current ugly 'gen':'no'.
>>
>> In the long term, it will allow conversion from
Am 24.03.2015 um 21:03 hat Eric Blake geschrieben:
> From: Fam Zheng
>
> In the near term, we will use it for a sensible-looking
> 'gen':false inside command declarations, instead of the
> current ugly 'gen':'no'.
>
> In the long term, it will allow conversion from shorthand
> with defaults ment
Eric Blake writes:
> From: Fam Zheng
>
> In the near term, we will use it for a sensible-looking
> 'gen':false inside command declarations, instead of the
> current ugly 'gen':'no'.
>
> In the long term, it will allow conversion from shorthand
> with defaults mentioned only in side-band document
From: Fam Zheng
In the near term, we will use it for a sensible-looking
'gen':false inside command declarations, instead of the
current ugly 'gen':'no'.
In the long term, it will allow conversion from shorthand
with defaults mentioned only in side-band documentation:
'data':{'*flag':'bool', '*s
13 matches
Mail list logo