[Lldb-commits] [lldb] [LLDB] Add formatters for MSVC STL std::optional (PR #149545)
via lldb-commits
lldb-commits at lists.llvm.org
Fri Jul 18 09:16:39 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/data-formatter/data-formatter-stl/generic/optional/TestDataFormatterGenericOptional.py
``````````
</details>
<details>
<summary>
View the diff from darker here.
</summary>
``````````diff
--- TestDataFormatterGenericOptional.py 2025-07-18 16:13:18.000000 +0000
+++ TestDataFormatterGenericOptional.py 2025-07-18 16:16:12.494463 +0000
@@ -3,11 +3,10 @@
from lldbsuite.test.lldbtest import *
from lldbsuite.test import lldbutil
class GenericOptionalDataFormatterTestCase(TestBase):
-
def do_test_with_run_command(self):
"""Test that that file and class static variables display correctly."""
# This is the function to remove the custom formats in order to have a
# clean slate for the next test case.
``````````
</details>
https://github.com/llvm/llvm-project/pull/149545
More information about the lldb-commits
mailing list