[Lldb-commits] [lldb] [lldb] Make the statusline separator configurable (PR #136611)

via lldb-commits lldb-commits at lists.llvm.org
Mon Apr 21 16:18:16 PDT 2025


github-actions[bot] wrote:

<!--LLVM CODE FORMAT COMMENT: {darker}-->


:warning: Python code formatter, darker found issues in your code. :warning:

<details>
<summary>
You can test this locally with the following command:
</summary>

``````````bash
darker --check --diff -r HEAD~1...HEAD lldb/test/API/functionalities/statusline/TestStatusline.py
``````````

</details>

<details>
<summary>
View the diff from darker here.
</summary>

``````````diff
--- TestStatusline.py	2025-04-21 23:15:38.000000 +0000
+++ TestStatusline.py	2025-04-21 23:17:43.706068 +0000
@@ -51,11 +51,11 @@
         self.expect(
             'set set statusline-format "target = {${target.file.basename}} ${separator}"',
             ["target = a.out S"],
         )
         self.expect('set set statusline-separator "| "')
-     
+
         # Hide the statusline and check or the control character.
         self.expect(
             "set set show-statusline false", ["\x1b[0;{}r".format(terminal_height)]
         )
 

``````````

</details>


https://github.com/llvm/llvm-project/pull/136611


More information about the lldb-commits mailing list