We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Steps to repro:
builtin.CatchRequest[[]string]
Expected result:
Actual result:
string
Ref{Name:"String", Module:""}
[]string
panic is here: https://github.com/TBD54566975/ftl/blob/main/go-runtime/compile/build.go#L405
The text was updated successfully, but these errors were encountered:
fix: do not parse associated types as refs (#2504)
e309020
fixes #2503
matt2e
Successfully merging a pull request may close this issue.
Steps to repro:
builtin.CatchRequest[[]string]
Expected result:
Actual result:
string
gets parsed asRef{Name:"String", Module:""}
builtin.CatchRequest[[]string]
because[]string
can not be parsed as a refpanic is here: https://github.com/TBD54566975/ftl/blob/main/go-runtime/compile/build.go#L405
The text was updated successfully, but these errors were encountered: