refactor: テストを整理しCandid処理を最適化 - #15
Merged
Merged
Conversation
Consolidate redundant tests and replace ineffective delegation and decoding-budget cases with focused counterexamples. Remove unused internals, avoid redundant Candid validation, linearize record projection, and eliminate repeated keyword-set allocation. Rebuild both bundled generator architectures and retain compile checks for renamed checkouts. Verified macOS and iOS tests, Swift 6, plugin fixtures, Rust checks, and artifact consistency.
humandebri
deleted the
refactor/streamline-tests-and-candid-processing
branch
September 12, 2026 06:45
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.
目的
重複したテストと実装依存のassertion、不要な内部処理を整理し、検出すべき不具合を維持しながら実行時間と修正負担を減らします。
変更
検証
git diff --checkを実施。同一入力でのローカル測定(SwiftはDebug、生成器はRelease):
影響
公開API、通信動作、入力の受理条件、既定の処理上限、生成されるSwiftコードを維持します。生成器のバージョンは0.1.3のままです。測定値はローカル環境での比較であり、CIの時間閾値には使用しません。