Commit 8506516
committed
fix(#14646): re-measure the moved census control, and drop the runtime test's cross-package source dep
The dogfood census pins per-file control counts exactly; the comment added to
realtime-service-plugin.ts moved `RealtimeService` 10 -> 11 because the pattern
matches inside `IRealtimeService`. Re-measured in the ledger rather than
reworded in the file.
The runtime pin's import of the real InMemoryRealtimeAdapter made
@objectstack/runtime type-resolve @objectstack/service-realtime through dist.
Measured against origin/main: this package's typecheck script already named
tsconfig.test.json, so the program was already counted and the registry's
re-baseline limb does not apply; the mandated `paths` remedy then billed 13
TS6059 from another package's file graph into this package's ledger, against a
rootDir tsconfig.test.json states it will not widen. Edge removed instead. The
claim about the shipped occupant stays pinned against the real class in
service-realtime's own suite.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01ARYe3yQTQCUFm5qPYNgKaJ1 parent 04b60ff commit 8506516
5 files changed
Lines changed: 49 additions & 28 deletions
File tree
- packages
- qa/dogfood/test
- runtime
- src
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
450 | 450 | | |
451 | 451 | | |
452 | 452 | | |
453 | | - | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
454 | 465 | | |
455 | 466 | | |
456 | 467 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
72 | 71 | | |
73 | 72 | | |
74 | 73 | | |
| |||
Lines changed: 35 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | 30 | | |
36 | 31 | | |
37 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
38 | 64 | | |
39 | 65 | | |
40 | 66 | | |
| |||
52 | 78 | | |
53 | 79 | | |
54 | 80 | | |
55 | | - | |
56 | | - | |
57 | | - | |
| 81 | + | |
58 | 82 | | |
59 | 83 | | |
60 | 84 | | |
61 | 85 | | |
62 | | - | |
63 | | - | |
64 | | - | |
| 86 | + | |
| 87 | + | |
65 | 88 | | |
66 | 89 | | |
67 | 90 | | |
| |||
108 | 131 | | |
109 | 132 | | |
110 | 133 | | |
111 | | - | |
| 134 | + | |
112 | 135 | | |
113 | 136 | | |
114 | 137 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | 146 | | |
156 | 147 | | |
157 | 148 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments