[libcxx-commits] [libcxx] [libc++] A quick-fix for the Apple CI. (PR #135202)
via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Apr 10 09:07:15 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 libcxx/utils/generate_feature_test_macro_components.py
``````````
</details>
<details>
<summary>
View the diff from darker here.
</summary>
``````````diff
--- generate_feature_test_macro_components.py 2025-04-10 16:02:15.000000 +0000
+++ generate_feature_test_macro_components.py 2025-04-10 16:06:40.188495 +0000
@@ -11,11 +11,17 @@
NewType,
Optional,
)
import functools
import json
-from libcxx.header_information import module_c_headers, module_headers, header_restrictions, headers_not_available, libcxx_root
+from libcxx.header_information import (
+ module_c_headers,
+ module_headers,
+ header_restrictions,
+ headers_not_available,
+ libcxx_root,
+)
def get_libcxx_paths():
utils_path = os.path.dirname(os.path.abspath(__file__))
script_name = os.path.basename(__file__)
``````````
</details>
https://github.com/llvm/llvm-project/pull/135202
More information about the libcxx-commits
mailing list