From cccd901aef23a0ff7e9f87a4a57e9074c816a06f Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 6 Jun 2026 02:51:49 +0900 Subject: 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 --- .../src/dependency_resolver/operation/mark_alias_installed_operation.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/shirabe/src/dependency_resolver/operation/mark_alias_installed_operation.rs') diff --git a/crates/shirabe/src/dependency_resolver/operation/mark_alias_installed_operation.rs b/crates/shirabe/src/dependency_resolver/operation/mark_alias_installed_operation.rs index 4ef436b..f5cb825 100644 --- a/crates/shirabe/src/dependency_resolver/operation/mark_alias_installed_operation.rs +++ b/crates/shirabe/src/dependency_resolver/operation/mark_alias_installed_operation.rs @@ -41,7 +41,7 @@ impl OperationInterface for MarkAliasInstalledOperation { self.package.get_alias_of().get_pretty_name(), self.package .get_alias_of() - .get_full_pretty_version(true, crate::package::DisplayMode::SourceRefIfDev,), + .get_full_pretty_version(true, crate::package::DisplayMode::SourceRefIfDev), ) } -- cgit v1.3.1