Re: [PATCH 07/22] qapi/parser: assert object keys are strings

2021-04-27 Thread John Snow
On 4/27/21 2:13 AM, Markus Armbruster wrote: John Snow writes: On 4/25/21 3:27 AM, Markus Armbruster wrote: John Snow writes: The single quote token implies the value is a string. Assert this to be the case. Signed-off-by: John Snow --- scripts/qapi/parser.py | 2 ++ 1 file changed,

Re: [PATCH 07/22] qapi/parser: assert object keys are strings

2021-04-26 Thread Markus Armbruster
John Snow writes: > On 4/25/21 3:27 AM, Markus Armbruster wrote: >> John Snow writes: >> >>> The single quote token implies the value is a string. Assert this to be >>> the case. >>> >>> Signed-off-by: John Snow >>> --- >>> scripts/qapi/parser.py | 2 ++ >>> 1 file changed, 2 insertions(+)

Re: [PATCH 07/22] qapi/parser: assert object keys are strings

2021-04-26 Thread John Snow
On 4/25/21 3:27 AM, Markus Armbruster wrote: John Snow writes: The single quote token implies the value is a string. Assert this to be the case. Signed-off-by: John Snow --- scripts/qapi/parser.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/qapi/parser.py b/scripts/qapi/

Re: [PATCH 07/22] qapi/parser: assert object keys are strings

2021-04-25 Thread Markus Armbruster
John Snow writes: > The single quote token implies the value is a string. Assert this to be > the case. > > Signed-off-by: John Snow > --- > scripts/qapi/parser.py | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/scripts/qapi/parser.py b/scripts/qapi/parser.py > index 6b443b1247e..8d1

[PATCH 07/22] qapi/parser: assert object keys are strings

2021-04-21 Thread John Snow
The single quote token implies the value is a string. Assert this to be the case. Signed-off-by: John Snow --- scripts/qapi/parser.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/qapi/parser.py b/scripts/qapi/parser.py index 6b443b1247e..8d1fe0ddda5 100644 --- a/scripts/qapi/par