Markus Armbruster writes:
> Marc-Andre Lureau writes:
>
>> On Fri, Feb 2, 2018 at 2:03 PM, Markus Armbruster wrote:
>>> The generators' conversion to visitors (merge commit 9e72681d16)
>>> changed the processing order of entities from source order to
>>> alphabetical order. The next commit nee
On Mon, Feb 5, 2018 at 3:33 PM, Markus Armbruster wrote:
> Marc-Andre Lureau writes:
>
>> On Fri, Feb 2, 2018 at 2:03 PM, Markus Armbruster wrote:
>>> The generators' conversion to visitors (merge commit 9e72681d16)
>>> changed the processing order of entities from source order to
>>> alphabetic
Marc-Andre Lureau writes:
> On Fri, Feb 2, 2018 at 2:03 PM, Markus Armbruster wrote:
>> The generators' conversion to visitors (merge commit 9e72681d16)
>> changed the processing order of entities from source order to
>> alphabetical order. The next commit needs source order, so change it
>> ba
On Fri, Feb 2, 2018 at 2:03 PM, Markus Armbruster wrote:
> The generators' conversion to visitors (merge commit 9e72681d16)
> changed the processing order of entities from source order to
> alphabetical order. The next commit needs source order, so change it
> back.
>
> Signed-off-by: Markus Armb
The generators' conversion to visitors (merge commit 9e72681d16)
changed the processing order of entities from source order to
alphabetical order. The next commit needs source order, so change it
back.
Signed-off-by: Markus Armbruster
---
scripts/qapi/common.py | 4 +-
tests