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/commands/command/language/TestFrameLanguageCommands.py lldb/test/API/commands/command/language/commands.py `````````` </details> <details> <summary> View the diff from darker here. </summary> ``````````diff --- TestFrameLanguageCommands.py 2025-05-01 19:27:11.000000 +0000 +++ TestFrameLanguageCommands.py 2025-05-01 19:29:57.820344 +0000 @@ -1,9 +1,10 @@ import lldb from lldbsuite.test.lldbtest import * from lldbsuite.test.decorators import * import lldbsuite.test.lldbutil as lldbutil + class TestCase(TestBase): def test(self): self.build() _, _, thread, _ = lldbutil.run_to_source_breakpoint( --- commands.py 2025-05-01 19:27:11.000000 +0000 +++ commands.py 2025-05-01 19:29:57.828082 +0000 @@ -1,5 +1,6 @@ import lldb + @lldb.command("tagged-pointer-collision") def noop(dbg, cmdstr, ctx, result, _): print("ran tagged-pointer-collision", file=result) `````````` </details> https://github.com/llvm/llvm-project/pull/136766 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits