Commit b0172c7
The parity guard added in #3011 asserted `dialect === ['combo']` — an exact
match against the one name objectui draws that the resolved spec does not
define. That is the wrong shape for a drift guard: framework#4070 has already
promoted `combo` into `ChartTypeSchema`, so the moment objectui bumps to a spec
version carrying it, `dialect` becomes `[]` and the test fails with "expected
[] to deeply equal ['combo']" — a cryptic red for the good outcome, landing on
whoever does the bump rather than on whoever adds dialect.
Now the tracked set is an upper bound: only UNTRACKED dialect fails, so the
list shrinks silently as the spec adopts a name, and an entry the spec has
since defined is reported via console.info so it gets pruned instead of
accumulating as a stale exception.
No renderer change; the coverage assertions are untouched.
Refs #2945, #2943
Co-authored-by: Jack Zhuang <277994282+os-zhuang@users.noreply.github.com>
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
1 parent 9cdc992 commit b0172c7
1 file changed
Lines changed: 30 additions & 5 deletions
Lines changed: 30 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
56 | 68 | | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
61 | 86 | | |
62 | 87 | | |
63 | 88 | | |
| |||
0 commit comments