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
The reason for this is that cue evaluates list types too aggressively. This does not change the result of a usual CUE evaluation, but it does disallow introspection of intermediate results as is needed by the openapi package.
There are several ways to handle this, but most ideally and most consistently, cue could treat list item types analoguously to struct templates.
Alternatives are to track more origin information in result nodes.
The text was updated successfully, but these errors were encountered:
Originally opened by @mpvl in cuelang/cue#58
The reason for this is that cue evaluates list types too aggressively. This does not change the result of a usual CUE evaluation, but it does disallow introspection of intermediate results as is needed by the openapi package.
There are several ways to handle this, but most ideally and most consistently, cue could treat list item types analoguously to struct templates.
Alternatives are to track more origin information in result nodes.
The text was updated successfully, but these errors were encountered: