@@ -359,18 +359,18 @@ large: {
359
359
}
360
360
-- out/eval --
361
361
Errors:
362
- large.p1.Y: cycle: new field port inserted by if clause that was previously evaluated by another if clause
363
- large.p2.#Y: cycle: field userinfo was added after an if clause evaluated it
364
- large.p2.Y: cycle: new field port inserted by if clause that was previously evaluated by another if clause
365
- large.p3.#Y: cycle: field userinfo was added after an if clause evaluated it
366
- large.p3.Y: cycle: new field port inserted by if clause that was previously evaluated by another if clause
367
- large.p4.#Y: cycle: field userinfo was added after an if clause evaluated it
368
- medium.p1.#Y: cycle: field port was added after an if clause evaluated it
369
- medium.p2.#Y: cycle: field port was added after an if clause evaluated it
370
- medium.p3.Y: cycle: new field port inserted by if clause that was previously evaluated by another if clause
371
- medium.p4.Y: cycle: new field port inserted by if clause that was previously evaluated by another if clause
372
- minimal.b: cycle: new field port inserted by if clause that was previously evaluated by another if clause
373
- small.p1.#Y: cycle: field port was added after an if clause evaluated it
362
+ large.p1.Y: cycle: field inserted by if clause that was previously evaluated by another if clause: port
363
+ large.p2.#Y: cycle: field was added after an if clause evaluated it: userinfo
364
+ large.p2.Y: cycle: field inserted by if clause that was previously evaluated by another if clause: port
365
+ large.p3.#Y: cycle: field was added after an if clause evaluated it: userinfo
366
+ large.p3.Y: cycle: field inserted by if clause that was previously evaluated by another if clause: port
367
+ large.p4.#Y: cycle: field was added after an if clause evaluated it: userinfo
368
+ medium.p1.#Y: cycle: field was added after an if clause evaluated it: port
369
+ medium.p2.#Y: cycle: field was added after an if clause evaluated it: port
370
+ medium.p3.Y: cycle: field inserted by if clause that was previously evaluated by another if clause: port
371
+ medium.p4.Y: cycle: field inserted by if clause that was previously evaluated by another if clause: port
372
+ minimal.b: cycle: field inserted by if clause that was previously evaluated by another if clause: port
373
+ small.p1.#Y: cycle: field was added after an if clause evaluated it: port
374
374
error in call to strconv.Atoi: strconv.Atoi: parsing "": invalid syntax:
375
375
./in.cue:104:23
376
376
error in call to strconv.Atoi: strconv.Atoi: parsing "": invalid syntax:
@@ -390,7 +390,7 @@ Result:
390
390
a: (struct){
391
391
}
392
392
b: (_|_){
393
- // [eval] minimal.b: cycle: new field port inserted by if clause that was previously evaluated by another if clause
393
+ // [eval] minimal.b: cycle: field inserted by if clause that was previously evaluated by another if clause: port
394
394
port: (string){ "" }
395
395
}
396
396
}
@@ -400,7 +400,7 @@ Result:
400
400
p1: (_|_){
401
401
// [eval]
402
402
#Y: (_|_){
403
- // [eval] small.p1.#Y: cycle: field port was added after an if clause evaluated it
403
+ // [eval] small.p1.#Y: cycle: field was added after an if clause evaluated it: port
404
404
port: (string){ "" }
405
405
}
406
406
#X: (#struct){
@@ -424,7 +424,7 @@ Result:
424
424
p1: (_|_){
425
425
// [eval]
426
426
#Y: (_|_){
427
- // [eval] medium.p1.#Y: cycle: field port was added after an if clause evaluated it
427
+ // [eval] medium.p1.#Y: cycle: field was added after an if clause evaluated it: port
428
428
port: (string){ "" }
429
429
}
430
430
Y: (struct){
@@ -436,7 +436,7 @@ Result:
436
436
p2: (_|_){
437
437
// [eval]
438
438
#Y: (_|_){
439
- // [eval] medium.p2.#Y: cycle: field port was added after an if clause evaluated it
439
+ // [eval] medium.p2.#Y: cycle: field was added after an if clause evaluated it: port
440
440
port: (string){ "" }
441
441
}
442
442
#X: (#struct){
@@ -448,7 +448,7 @@ Result:
448
448
p3: (_|_){
449
449
// [eval]
450
450
Y: (_|_){
451
- // [eval] medium.p3.Y: cycle: new field port inserted by if clause that was previously evaluated by another if clause
451
+ // [eval] medium.p3.Y: cycle: field inserted by if clause that was previously evaluated by another if clause: port
452
452
port: (_|_){
453
453
// [eval] error in call to strconv.Atoi: strconv.Atoi: parsing "": invalid syntax:
454
454
// ./in.cue:104:23
@@ -464,7 +464,7 @@ Result:
464
464
p4: (_|_){
465
465
// [eval]
466
466
Y: (_|_){
467
- // [eval] medium.p4.Y: cycle: new field port inserted by if clause that was previously evaluated by another if clause
467
+ // [eval] medium.p4.Y: cycle: field inserted by if clause that was previously evaluated by another if clause: port
468
468
port: (_|_){
469
469
// [eval] error in call to strconv.Atoi: strconv.Atoi: parsing "": invalid syntax:
470
470
// ./in.cue:126:23
@@ -508,7 +508,7 @@ Result:
508
508
p1: (_|_){
509
509
// [eval]
510
510
Y: (_|_){
511
- // [eval] large.p1.Y: cycle: new field port inserted by if clause that was previously evaluated by another if clause
511
+ // [eval] large.p1.Y: cycle: field inserted by if clause that was previously evaluated by another if clause: port
512
512
userinfo: (string){ "user" }
513
513
host: (string){ "example.com" }
514
514
port: (_|_){
@@ -532,7 +532,7 @@ Result:
532
532
// [eval]
533
533
X: (string){ "
[email protected] " }
534
534
Y: (_|_){
535
- // [eval] large.p2.Y: cycle: new field port inserted by if clause that was previously evaluated by another if clause
535
+ // [eval] large.p2.Y: cycle: field inserted by if clause that was previously evaluated by another if clause: port
536
536
userinfo: (string){ "user" }
537
537
host: (string){ "example.com" }
538
538
port: (_|_){
@@ -546,7 +546,7 @@ Result:
546
546
port: (string){ "" }
547
547
}
548
548
#Y: (_|_){
549
- // [eval] large.p2.#Y: cycle: field userinfo was added after an if clause evaluated it
549
+ // [eval] large.p2.#Y: cycle: field was added after an if clause evaluated it: userinfo
550
550
host: (string){ "example.com" }
551
551
port: (string){ "" }
552
552
userinfo: (string){ "user" }
@@ -561,7 +561,7 @@ Result:
561
561
port: (string){ "" }
562
562
}
563
563
Y: (_|_){
564
- // [eval] large.p3.Y: cycle: new field port inserted by if clause that was previously evaluated by another if clause
564
+ // [eval] large.p3.Y: cycle: field inserted by if clause that was previously evaluated by another if clause: port
565
565
userinfo: (string){ "user" }
566
566
host: (string){ "example.com" }
567
567
port: (_|_){
@@ -570,7 +570,7 @@ Result:
570
570
}
571
571
}
572
572
#Y: (_|_){
573
- // [eval] large.p3.#Y: cycle: field userinfo was added after an if clause evaluated it
573
+ // [eval] large.p3.#Y: cycle: field was added after an if clause evaluated it: userinfo
574
574
host: (string){ "example.com" }
575
575
port: (string){ "" }
576
576
userinfo: (string){ "user" }
@@ -585,7 +585,7 @@ Result:
585
585
port: (string){ "" }
586
586
}
587
587
#Y: (_|_){
588
- // [eval] large.p4.#Y: cycle: field userinfo was added after an if clause evaluated it
588
+ // [eval] large.p4.#Y: cycle: field was added after an if clause evaluated it: userinfo
589
589
host: (string){ "example.com" }
590
590
port: (string){ "" }
591
591
userinfo: (string){ "user" }
@@ -594,7 +594,7 @@ Result:
594
594
// [eval]
595
595
userinfo: (string){ "user" }
596
596
host: (_|_){
597
- // [eval] large.p4.#Y: cycle: field userinfo was added after an if clause evaluated it
597
+ // [eval] large.p4.#Y: cycle: field was added after an if clause evaluated it: userinfo
598
598
}
599
599
}
600
600
}
0 commit comments