From a84d531548efa678d4021cea891826e59f8fb462 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 28 Jun 2026 23:41:11 +0900 Subject: test(show): clarify ignore reason for empty platform section The platform: section is empty because PlatformRepository::get_packages routes to ArrayRepository::initialize instead of its own initialize, which needs the still-todo!() runtime::constant() shim. Record the real blocker. Co-Authored-By: Claude Opus 4.8 (1M context) --- crates/shirabe/tests/command/show_command_test.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates') diff --git a/crates/shirabe/tests/command/show_command_test.rs b/crates/shirabe/tests/command/show_command_test.rs index 3a6196f..77db20f 100644 --- a/crates/shirabe/tests/command/show_command_test.rs +++ b/crates/shirabe/tests/command/show_command_test.rs @@ -739,7 +739,7 @@ zerozero/major 0.0.1 ~ 0.0.2", ); } -#[ignore = "blocked: categorization fixed, but platform packages do not appear in the --all section grouping (the platform: section is empty); separate gap in platform bucket population"] +#[ignore = "blocked: categorization fixed, but the platform: section is empty because PlatformRepository::get_packages routes to ArrayRepository::initialize (empty) instead of PlatformRepository::initialize, which reads platform constants via the still-todo!() shim runtime::constant()"] #[test] #[serial] fn test_show_all_shows_all_sections() { -- cgit v1.3.1