[all-commits] [llvm/llvm-project] 297545: [lldb] Mark lldbtest.build() parameters as keyword...
Dave Lee via All-commits
all-commits at lists.llvm.org
Tue Mar 24 15:12:31 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2975451a70fbd4b35cc790294ee7ed46970a253b
https://github.com/llvm/llvm-project/commit/2975451a70fbd4b35cc790294ee7ed46970a253b
Author: Dave Lee <davelee.com at gmail.com>
Date: 2026-03-24 (Tue, 24 Mar 2026)
Changed paths:
M lldb/packages/Python/lldbsuite/test/lldbtest.py
Log Message:
-----------
[lldb] Mark lldbtest.build() parameters as keyword-only (#188327)
This reinforces what is already true in the codebase: all uses of
`build()` use keyword arguments.
With this change, it will be an error to call `build` using positional
arguments:
```
TypeError: build() takes 1 positional argument but 2 were given
```
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list