Skip to main content

max / balanced_breakfast

Take makeover-build 0.51.0; raise the dead-vocabulary seal to 60 makeover-webview 0.59.0 names the unruled half of its vocabulary, so the denominator grew and eleven more classes read as dead here. BB describes no screens, so that is construction rather than drift.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-22 22:12 UTC
Signed with PGP, not checked
Commit: 1cef5b8e4441818faeeacc98d6d39316256894fd
Parent: 4c65b34
3 files changed, +47 insertions, -42 deletions
M Cargo.lock +40 -40
@@ -3186,9 +3186,9 @@
3186 3186
3187 3187 [[package]]
3188 3188 name = "makeover-build"
3189 - version = "0.50.0"
3189 + version = "0.51.0"
3190 3190 source = "registry+https://github.com/rust-lang/crates.io-index"
3191 - checksum = "ea4372039ae6e2b306a5fa084f813ef9fef5f7ed6221a17cd7b59fab712fa70a"
3191 + checksum = "1fdd63f552182f0c39a0416a4420ecfb66c89e4a11531878b4a832d6ebc6aad7"
3192 3192 dependencies = [
3193 3193 "makeover",
3194 3194 "makeover-geometry",
@@ -3219,9 +3219,9 @@
3219 3219
3220 3220 [[package]]
3221 3221 name = "makeover-webview"
3222 - version = "0.58.0"
3222 + version = "0.59.1"
3223 3223 source = "registry+https://github.com/rust-lang/crates.io-index"
3224 - checksum = "6ec0cf871810510f38e24230d1781cb572437a0c4550b638b3d45e3ba1474cb4"
3224 + checksum = "59714ea075f5c266616199eb8345808f85092be04278471ffde546bdb0f43cb6"
3225 3225 dependencies = [
3226 3226 "makeover-geometry",
3227 3227 "makeover-layout",
@@ -8076,6 +8076,42 @@
8076 8076 "winnow 1.0.4",
8077 8077 ]
8078 8078
8079 + [[patch.unused]]
8080 + name = "quasi-axum"
8081 + version = "0.56.0"
8082 +
8083 + [[patch.unused]]
8084 + name = "quasi-basics"
8085 + version = "0.56.0"
8086 +
8087 + [[patch.unused]]
8088 + name = "quasi-http"
8089 + version = "0.56.0"
8090 +
8091 + [[patch.unused]]
8092 + name = "quasi-immediate"
8093 + version = "0.56.0"
8094 +
8095 + [[patch.unused]]
8096 + name = "quasi-notifs"
8097 + version = "0.56.0"
8098 +
8099 + [[patch.unused]]
8100 + name = "quasi-router"
8101 + version = "0.56.0"
8102 +
8103 + [[patch.unused]]
8104 + name = "quasi-store"
8105 + version = "0.1.0"
8106 +
8107 + [[patch.unused]]
8108 + name = "quasi-tauri"
8109 + version = "0.56.0"
8110 +
8111 + [[patch.unused]]
8112 + name = "quasi-webview"
8113 + version = "0.56.0"
8114 +
8079 8115 [[patch.unused]]
8080 8116 name = "kberg"
8081 8117 version = "0.1.0"
@@ -8087,39 +8123,3 @@
8087 8123 [[patch.unused]]
8088 8124 name = "painhours"
8089 8125 version = "0.1.0"
8090 -
8091 - [[patch.unused]]
8092 - name = "quasi-axum"
8093 - version = "0.53.0"
8094 -
8095 - [[patch.unused]]
8096 - name = "quasi-basics"
8097 - version = "0.53.0"
8098 -
8099 - [[patch.unused]]
8100 - name = "quasi-http"
8101 - version = "0.53.0"
8102 -
8103 - [[patch.unused]]
8104 - name = "quasi-immediate"
8105 - version = "0.53.0"
8106 -
8107 - [[patch.unused]]
8108 - name = "quasi-notifs"
8109 - version = "0.53.0"
8110 -
8111 - [[patch.unused]]
8112 - name = "quasi-router"
8113 - version = "0.53.0"
8114 -
8115 - [[patch.unused]]
8116 - name = "quasi-store"
8117 - version = "0.1.0"
8118 -
8119 - [[patch.unused]]
8120 - name = "quasi-tauri"
8121 - version = "0.53.0"
8122 -
8123 - [[patch.unused]]
8124 - name = "quasi-webview"
8125 - version = "0.53.0"
@@ -18,7 +18,7 @@
18 18 # Materialises the generated files: themes/, geometry.css, layout.css,
19 19 # typography.css. makeover and makeover-geometry reach the build script through
20 20 # here rather than as pins of their own.
21 - makeover-build = "0.50.0"
21 + makeover-build = "0.51.0"
22 22 # Cuts the two house faces into frontend/fonts/. A git dependency because
23 23 # quasi-type is `publish = false`, which is also why makeover-build cannot do
24 24 # this and only emits the CSS that fetches the result. The rev is the one
@@ -170,7 +170,12 @@
170 170 /// above: BB describes no screens, so every class that arrives with one is dead
171 171 /// here by construction. No markup changed and nothing BB was using stopped
172 172 /// being used.
173 - const DEAD_VOCABULARY_HIGH_WATER: usize = 49;
173 + /// Raised 49 to 60 on the makeover-build 0.51 bump. makeover-webview 0.59.0
174 + /// wrote down the unruled half of its vocabulary, so the denominator went 73
175 + /// to 88 and the eleven new names visible here land dead for the reason every
176 + /// line above gives: BB describes no screens, so a class that arrives with one
177 + /// is dead here by construction. No markup changed.
178 + const DEAD_VOCABULARY_HIGH_WATER: usize = 60;
174 179
175 180 /// Every file that can carry a class name.
176 181 fn markup_files(frontend: &std::path::Path) -> Vec<std::path::PathBuf> {