[Lldb-commits] [PATCH] D133075: Fix lldb-dotest when dotest_args_str is empty
Jim Ingham via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Aug 31 17:40:36 PDT 2022
jingham added a comment.
In D133075#3762872 <https://reviews.llvm.org/D133075#3762872>, @jingham wrote:
> In D133075#3762869 <https://reviews.llvm.org/D133075#3762869>, @aprantl wrote:
>
>> Interesting, I would have expected `array.extend([])` be a noop?
>
> Me too. Too bad the Python folks don't check with us more often...
Ah, it's not that, rather:
>>> string = ""
>>> arr = string.split(";")
>>> arr
['']
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133075/new/
https://reviews.llvm.org/D133075
More information about the lldb-commits
mailing list