feat: FT214 io モジュール — StringIO / BytesIO / TextIOWrapper / BufferedReader#599
Merged
Conversation
…eader (#598) - StringIO: テキストバッファ書き込み・読み取り・行イテレーション - BytesIO: バイナリバッファ操作・hex デコード - TextIOWrapper: エンコーディング変換往復確認(utf-8/utf-16/latin-1/ascii) - BufferedReader: シーク操作(seek/tell) - F-1: StringIO.tell() のタイミング依存性(書き込み後 vs read 後) - F-2: TextIOWrapper は write_through=True が必要 - 22 テスト全通過、mypy --strict / ruff / pip-audit 全クリア - v1.8.90 → v1.8.91 Closes #598 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
StringIO: テキストバッファの書き込み・読み取り・行イテレーションBytesIO: バイナリバッファ操作・hex デコードTextIOWrapper: エンコーディング変換往復確認(utf-8/utf-16/latin-1/ascii)BufferedReader: シーク操作(seek / tell)StringIO.tell()のタイミング依存性を発見(書き込み後 vs read 後で値が異なる)TextIOWrapperはwrite_through=Trueが必要(バッファリング問題)Test plan
pytest)mypy --strict通過ruff check/ruff format --check通過pip-audit— 既知 CVE なしCloses #598
🤖 Generated with Claude Code