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/core/export: update via CUE_UPDATE=1 go test
CI doesn't actually enforce that `CUE_UPDATE=1 go test ./...`
result in zero git changes, as it only requires `go test ./...` to pass
and for all CI steps to result in zero git changes.
In this particular case, it seems like the export testdata diff
was only used for informational purposes and did not affect
the outcome of the test.
Update it here so that the next commits don't have this noise.
Signed-off-by: Daniel Martí <[email protected]>
Change-Id: I89ed671294cdb3339e5286e9fc5f75b6e6ff18f0
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1199520
TryBot-Result: CUEcueckoo <[email protected]>
Unity-Result: CUE porcuepine <[email protected]>
Reviewed-by: Roger Peppe <[email protected]>
+ comprehension: _|_ // comprehension: key value of dynamic field must be concrete, found _|_(invalid interpolation: invalid interpolation: comprehension.filepath: undefined field: name (and 1 more errors)) (and 2 more errors)
919
+
+ comprehension: _|_ // comprehension: key value of dynamic field must be concrete, found _|_(invalid interpolation: invalid interpolation: comprehension.filepath: undefined field: name) (and 1 more errors)
969
920
+ complete: {
970
921
+ x: "a foo z"
971
922
+ run: {
@@ -981,59 +932,10 @@ diff old new
981
932
+ name: "two"
982
933
+ }
983
934
+ }]
984
-
+ files: _|_ // files: key value of dynamic field must be concrete, found _|_(invalid interpolation: invalid interpolation: filepath: undefined field: name (and 1 more errors)) (and 5 more errors)
985
-
+ scoped: {
986
-
+ direct: {
987
-
+ a: 1
988
-
+ }
989
-
+ embed1: {
990
-
+ a: 1
991
-
+ }
992
-
+ embed2: {
993
-
+ a: 1
994
-
+ }
995
-
+ list: {
996
-
+ a: [1]
997
-
+ }
998
-
+ listStruct: {
999
-
+ a: [{
1000
-
+ a: 1
1001
-
+ }]
1002
-
+ }
1003
-
+ listEmbed: {
1004
-
+ a: [1]
1005
-
+ }
1006
-
+ }
1007
-
+ x: "foo"
1008
-
+ incomplete: {
1009
-
+ a: {
1010
-
+ x: _|_ // invalid interpolation: incomplete.a.x: non-concrete value string (type string) (and 1 more errors)
1011
-
+ run: {
1012
-
+ a: string
1013
-
+ }
1014
-
+ }
1015
-
+ b: {
1016
-
+ x: _|_ // invalid interpolation: incomplete.b.x: non-concrete value string (type string) (and 1 more errors)
1017
-
+ run: {
1018
-
+ a: string
1019
-
+ }
1020
-
+ }
1021
-
+ c: {
1022
-
+ x: _|_ // invalid interpolation: incomplete.c.x: non-concrete value string (type string) (and 1 more errors)
1023
-
+ x2: _|_ // invalid interpolation: incomplete.c.x2: non-concrete value string (type string) (and 1 more errors)
1024
-
+ run: {
1025
-
+ a: string
1026
-
+ }
1027
-
+ run2: {
1028
-
+ a: string
1029
-
+ }
1030
-
+ }
1031
-
+ d: {
1032
-
+ x: _|_ // invalid interpolation: incomplete.d.x: non-concrete value string (type string) (and 1 more errors)
1033
-
+ x2: _|_ // invalid interpolation: incomplete.d.x2: non-concrete value string (type string) (and 1 more errors)
1034
-
run: {
1035
-
a: string
1036
-
}
935
+
+ files: _|_ // files: key value of dynamic field must be concrete, found _|_(invalid interpolation: invalid interpolation: filepath: undefined field: name) (and 3 more errors)
0 commit comments