[CPyCppyy] Correctly propagate template argument name errors #28137
code_analysis.yml
on: pull_request
clang-format
43s
ruff
31s
Annotations
11 errors, 2 warnings, and 6 notices
|
Ruff (E721):
bindings/pyroot/cppyy/cppyy/test/test_templates.py#L115
bindings/pyroot/cppyy/cppyy/test/test_templates.py:115:16: E721 Use `is` and `is not` for type comparisons, or `isinstance()` for isinstance checks
|
|
Ruff (E721):
bindings/pyroot/cppyy/cppyy/test/test_templates.py#L111
bindings/pyroot/cppyy/cppyy/test/test_templates.py:111:16: E721 Use `is` and `is not` for type comparisons, or `isinstance()` for isinstance checks
|
|
Ruff (E721):
bindings/pyroot/cppyy/cppyy/test/test_templates.py#L107
bindings/pyroot/cppyy/cppyy/test/test_templates.py:107:16: E721 Use `is` and `is not` for type comparisons, or `isinstance()` for isinstance checks
|
|
Ruff (F821):
bindings/pyroot/cppyy/cppyy/test/test_templates.py#L43
bindings/pyroot/cppyy/cppyy/test/test_templates.py:43:20: F821 Undefined name `long`
|
|
Ruff (I001):
bindings/pyroot/cppyy/cppyy/test/test_templates.py#L26
bindings/pyroot/cppyy/cppyy/test/test_templates.py:26:9: I001 Import block is un-sorted or un-formatted
|
|
Ruff (F401):
bindings/pyroot/cppyy/cppyy/test/test_templates.py#L3
bindings/pyroot/cppyy/cppyy/test/test_templates.py:3:41: F401 `support.IS_WINDOWS` imported but unused
|
|
Ruff (F401):
bindings/pyroot/cppyy/cppyy/test/test_templates.py#L3
bindings/pyroot/cppyy/cppyy/test/test_templates.py:3:21: F401 `support.setup_make` imported but unused
|
|
Ruff (F401):
bindings/pyroot/cppyy/cppyy/test/test_templates.py#L1
bindings/pyroot/cppyy/cppyy/test/test_templates.py:1:16: F401 `os` imported but unused
|
|
Ruff (I001):
bindings/pyroot/cppyy/cppyy/test/test_templates.py#L1
bindings/pyroot/cppyy/cppyy/test/test_templates.py:1:1: I001 Import block is un-sorted or un-formatted
|
|
Ruff (E401):
bindings/pyroot/cppyy/cppyy/test/test_templates.py#L1
bindings/pyroot/cppyy/cppyy/test/test_templates.py:1:1: E401 Multiple imports on one line
|
|
clang-format
Process completed with exit code 1.
|
|
ruff
Could not parse version from /home/runner/work/root/root/pyproject.toml. Using latest version.
|
|
1 out of 19 runs failed: gtest-net-net-testParallelMergingFile (gtest-net-net-testParallelMergingFile):
gtest-net-net-testParallelMergingFile#L0
artifacts/Test Results ubuntu2604/TestResults.xml [took 0s]
|
|
3758 tests found (test 1 to 755)
There are 3758 tests, see "Raw output" for the list of tests 1 to 755.
|
|
3758 tests found (test 756 to 1435)
There are 3758 tests, see "Raw output" for the list of tests 756 to 1435.
|
|
3758 tests found (test 1436 to 2093)
There are 3758 tests, see "Raw output" for the list of tests 1436 to 2093.
|
|
3758 tests found (test 2094 to 2814)
There are 3758 tests, see "Raw output" for the list of tests 2094 to 2814.
|
|
3758 tests found (test 2815 to 3576)
There are 3758 tests, see "Raw output" for the list of tests 2815 to 3576.
|
|
3758 tests found (test 3577 to 3758)
There are 3758 tests, see "Raw output" for the list of tests 3577 to 3758.
|