[pdm-devel] superseded: [PATCH proxmox{, -datacenter-manager} 0/4] generate Vec's for string-lists

Hannes Laimer h.laimer at proxmox.com
Fri Oct 24 16:44:09 CEST 2025


superseded-by: 
https://lore.proxmox.com/pdm-devel/20251024144250.145205-1-h.laimer@proxmox.com/T/#t

On 10/21/25 15:50, Hannes Laimer wrote:
> PVE does accept actual arrays[1] as input to fields with a `-list` format.
> This updates the generator so it produces a Vec if it is a parameter,
> not for return values.
> 
> I did not find endpoint that directly share the same format for
> parameters and return value. Update endpoint also include a
> `delete`-field and those were the only ones that had really similar
> input and output formats. So deduplication in the generate _should_ not be
> a problem here.
> 
> This required some small changes to pdm. Context for those is in the
> commit itself.
> 
> [1] pve-common 69d9edcc ("section config: implement array support")
> 
> 
> proxmox:
> 
> Hannes Laimer (3):
>    pve-api-types: schema2rust: generate arrays for types with format
>      `-list`
>    pve-api-types: add regex for both storage- and bridge-pair
>    pve-api-types: regenerate
> 
>   pve-api-types/generate.pl                  |  11 +-
>   pve-api-types/generator-lib/Schema2Rust.pm |  35 ++-
>   pve-api-types/src/generated/code.rs        |   2 +-
>   pve-api-types/src/generated/types.rs       | 335 +++++++++++----------
>   pve-api-types/src/types/verifiers.rs       |  10 -
>   5 files changed, 213 insertions(+), 180 deletions(-)
> 
> 
> proxmox-datacenter-manager:
> 
> Hannes Laimer (1):
>    server: use types indead of string for migration parameters
> 
>   server/src/api/pve/lxc.rs  | 133 ++++++++----------------------------
>   server/src/api/pve/qemu.rs | 135 ++++++++-----------------------------
>   2 files changed, 56 insertions(+), 212 deletions(-)
> 
> 
> Summary over all repositories:
>    7 files changed, 269 insertions(+), 392 deletions(-)
> 





More information about the pdm-devel mailing list