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/repository/filesystem_repository_test.rs | 2 +- crates/shirabe/tests/repository/platform_repository_test.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'crates/shirabe/tests/repository') diff --git a/crates/shirabe/tests/repository/filesystem_repository_test.rs b/crates/shirabe/tests/repository/filesystem_repository_test.rs index b87e1502..59901072 100644 --- a/crates/shirabe/tests/repository/filesystem_repository_test.rs +++ b/crates/shirabe/tests/repository/filesystem_repository_test.rs @@ -328,7 +328,7 @@ fn test_repository_writes_installed_php() { #[ignore = "safely_load_installed_versions's pattern uses a PCRE (?(DEFINE)...) recursive grammar the regex crate cannot compile, and InstalledVersions::getAllRawData has no Rust counterpart"] #[test] fn test_safely_load_installed_versions() { - // TODO(phase-d): needs a regex-crate expression equivalent to the PCRE recursive grammar, and + // TODO(pcre): needs a regex-crate expression equivalent to the PCRE recursive grammar, and // InstalledVersions::get_all_raw_data. todo!() } diff --git a/crates/shirabe/tests/repository/platform_repository_test.rs b/crates/shirabe/tests/repository/platform_repository_test.rs index 573f96ed..c16f3a3e 100644 --- a/crates/shirabe/tests/repository/platform_repository_test.rs +++ b/crates/shirabe/tests/repository/platform_repository_test.rs @@ -205,7 +205,7 @@ fn test_php_version() { #[test] fn test_inet_pton_regression() { // PHP: ->expects(self::once())->method('invoke')->with('inet_pton', ['::'])->willReturn(false). - // TODO(phase-d): the payload reports the result of `@inet_pton('::')` instead of answering a + // TODO(mock): the payload reports the result of `@inet_pton('::')` instead of answering a // call, so there is nothing left for the once() call-count check to observe. let functions = [( PhpMixed::String("inet_pton".to_string()), -- cgit v1.3.1-4-g156e