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
internal/cmd/cue-ast: use cue/load with SkipImports=true
Otherwise, using the tool when the imports are broken leads to failures
even though we can still join the syntax tree files without an issue.
One example is using `cue-ast join` underneath cue.mod/pkg;
imports in those dirs don't work, but the CUE syntax is still valid.
Signed-off-by: Daniel Martí <[email protected]>
Change-Id: I7f6bbeecd9be459445c572c268d2619d253414ef
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1218469
Reviewed-by: Roger Peppe <[email protected]>
Unity-Result: CUE porcuepine <[email protected]>
TryBot-Result: CUEcueckoo <[email protected]>
0 commit comments