Skip to content

Implement Fluent Method Chaining for Status and Type Methods Using Generics #3221 #4017

Implement Fluent Method Chaining for Status and Type Methods Using Generics #3221

Implement Fluent Method Chaining for Status and Type Methods Using Generics #3221 #4017

Triggered via pull request February 3, 2025 12:44
Status Failure
Total duration 2m 6s
Artifacts

benchmark.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Compare: ctx_interface.go#L27
T does not satisfy CtxGeneric[T] (missing method Accepts)
Compare: hooks.go#L16
Ctx does not satisfy CtxGeneric[Ctx] (wrong type for method App)
Compare: hooks.go#L22
Ctx does not satisfy CtxGeneric[Ctx] (wrong type for method App)
Compare: app.go#L40
Ctx does not satisfy CtxGeneric[Ctx] (wrong type for method App)
Compare: app.go#L495
DefaultCtx does not satisfy CtxGeneric[DefaultCtx] (method Accepts has pointer receiver)
Compare: app.go#L496
DefaultCtx does not satisfy CtxGeneric[DefaultCtx] (method Accepts has pointer receiver)
Compare: app.go#L555
cannot use app (variable of type *App[TCtx]) as *App[Ctx] value in argument to newHooks
Compare: mount.go#L18
Ctx does not satisfy CtxGeneric[Ctx] (wrong type for method App)
Compare: listen.go#L61
any does not satisfy CtxGeneric[any] (missing method Accepts)
Compare: register.go#L29
any does not satisfy CtxGeneric[any] (missing method Accepts)