From c935842b0c0c2d2c62b3a718ebe0017b7b192318 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Thu, 4 Jun 2026 21:07:47 +0900 Subject: refactor: drop stale phase-b TODO comments resolved by current code These TODOs describe work already done: writeError per-line iteration (github, remote_filesystem, svn_downloader) and reference equality via std::ptr::eq (download_manager). No behavior change. Co-Authored-By: Claude Opus 4.8 --- crates/shirabe/src/util/github.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'crates/shirabe/src/util/github.rs') diff --git a/crates/shirabe/src/util/github.rs b/crates/shirabe/src/util/github.rs index 650ae33..18958ca 100644 --- a/crates/shirabe/src/util/github.rs +++ b/crates/shirabe/src/util/github.rs @@ -114,7 +114,6 @@ impl GitHub { } note += &format!(" {}", date("Y-m-d Hi", None)); - // PHP: writeError(array) joins with newline. TODO(phase-b): writeError accepts array natively in Symfony. let (local_name, auth_name): (Option, String) = { let cfg = self.config.borrow(); ( -- cgit v1.3.1