Skip to content

[AI SLOP][PyROOT] Fix hash collision in TemplateProxy dispatch for CPPOverload objects #27244

[AI SLOP][PyROOT] Fix hash collision in TemplateProxy dispatch for CPPOverload objects

[AI SLOP][PyROOT] Fix hash collision in TemplateProxy dispatch for CPPOverload objects #27244

Re-run triggered December 15, 2025 16:35
Status Failure
Total duration 1m 14s
Artifacts

code_analysis.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Ruff (E721): bindings/pyroot/cppyy/cppyy/test/test_templates.py#L123
bindings/pyroot/cppyy/cppyy/test/test_templates.py:123: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#L119
bindings/pyroot/cppyy/cppyy/test/test_templates.py:119: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#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 (F821): bindings/pyroot/cppyy/cppyy/test/test_templates.py#L45
bindings/pyroot/cppyy/cppyy/test/test_templates.py:45:20: F821 Undefined name `long`
Ruff (I001): bindings/pyroot/cppyy/cppyy/test/test_templates.py#L28
bindings/pyroot/cppyy/cppyy/test/test_templates.py:28: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: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:8: F401 `py` 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
ruff
Could not parse version from /home/runner/work/root/root/pyproject.toml. Using latest version.