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
cue/load: CUE files only contain a single *ast.File
By way of preparation for syntax caching, update the syntax cache to
assume that a CUE file only ever corresponds to a single `*ast.File`.
Currently it copes with a list of files, which makes the code a bit
more complex than it needs to be.
Signed-off-by: Roger Peppe <[email protected]>
Change-Id: Iad13aaf5f95505a84982608f08c5ab8d15178ea4
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1197526
Reviewed-by: Paul Jolly <[email protected]>
TryBot-Result: CUEcueckoo <[email protected]>
Unity-Result: CUE porcuepine <[email protected]>
0 commit comments