From 1748a1e046cf6dd4ac02536c0f7fa26b3368e025 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Mon, 20 Jul 2026 07:00:00 +0900 Subject: fix(github-driver): defer get_branches until tags search misses PHP's `?:` chain in getComposerInformation short-circuits, so getBranches() only runs when the tags search is falsy. The eager port issued an extra git/refs/heads API request that PHP never makes. Un-ignore test_public_repository_archived, which this fixes. Co-Authored-By: Claude Fable 5 --- crates/shirabe/tests/repository/vcs/github_driver_test.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'crates/shirabe/tests/repository/vcs/github_driver_test.rs') diff --git a/crates/shirabe/tests/repository/vcs/github_driver_test.rs b/crates/shirabe/tests/repository/vcs/github_driver_test.rs index 8b30a796..dfdbb01e 100644 --- a/crates/shirabe/tests/repository/vcs/github_driver_test.rs +++ b/crates/shirabe/tests/repository/vcs/github_driver_test.rs @@ -613,7 +613,6 @@ fn test_funding_format() { } } -#[ignore = "funding/archived parsing differs from PHP; not date-related"] #[test] fn test_public_repository_archived() { let SetUp { home, config } = set_up(); -- cgit v1.3.1