From 15c54ec439d0e718ae4aa81cc96c66b69ddfa4d1 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 19 Jul 2026 14:18:07 +0900 Subject: fix(check-platform-reqs): restore raw Link column in text table PHP's printTable builds a 5-column row for text output, with the raw Link object (cast via __toString) as its own column separate from the formatted description string. The port had collapsed both into one column, dropping an empty column for successful checks and throwing off the rendered column widths/spacing versus real Composer output. --- crates/shirabe/tests/command/check_platform_reqs_command_test.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'crates/shirabe/tests/command/check_platform_reqs_command_test.rs') diff --git a/crates/shirabe/tests/command/check_platform_reqs_command_test.rs b/crates/shirabe/tests/command/check_platform_reqs_command_test.rs index 903d867a..f01f9062 100644 --- a/crates/shirabe/tests/command/check_platform_reqs_command_test.rs +++ b/crates/shirabe/tests/command/check_platform_reqs_command_test.rs @@ -48,7 +48,6 @@ fn run_platform_reqs_are_satisfied_case( #[test] #[serial] -#[ignore = "reaches a RefCell re-entrancy panic at crates/shirabe/src/downloader/file_downloader.rs:136 (\"RefCell already borrowed\") on the platform-package resolution path; src borrow bug, not fixable from the test"] fn test_platform_reqs_are_satisfied() { // 'Disables checking of require-dev packages requirements.' run_platform_reqs_are_satisfied_case( -- cgit v1.3.1