Re: [PATCH v2 13/19] qapi/schema: split "checked" field into "checking" and "checked"

2024-02-01 Thread John Snow
On Thu, Feb 1, 2024 at 2:41 PM John Snow wrote: > > On Tue, Jan 16, 2024 at 9:58 AM Markus Armbruster wrote: > > > > John Snow writes: > > > > > differentiate between "actively in the process of checking" and > > > "checking has completed". This allows us to clean up the types of some > > > inte

Re: [PATCH v2 13/19] qapi/schema: split "checked" field into "checking" and "checked"

2024-02-01 Thread John Snow
On Tue, Jan 16, 2024 at 9:58 AM Markus Armbruster wrote: > > John Snow writes: > > > differentiate between "actively in the process of checking" and > > "checking has completed". This allows us to clean up the types of some > > internal fields such as QAPISchemaObjectType's members field which >

Re: [PATCH v2 13/19] qapi/schema: split "checked" field into "checking" and "checked"

2024-01-16 Thread Markus Armbruster
John Snow writes: > differentiate between "actively in the process of checking" and > "checking has completed". This allows us to clean up the types of some > internal fields such as QAPISchemaObjectType's members field which > currently uses "None" as a test for determining if check has been run

[PATCH v2 13/19] qapi/schema: split "checked" field into "checking" and "checked"

2024-01-12 Thread John Snow
differentiate between "actively in the process of checking" and "checking has completed". This allows us to clean up the types of some internal fields such as QAPISchemaObjectType's members field which currently uses "None" as a test for determining if check has been run already or not. This simpl