diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-06-08 04:30:56 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-06-08 04:30:56 +0900 |
| commit | 7439cdb08afe0882186a34f70c1e8878fcb7dca5 (patch) | |
| tree | fdae7e27e2ae107ef97735c0a8fe7d011ba1b3d5 /crates/shirabe/src/installer | |
| parent | 632c9793927a30c4bca3c91888e66b369d732dfe (diff) | |
| download | php-shirabe-7439cdb08afe0882186a34f70c1e8878fcb7dca5.tar.gz php-shirabe-7439cdb08afe0882186a34f70c1e8878fcb7dca5.tar.zst php-shirabe-7439cdb08afe0882186a34f70c1e8878fcb7dca5.zip | |
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) <noreply@anthropic.com>
Diffstat (limited to 'crates/shirabe/src/installer')
| -rw-r--r-- | crates/shirabe/src/installer/installation_manager.rs | 1 |
1 files changed, 0 insertions, 1 deletions
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(); } |
