diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-06-28 23:41:11 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-06-28 23:41:11 +0900 |
| commit | a84d531548efa678d4021cea891826e59f8fb462 (patch) | |
| tree | ad3b4e5aba2090856f81027d522d6ce97450b830 | |
| parent | 1909f94b8f4634a7b5abef2ebf4de92b56f4091c (diff) | |
| download | php-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>
| -rw-r--r-- | crates/shirabe/tests/command/show_command_test.rs | 2 |
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() { |
