Re: [Qemu-devel] [PATCH 16/26] qapi: Document flaws in checking of names

2015-08-04 Thread Eric Blake
On 08/04/2015 03:18 AM, Markus Armbruster wrote: > We don't actually enforce our "other than downstream extensions [...], > all names should begin with a letter" rule. Add a FIXME. > > We should reject names that differ only in '_' vs. '.' vs. '-', > because they're liable to clash in generated

[Qemu-devel] [PATCH 16/26] qapi: Document flaws in checking of names

2015-08-04 Thread Markus Armbruster
We don't actually enforce our "other than downstream extensions [...], all names should begin with a letter" rule. Add a FIXME. We should reject names that differ only in '_' vs. '.' vs. '-', because they're liable to clash in generated C. Add a FIXME. Signed-off-by: Markus Armbruster --- sc