Skip to main content

max / makenotwork

Take makeover-build 0.47, and seal the editor chrome at 34 makeover-webview 0.52.0 emits .form-editor-modes and .form-editor-preview around a FieldKind::Rich control, so the denominator went 67 to 69 and both land in the dead count. The facet case exactly: these are classes this repo is the reason for and does not write yet, because partial-item-text-editor.html still draws its Write/Preview pair by hand. The seal tightens when the four section editors port (5c358ec4), not before. Unverified rather than measured: quasi-webview still requires makeover-webview ^0.51.0 and that crate carries links, so the graph does not resolve here until the pin moves. The check is one-sided, so a lower real figure warns.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-20 15:04 UTC
Signed with PGP, not checked
Commit: 6f382b5ed348589f5b8589ae4dbaff5072897779
Parent: d5728b5
2 files changed, +12 insertions, -2 deletions
@@ -243,7 +243,7 @@
243 243 # Emits static/geometry.css (makeover-geometry) and static/layout.css
244 244 # (makeover-webview). The same generator GO and BB run; only the output paths
245 245 # differ, since the server serves its stylesheets rather than bundling them.
246 - makeover-build = "0.46.0"
246 + makeover-build = "0.47.0"
247 247 # Read directly for the embeds' own copy of the spacing layer, which they need
248 248 # because an iframe cannot link a stylesheet. makeover-build does not re-export
249 249 # it, so the pin lives here and has to track the one makeover-build resolves.
M server/build.rs +11 -1
@@ -422,7 +422,17 @@
422 422 /// the run it declares its overflow on is the first `.run-menu` this server
423 423 /// emits. The `.run` case documented above stopped being hypothetical, which is
424 424 /// the ratchet working rather than an exception to it.
425 - const DEAD_VOCABULARY_HIGH_WATER: usize = 32;
425 + /// 32 to 34 on the makeover-build 0.46 to 0.47 bump, which carries
426 + /// makeover-webview 0.52.0 and the chrome a markdown field gets:
427 + /// `.form-editor-modes` and `.form-editor-preview` around a
428 + /// `FieldKind::Rich` control. The denominator went 67 to 69 and both land here.
429 + ///
430 + /// The facet case above, exactly: these are classes this repo is the reason
431 + /// for and does not write yet. `partial-item-text-editor.html` has the
432 + /// Write/Preview pair hand-written and `partial-item-text-editor.js` renders
433 + /// the preview, and the renderer emitting the same shape is what those four
434 + /// section editors convert onto. It tightens when they port, not before.
435 + const DEAD_VOCABULARY_HIGH_WATER: usize = 34;
426 436
427 437 /// Every file that can carry a class name.
428 438 ///