Re: [Qemu-devel] [PATCH v4 09/19] qapi: Add tests of redefined expressions

2014-09-24 Thread Markus Armbruster
Eric Blake writes: > Demonstrate that the qapi generator doesn't deal very well with > redefined expressions. At the parse level, they are silently > accepted; I'm not sure what would happen if we tried to go > further and use it in generated code, but the end result can't > be good. A later pa

[Qemu-devel] [PATCH v4 09/19] qapi: Add tests of redefined expressions

2014-09-19 Thread Eric Blake
Demonstrate that the qapi generator doesn't deal very well with redefined expressions. At the parse level, they are silently accepted; I'm not sure what would happen if we tried to go further and use it in generated code, but the end result can't be good. A later patch will tighten things up and