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
fixes#1751
We were hitting the above issue because we were trying to traverse the
schema tree to implicitly export nodes, but were encountering a verb
which added nil values into its children slice.
current behavior
in module A, i have this struct
and i built an ftl verb that returns this verb
when i try to do
ftl build backend/modules/A
i get the following stacktraceexpected behavior
i would expect to ftl to give me a helpful error that says external type is not supported, something like this.
other notes
we were not able to recreate this error when using the
echo
module inside ftl repo's example directory.The text was updated successfully, but these errors were encountered: