diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-06-06 02:51:49 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-06-06 02:51:49 +0900 |
| commit | cccd901aef23a0ff7e9f87a4a57e9074c816a06f (patch) | |
| tree | 3929a3f165419d43e69154fdf173771fbcbb5fad /crates/shirabe/src/command/status_command.rs | |
| parent | ad78317ecf8ffadae3088452b6b52e2d476fadeb (diff) | |
| download | php-shirabe-cccd901aef23a0ff7e9f87a4a57e9074c816a06f.tar.gz php-shirabe-cccd901aef23a0ff7e9f87a4a57e9074c816a06f.tar.zst php-shirabe-cccd901aef23a0ff7e9f87a4a57e9074c816a06f.zip | |
fix(command): use full pretty version and drop stale phase-b TODOs
LicensesCommand now renders the root package version via
get_full_pretty_version, matching PHP getFullPrettyVersion, and holds
the root package handle directly instead of snapshotting fields. Also
align update/mark-alias operations on get_full_pretty_version and remove
the now-stale phase-b TODO markers in status and licenses commands.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Diffstat (limited to 'crates/shirabe/src/command/status_command.rs')
| -rw-r--r-- | crates/shirabe/src/command/status_command.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/shirabe/src/command/status_command.rs b/crates/shirabe/src/command/status_command.rs index e729e1f..f651e59 100644 --- a/crates/shirabe/src/command/status_command.rs +++ b/crates/shirabe/src/command/status_command.rs @@ -134,7 +134,6 @@ impl StatusCommand { }; let mut downloader = downloader_handle.borrow_mut(); - // TODO(phase-b): isinstance checks using ChangeReportInterface/VcsCapableDownloaderInterface/DvcsDownloaderInterface if let Some(change_reporter) = downloader.as_change_report_interface() { if std::path::Path::new(&target_dir).is_symlink() { errors.insert( |
