From 7439cdb08afe0882186a34f70c1e8878fcb7dca5 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Mon, 8 Jun 2026 04:30:56 +0900 Subject: feat(phase-c): resolve static-property phase-b TODOs Implement the FileDownloader::$downloadMetadata accessors over the existing DOWNLOAD_METADATA static, and drop now-stale TODOs on the already-correct Platform::strlen function-local static and the ClassLoader include-closure no-op. Co-Authored-By: Claude Opus 4.8 (1M context) --- crates/shirabe/src/installer/installation_manager.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'crates/shirabe/src/installer/installation_manager.rs') diff --git a/crates/shirabe/src/installer/installation_manager.rs b/crates/shirabe/src/installer/installation_manager.rs index 6f691c6..17d284d 100644 --- a/crates/shirabe/src/installer/installation_manager.rs +++ b/crates/shirabe/src/installer/installation_manager.rs @@ -64,7 +64,6 @@ impl InstallationManager { pub fn reset(&mut self) { self.notifiable_packages = IndexMap::new(); - // TODO(phase-b): FileDownloader::$downloadMetadata is a static property FileDownloader::reset_download_metadata(); } -- cgit v1.3.1