[llvm-branch-commits] [llvm] [Dexter] Add label nodes for line references (PR #202544)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Jun 9 08:49:28 PDT 2026
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 origin/main...HEAD cross-project-tests/debuginfo-tests/dexter/dex/debugger/DebuggerControllers/ScriptDebuggerController.py cross-project-tests/debuginfo-tests/dexter/dex/evaluation/StateMatch.py cross-project-tests/debuginfo-tests/dexter/dex/test_script/Nodes.py cross-project-tests/debuginfo-tests/dexter/dex/test_script/Script.py
``````````
:warning:
The reproduction instructions above might return results for more than one PR
in a stack if you are using a stacked PR workflow. You can limit the results by
changing `origin/main` to the base branch/commit you want to compare against.
:warning:
</details>
<details>
<summary>
View the diff from darker here.
</summary>
``````````diff
--- test_script/Nodes.py 2026-06-09 15:46:29.000000 +0000
+++ test_script/Nodes.py 2026-06-09 15:47:54.777750 +0000
@@ -44,10 +44,11 @@
class FileLabels:
"""Small utility class for passing the set of labels associated with a particular file."""
file: str
labels: Dict[str, int]
+
###################
## Structural Nodes: These are used as keys in the Script, and collectively define Dexter's actions when running a test:
## how it steps and navigates through the debuggee program, and what information it collects from the
## debugger.
``````````
</details>
https://github.com/llvm/llvm-project/pull/202544
More information about the llvm-branch-commits
mailing list