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

2024-09-09 Thread Aaron Lauterer
On 2024-09-09 16:02, Fiona Ebner wrote: Am 29.07.24 um 13:55 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 potential fallout fro

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

2024-09-09 Thread Fiona Ebner
Am 29.07.24 um 13:55 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 potential > fallout from unintended behavior changes is too big