Commit 862b91f
fix(schemas): support integer versions in unit test versions.include/exclude
IncludeExclude used StringOrArrayOfStrings which has no Number variant,
causing deserialization failures when YAML integers (e.g. `- 2`) appeared
in unit_test versions.include or versions.exclude lists.
Adds VersionIdentifier (number-or-string) and VersionOrVersionList types
scoped to IncludeExclude, leaving StringOrArrayOfStrings unchanged.
Co-Authored-By: Claude Sonnet 4.6 <[email protected]>1 parent 40c2fe4 commit 862b91f
2 files changed
Lines changed: 68 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
863 | 864 | | |
864 | 865 | | |
865 | 866 | | |
866 | | - | |
867 | | - | |
| 867 | + | |
| 868 | + | |
868 | 869 | | |
869 | 870 | | |
870 | 871 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
433 | 433 | | |
434 | 434 | | |
435 | 435 | | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
436 | 475 | | |
437 | 476 | | |
438 | 477 | | |
| |||
991 | 1030 | | |
992 | 1031 | | |
993 | 1032 | | |
| 1033 | + | |
994 | 1034 | | |
995 | 1035 | | |
996 | 1036 | | |
| |||
999 | 1039 | | |
1000 | 1040 | | |
1001 | 1041 | | |
| 1042 | + | |
| 1043 | + | |
| 1044 | + | |
| 1045 | + | |
| 1046 | + | |
| 1047 | + | |
| 1048 | + | |
| 1049 | + | |
| 1050 | + | |
| 1051 | + | |
| 1052 | + | |
| 1053 | + | |
| 1054 | + | |
| 1055 | + | |
| 1056 | + | |
| 1057 | + | |
| 1058 | + | |
| 1059 | + | |
| 1060 | + | |
| 1061 | + | |
| 1062 | + | |
| 1063 | + | |
| 1064 | + | |
| 1065 | + | |
1002 | 1066 | | |
1003 | 1067 | | |
1004 | 1068 | | |
| |||
0 commit comments