Skip to content

Ensure that wgpu is compatible both with imgui 1.6.0 and older #1702

Ensure that wgpu is compatible both with imgui 1.6.0 and older

Ensure that wgpu is compatible both with imgui 1.6.0 and older #1702

Triggered via pull request December 1, 2024 10:53
Status Failure
Total duration 1m 27s
Artifacts

ci.yml

on: pull_request
Test Linting
8s
Test Linting
Test Codegen
43s
Test Codegen
Test Imports
10s
Test Imports
Test Docs
18s
Test Docs
Test Examples
21s
Test Examples
Test PyInstaller
1m 5s
Test PyInstaller
Matrix: test-builds
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (F401): wgpu/utils/imgui/imgui_renderer.py#L6
wgpu/utils/imgui/imgui_renderer.py:6:23: F401 `packaging.version` imported but unused
Ruff (F821): wgpu/utils/imgui/imgui_renderer.py#L12
wgpu/utils/imgui/imgui_renderer.py:12:4: F821 Undefined name `Version`
Ruff (F821): wgpu/utils/imgui/imgui_renderer.py#L12
wgpu/utils/imgui/imgui_renderer.py:12:40: F821 Undefined name `Version`
Ruff (N816): wgpu/utils/imgui/imgui_renderer.py#L13
wgpu/utils/imgui/imgui_renderer.py:13:5: N816 Variable `imgui_Key_mod_shift` in global scope should not be mixedCase
Ruff (N816): wgpu/utils/imgui/imgui_renderer.py#L14
wgpu/utils/imgui/imgui_renderer.py:14:5: N816 Variable `imgui_Key_mod_ctrl` in global scope should not be mixedCase
Ruff (N816): wgpu/utils/imgui/imgui_renderer.py#L15
wgpu/utils/imgui/imgui_renderer.py:15:5: N816 Variable `imgui_Key_mod_alt` in global scope should not be mixedCase
Ruff (N816): wgpu/utils/imgui/imgui_renderer.py#L16
wgpu/utils/imgui/imgui_renderer.py:16:5: N816 Variable `imgui_Key_mod_super` in global scope should not be mixedCase
Ruff (N816): wgpu/utils/imgui/imgui_renderer.py#L18
wgpu/utils/imgui/imgui_renderer.py:18:5: N816 Variable `imgui_Key_mod_shift` in global scope should not be mixedCase
Ruff (N816): wgpu/utils/imgui/imgui_renderer.py#L19
wgpu/utils/imgui/imgui_renderer.py:19:5: N816 Variable `imgui_Key_mod_ctrl` in global scope should not be mixedCase
Ruff (N816): wgpu/utils/imgui/imgui_renderer.py#L20
wgpu/utils/imgui/imgui_renderer.py:20:5: N816 Variable `imgui_Key_mod_alt` in global scope should not be mixedCase