Eric Blake writes:
> On 11/19/2015 01:10 AM, Markus Armbruster wrote:
>> Eric Blake writes:
>>
>>> [Replace the old commit message with this:]
>>
>> Fixup patch squashed, commit message replaced.
>
> The version of the patch currently on qapi-next (id 22c38fe) missed the
> addition of the new
On 11/19/2015 01:10 AM, Markus Armbruster wrote:
> Eric Blake writes:
>
>> [Replace the old commit message with this:]
>
> Fixup patch squashed, commit message replaced.
The version of the patch currently on qapi-next (id 22c38fe) missed the
addition of the new tests/qapi-schema/reserved-enum-q
Eric Blake writes:
> [Replace the old commit message with this:]
Fixup patch squashed, commit message replaced.
[Replace the old commit message with this:]
qapi: Tighten the regex on valid names
We already documented that qapi names should match specific
patterns (such as starting with a letter unless it was an enum
value or a downstream extension). Tighten that from a suggestion
into a hard requirement,