Re: [PATCH 04/11] docs/qapi-domain: add :namespace: override option

2025-03-13 Thread John Snow
On Thu, Mar 13, 2025 at 2:39 AM Markus Armbruster wrote: > John Snow writes: > > > Akin to the :module: override option, the :namespace: options allows you > > to forcibly override the contextual namespace associatied with a > > definition. > > > > We don't necessarily actually need this, but I

Re: [PATCH 04/11] docs/qapi-domain: add :namespace: override option

2025-03-12 Thread Markus Armbruster
John Snow writes: > Akin to the :module: override option, the :namespace: options allows you > to forcibly override the contextual namespace associatied with a > definition. > > We don't necessarily actually need this, but I felt compelled to stick > close to how the Python domain works that offe

[PATCH 04/11] docs/qapi-domain: add :namespace: override option

2025-03-12 Thread John Snow
Akin to the :module: override option, the :namespace: options allows you to forcibly override the contextual namespace associatied with a definition. We don't necessarily actually need this, but I felt compelled to stick close to how the Python domain works that offers context overrides. As of th