From 561924db750cbb4e4c183f9616472ed9a5b0fc7f Mon Sep 17 00:00:00 2001 From: nsfisis Date: Wed, 12 Aug 2026 00:19:10 +0900 Subject: docs(todo): retag TODO markers by root cause Co-Authored-By: Claude Opus 5 (1M context) --- crates/shirabe/tests/installer_test.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'crates/shirabe/tests/installer_test.rs') diff --git a/crates/shirabe/tests/installer_test.rs b/crates/shirabe/tests/installer_test.rs index b6d19b10..5c835aff 100644 --- a/crates/shirabe/tests/installer_test.rs +++ b/crates/shirabe/tests/installer_test.rs @@ -812,8 +812,8 @@ fn evaluate_condition(condition: &str) -> bool { } // HHVM is never defined under the Rust port. "!defined('HHVM_VERSION')" => true, - // TODO(phase-d): unported CONDITION expression (PHP eval has no Rust equivalent). - other => panic!("// TODO(phase-d): unported CONDITION: {}", other), + // TODO(php-runtime): unported CONDITION expression (PHP eval has no Rust equivalent). + other => panic!("// TODO(php-runtime): unported CONDITION: {}", other), } } @@ -1305,7 +1305,7 @@ fn test_slow_integration() { let _tear_down = TearDown::new(); for case in load_integration_tests("installer-slow/") { if case.file == "github-issues-7665.test" { - // TODO(phase-d): upstream Composer defect (composer/composer#12111), not a porting + // TODO(upstream): upstream Composer defect (composer/composer#12111), not a porting // bug. Problem::getPrettyString breaks RULE_LEARNED sort ties with // getSortableString() <=> getSortableString(), which compares numerically when both // sides are numeric strings and by byte otherwise, so it is not transitive. Those -- cgit v1.3.1-4-g156e