[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v6 0/5] string list functions
From: |
Markus Armbruster |
Subject: |
Re: [PATCH v6 0/5] string list functions |
Date: |
Tue, 27 Feb 2024 16:28:39 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Philippe Mathieu-Daudé <philmd@linaro.org> writes:
> Hi Markus,
>
> Here are the patches I queued until you told me you'd
> object to the CamelCase filename strList.[ch].
>
> Steve, please take over ;)
I'm going to post the part of the series I'm ready to queue as v7, with
minor modifications:
* Rename strv_from_strList() to strv_from_str_list(), and put it into
qapi/qapi-type-helpers.c.
* Tweak its function comment.
* Rename its local variable @argv to @strv.
* Cosmetic commit message tweaks.
We can then talk about the remainder.
- [PATCH v6 0/5] string list functions, Philippe Mathieu-Daudé, 2024/02/26
- [PATCH v6 1/5] util: str_split, Philippe Mathieu-Daudé, 2024/02/26
- [PATCH v6 2/5] qapi: QAPI_LIST_LENGTH, Philippe Mathieu-Daudé, 2024/02/26
- [PATCH v6 3/5] util: strv_from_strList, Philippe Mathieu-Daudé, 2024/02/26
- [PATCH v6 4/5] util: strList unit tests, Philippe Mathieu-Daudé, 2024/02/26
- [PATCH v6 5/5] migration: simplify exec migration functions, Philippe Mathieu-Daudé, 2024/02/26
- Re: [PATCH v6 0/5] string list functions, Steven Sistare, 2024/02/26
- Re: [PATCH v6 0/5] string list functions,
Markus Armbruster <=