Re: [pve-devel] [PATCH common v5 1/7] tools: add check_list_empty function

2024-11-11 Thread Thomas Lamprecht
The subject still talks about the old name from v4, but.. Am 02.10.24 um 15:11 schrieb Aaron Lauterer: > In some situations we don't want a total empty list. I opted for a > dedicated function instead of integrating it as error in the > `split_list` function. It is used in many places and the pote

[pve-devel] [PATCH common v5 1/7] tools: add check_list_empty function

2024-10-02 Thread Aaron Lauterer
In some situations we don't want a total empty list. I opted for a dedicated function instead of integrating it as error in the `split_list` function. It is used in many places and the potential fallout from unintended behavior changes is too big. Signed-off-by: Aaron Lauterer --- changes since: