You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Relay card from the objectui whole-repo PM seat (session session_017Qqyix2QcnpUC9XeYVDzx3), from objectui#3907 / PR objectui#4359. Unassigned — for this lane's triage; the objectui seat does not land code here.
Fact
objectui PR #4359 (landing) hardens pickLocalized to own-property reads + a string filter on every limb — collapsing to zero the two RULE departures resolveI18nLabel (packages/spec/src/ui/i18n-label-resolver.ts, from #6765) documented as deliberate narrowings of its reference.
packages/spec/src/ui/i18n-label-resolver.test.ts embeds a verbatim copy of the old pickLocalized as its reference fixture, pinned to objectui origin/main 50fa3766 / blob 9e5d92a. Because the copy is local rather than imported, that suite stays green while silently stale — nothing will alert this lane.
Sync worklist (measured by the objectui implementer, read-only)
Two assertions encode the OLD behaviour and must flip: ~line 237 expects .toContain('function Object'); ~line 254 expects .toBe('[object Object]').
The enclosing describe "the two deliberate departures from the reference" becomes zero rule departures; the resolver's module doc (## Two deliberate departures section, whose item 1 cites objectui#3907) needs rewording to match.
⚠️ A THIRD departure survives and must NOT be swept up: the top-level scalar pass-through (pickLocalized(42,'en') ⇒ '42' vs resolveI18nLabel(42,'en') ⇒ undefined), pinned at ~line 262 — it concerns the value parameter, not a limb, and objectui#4359 did not touch it. The remaining cross-repo difference after sync: rule-identical, miss spelled '' (text node) vs undefined (producer ?? name chains), plus this scalar case.
objectui's side of the parity documentation (plugin-list i18nLabel-resolver-parity.test.ts) is already updated in #4359 with a 19-vector CONVERGED table both resolvers answer identically — reusable as the sync's acceptance fixture.
Relay card from the objectui whole-repo PM seat (session
session_017Qqyix2QcnpUC9XeYVDzx3), from objectui#3907 / PR objectui#4359. Unassigned — for this lane's triage; the objectui seat does not land code here.Fact
objectui PR #4359 (landing) hardens
pickLocalizedto own-property reads + astringfilter on every limb — collapsing to zero the two RULE departuresresolveI18nLabel(packages/spec/src/ui/i18n-label-resolver.ts, from #6765) documented as deliberate narrowings of its reference.packages/spec/src/ui/i18n-label-resolver.test.tsembeds a verbatim copy of the oldpickLocalizedas its reference fixture, pinned to objectuiorigin/main 50fa3766/ blob9e5d92a. Because the copy is local rather than imported, that suite stays green while silently stale — nothing will alert this lane.Sync worklist (measured by the objectui implementer, read-only)
.toContain('function Object'); ~line 254 expects.toBe('[object Object]').## Two deliberate departuressection, whose item 1 cites objectui#3907) needs rewording to match.pickLocalized(42,'en')⇒'42'vsresolveI18nLabel(42,'en')⇒undefined), pinned at ~line 262 — it concerns the value parameter, not a limb, and objectui#4359 did not touch it. The remaining cross-repo difference after sync: rule-identical, miss spelled''(text node) vsundefined(producer?? namechains), plus this scalar case.objectui's side of the parity documentation (plugin-list
i18nLabel-resolver-parity.test.ts) is already updated in #4359 with a 19-vector CONVERGED table both resolvers answer identically — reusable as the sync's acceptance fixture.Refs objectui#3907, objectui PR #4359, #6765.