You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ftl: error: failed to build "module echo": failed to extract module schema: /Users/alec/dev/ftl/integration/testdata/go/httpingress/echo.go:160:1: ingress verb arrayData: request type builtin.HttpRequest<[ArrayType]>: 4:3: failed to monomorphise: /Users/alec/dev/ftl/integration/testdata/go/httpingress/echo.go:160:1: array element: /Users/alec/dev/ftl/integration/testdata/go/httpingress/echo.go:160:1: unknown type parameter "ArrayType"
I think the solution to this is to create a unified error type containing positional information, along with Errorf and Wrapf functions, that preserve a single error position. Basically identical to what is in the go-runtime, but shared, probably in backend/schema.
The text was updated successfully, but these errors were encountered:
I'm still seeing errors like this:
I think the solution to this is to create a unified error type containing positional information, along with
Errorf
andWrapf
functions, that preserve a single error position. Basically identical to what is in the go-runtime, but shared, probably inbackend/schema
.The text was updated successfully, but these errors were encountered: