Skip to content

reduce background CPU #265

reduce background CPU

reduce background CPU #265

Triggered via push May 24, 2024 23:28
Status Failure
Total duration 3m 11s
Artifacts
static_analysis
3m 2s
static_analysis
Fit to window
Zoom out
Zoom in

Annotations

10 errors
static_analysis: test/test.go#L154
impossible type assertion: c.(*testCanvas)
static_analysis: test/test.go#L163
impossible type assertion: c.(*testCanvas)
static_analysis: test/test.go#L184
impossible type assertion: c.(*testCanvas)
static_analysis: test/testcanvas.go#L66
cannot use c (variable of type *testCanvas) as fyne.Canvas value in struct literal: *testCanvas does not implement fyne.Canvas (missing method SetOnMouseBack)
static_analysis: test/testcanvas.go#L67
cannot use c (variable of type *testCanvas) as WindowlessCanvas value in return statement: *testCanvas does not implement WindowlessCanvas (missing method SetOnMouseBack)
static_analysis: test/testcanvas.go#L73
impossible type assertion: NewCanvas().(*testCanvas)
static_analysis: test/testcanvas.go#L76
cannot use canvas (variable of type *testCanvas) as WindowlessCanvas value in return statement: *testCanvas does not implement WindowlessCanvas (missing method SetOnMouseBack)
static_analysis: test/testcanvas.go#L84
impossible type assertion: NewCanvasWithPainter(painter).(*testCanvas)
static_analysis: test/testcanvas.go#L87
cannot use canvas (variable of type *testCanvas) as WindowlessCanvas value in return statement: *testCanvas does not implement WindowlessCanvas (missing method SetOnMouseBack)
static_analysis: test/testcanvas.go#L93
cannot use c (variable of type *testCanvas) as fyne.Canvas value in argument to scale.ToScreenCoordinate: *testCanvas does not implement fyne.Canvas (missing method SetOnMouseBack)