[Lldb-commits] [lldb] [lldb-dap] Correctly detect alias commands with arguments in repl (PR #92137)
via lldb-commits
lldb-commits at lists.llvm.org
Tue May 14 08:52:19 PDT 2024
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 2b15c4a62be6ceab124cb2505ae8dc6a98ba6e7d...6d4df820e84e84a871a6d24a196608047470d7d7 lldb/test/API/tools/lldb-dap/repl-mode/TestDAP_repl_mode_detection.py
``````````
</details>
<details>
<summary>
View the diff from darker here.
</summary>
``````````diff
--- TestDAP_repl_mode_detection.py 2024-05-14 15:33:00.000000 +0000
+++ TestDAP_repl_mode_detection.py 2024-05-14 15:51:52.864048 +0000
@@ -8,11 +8,10 @@
from lldbsuite.test.decorators import *
from lldbsuite.test.lldbtest import *
class TestDAP_repl_mode_detection(lldbdap_testcase.DAPTestCaseBase):
-
def assertEvaluate(self, expression, regex):
self.assertRegex(
self.dap_server.request_evaluate(expression, context="repl")["body"][
"result"
],
``````````
</details>
https://github.com/llvm/llvm-project/pull/92137
More information about the lldb-commits
mailing list