Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .changeset/7924-named-list-view-liveness-census.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
---

Measure `NamedListView`'s per-member liveness and pin it (objectui#7924).

The declared set is now walked with the TypeScript parser rather than a regex,
the named-view read set is derived through every route from `schema.listViews`
to a named view (with every occurrence of that record classified, so a new
route fails instead of shrinking the reading), and each of the 47 declared
members is pinned by name on its side of the partition — 6 read, 41 unread —
so a member moving between the two sets fails in either direction.

⛔ Measurement only: neither declaration face moved, and the disposition for the
41 unread members (`?: never` tombstones vs. making the renderer read them)
stays with objectui#7928. Test only; no package is released by this change.
Loading
Loading