@@ -384,8 +384,6 @@ Disjuncts: 215
384
384
#Y: (_|_){
385
385
// [incomplete] small.p1.#Y: undefined field: port:
386
386
// ./in.cue:28:50
387
- // small.p1.#X.port: cyclic reference to field port:
388
- // ./in.cue:31:4
389
387
}
390
388
#X: (_|_){
391
389
// [incomplete] small.p1.#X.port: cyclic reference to field port:
@@ -409,8 +407,6 @@ Disjuncts: 215
409
407
#Y: (_|_){
410
408
// [incomplete] medium.p1.#Y: undefined field: port:
411
409
// ./in.cue:58:50
412
- // medium.p1.#X.port: cyclic reference to field port:
413
- // ./in.cue:70:4
414
410
}
415
411
Y: (struct){
416
412
}
@@ -423,8 +419,6 @@ Disjuncts: 215
423
419
#Y: (_|_){
424
420
// [incomplete] medium.p2.#Y: undefined field: port:
425
421
// ./in.cue:80:50
426
- // medium.p2.#X.port: cyclic reference to field port:
427
- // ./in.cue:86:4
428
422
}
429
423
#X: (_|_){
430
424
// [incomplete] medium.p2.#X.port: cyclic reference to field port:
@@ -439,8 +433,6 @@ Disjuncts: 215
439
433
#Y: (_|_){
440
434
// [incomplete] medium.p3.#Y: undefined field: port:
441
435
// ./in.cue:108:50
442
- // medium.p3.#X.port: cyclic reference to field port:
443
- // ./in.cue:114:4
444
436
}
445
437
#X: (_|_){
446
438
// [incomplete] medium.p3.#X.port: cyclic reference to field port:
@@ -455,9 +447,7 @@ Disjuncts: 215
455
447
// ./in.cue:134:4
456
448
}
457
449
#Y: (_|_){
458
- // [incomplete] medium.p4.#X.port: cyclic reference to field port:
459
- // ./in.cue:134:4
460
- // medium.p4.#Y: undefined field: port:
450
+ // [incomplete] medium.p4.#Y: undefined field: port:
461
451
// ./in.cue:142:50
462
452
}
463
453
}
@@ -496,8 +486,6 @@ Disjuncts: 215
496
486
X: (_|_){
497
487
// [incomplete] large.p1.X: undefined field: port:
498
488
// ./in.cue:199:33
499
- // large.p1.#X.port: cyclic reference to field port:
500
- // ./in.cue:211:4
501
489
}
502
490
#X: (_|_){
503
491
// [incomplete] large.p1.#X.port: cyclic reference to field port:
@@ -514,8 +502,6 @@ Disjuncts: 215
514
502
X: (_|_){
515
503
// [incomplete] large.p2.X: undefined field: port:
516
504
// ./in.cue:235:33
517
- // large.p2.#X.port: cyclic reference to field port:
518
- // ./in.cue:252:4
519
505
}
520
506
Y: (struct){
521
507
userinfo: (string){ "user" }
@@ -536,8 +522,6 @@ Disjuncts: 215
536
522
X: (_|_){
537
523
// [incomplete] large.p3.X: undefined field: port:
538
524
// ./in.cue:276:33
539
- // large.p3.#X.port: cyclic reference to field port:
540
- // ./in.cue:288:4
541
525
}
542
526
#X: (_|_){
543
527
// [incomplete] large.p3.#X.port: cyclic reference to field port:
@@ -558,8 +542,6 @@ Disjuncts: 215
558
542
X: (_|_){
559
543
// [incomplete] large.p4.X: undefined field: port:
560
544
// ./in.cue:317:33
561
- // large.p4.#X.port: cyclic reference to field port:
562
- // ./in.cue:329:4
563
545
}
564
546
#X: (_|_){
565
547
// [incomplete] large.p4.#X.port: cyclic reference to field port:
@@ -582,7 +564,7 @@ Disjuncts: 215
582
564
diff old new
583
565
--- old
584
566
+++ new
585
- @@ -1,35 +1,36 @@
567
+ @@ -1,35 +1,34 @@
586
568
(struct){
587
569
minimal: (struct){
588
570
a: (_|_){
@@ -622,8 +604,6 @@ diff old new
622
604
+ #Y: (_|_){
623
605
+ // [incomplete] small.p1.#Y: undefined field: port:
624
606
+ // ./in.cue:28:50
625
- + // small.p1.#X.port: cyclic reference to field port:
626
- + // ./in.cue:31:4
627
607
+ }
628
608
+ #X: (_|_){
629
609
+ // [incomplete] small.p1.#X.port: cyclic reference to field port:
@@ -641,7 +621,7 @@ diff old new
641
621
}
642
622
}
643
623
}
644
- @@ -36,65 +37,69 @@
624
+ @@ -36,65 +35,61 @@
645
625
medium: (struct){
646
626
#userHostPort: (string){ "^(:(?P<port>\\d+))?$" }
647
627
p1: (struct){
@@ -675,8 +655,6 @@ diff old new
675
655
+ #Y: (_|_){
676
656
+ // [incomplete] medium.p1.#Y: undefined field: port:
677
657
+ // ./in.cue:58:50
678
- + // medium.p1.#X.port: cyclic reference to field port:
679
- + // ./in.cue:70:4
680
658
+ }
681
659
+ Y: (struct){
682
660
+ }
@@ -689,8 +667,6 @@ diff old new
689
667
+ #Y: (_|_){
690
668
+ // [incomplete] medium.p2.#Y: undefined field: port:
691
669
+ // ./in.cue:80:50
692
- + // medium.p2.#X.port: cyclic reference to field port:
693
- + // ./in.cue:86:4
694
670
+ }
695
671
+ #X: (_|_){
696
672
+ // [incomplete] medium.p2.#X.port: cyclic reference to field port:
@@ -724,8 +700,6 @@ diff old new
724
700
- // [cycle] medium.p4.#X: cycle with field Y.port:
725
701
- // ./in.cue:134:7
726
702
+ // ./in.cue:108:50
727
- + // medium.p3.#X.port: cyclic reference to field port:
728
- + // ./in.cue:114:4
729
703
+ }
730
704
+ #X: (_|_){
731
705
+ // [incomplete] medium.p3.#X.port: cyclic reference to field port:
@@ -740,9 +714,7 @@ diff old new
740
714
+ // ./in.cue:134:4
741
715
+ }
742
716
+ #Y: (_|_){
743
- + // [incomplete] medium.p4.#X.port: cyclic reference to field port:
744
- + // ./in.cue:134:4
745
- + // medium.p4.#Y: undefined field: port:
717
+ + // [incomplete] medium.p4.#Y: undefined field: port:
746
718
+ // ./in.cue:142:50
747
719
}
748
720
}
@@ -763,7 +735,7 @@ diff old new
763
735
}
764
736
Y: (struct){
765
737
}
766
- @@ -101,14 +106 ,14 @@
738
+ @@ -101,14 +96 ,14 @@
767
739
}
768
740
p6: (struct){
769
741
#X: (_|_){
@@ -786,7 +758,7 @@ diff old new
786
758
}
787
759
}
788
760
}
789
- @@ -115,81 +120,91 @@
761
+ @@ -115,81 +110,83 @@
790
762
large: (struct){
791
763
#userHostPort: (string){ "^((?P<userinfo>[[:alnum:]]*)@)?(?P<host>[[:alnum:].]+)(:(?P<port>\\d+))?$" }
792
764
p1: (struct){
@@ -872,8 +844,6 @@ diff old new
872
844
+ X: (_|_){
873
845
+ // [incomplete] large.p1.X: undefined field: port:
874
846
+ // ./in.cue:199:33
875
- + // large.p1.#X.port: cyclic reference to field port:
876
- + // ./in.cue:211:4
877
847
+ }
878
848
+ #X: (_|_){
879
849
+ // [incomplete] large.p1.#X.port: cyclic reference to field port:
@@ -890,8 +860,6 @@ diff old new
890
860
+ X: (_|_){
891
861
+ // [incomplete] large.p2.X: undefined field: port:
892
862
+ // ./in.cue:235:33
893
- + // large.p2.#X.port: cyclic reference to field port:
894
- + // ./in.cue:252:4
895
863
+ }
896
864
+ Y: (struct){
897
865
+ userinfo: (string){ "user" }
@@ -912,8 +880,6 @@ diff old new
912
880
+ X: (_|_){
913
881
+ // [incomplete] large.p3.X: undefined field: port:
914
882
+ // ./in.cue:276:33
915
- + // large.p3.#X.port: cyclic reference to field port:
916
- + // ./in.cue:288:4
917
883
+ }
918
884
+ #X: (_|_){
919
885
+ // [incomplete] large.p3.#X.port: cyclic reference to field port:
@@ -934,8 +900,6 @@ diff old new
934
900
+ X: (_|_){
935
901
+ // [incomplete] large.p4.X: undefined field: port:
936
902
+ // ./in.cue:317:33
937
- + // large.p4.#X.port: cyclic reference to field port:
938
- + // ./in.cue:329:4
939
903
+ }
940
904
+ #X: (_|_){
941
905
+ // [incomplete] large.p4.#X.port: cyclic reference to field port:
0 commit comments