aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/command
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-06-28 23:41:11 +0900
committernsfisis <nsfisis@gmail.com>2026-06-28 23:41:11 +0900
commita84d531548efa678d4021cea891826e59f8fb462 (patch)
treead3b4e5aba2090856f81027d522d6ce97450b830 /crates/shirabe/tests/command
parent1909f94b8f4634a7b5abef2ebf4de92b56f4091c (diff)
downloadphp-shirabe-a84d531548efa678d4021cea891826e59f8fb462.tar.gz
php-shirabe-a84d531548efa678d4021cea891826e59f8fb462.tar.zst
php-shirabe-a84d531548efa678d4021cea891826e59f8fb462.zip
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) <noreply@anthropic.com>
Diffstat (limited to 'crates/shirabe/tests/command')
-rw-r--r--crates/shirabe/tests/command/show_command_test.rs2
1 files changed, 1 insertions, 1 deletions
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() {