Conversation
…クタ前の安全網 2パターンの複数言語 fixture を追加: - multilang_mixed_sample: TS/PY/Go がレイヤー内混在 (domain/ に .ts .py .go) - multilang_split_sample: 言語ごとにディレクトリ分離 (ts/domain/, py/domain/, go/domain/) 各 fixture で e2e_checklist の全項目をカバー (dep opt-in/out, external opt-in/out, call_patterns) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…ver の生成削減 - 全7言語のフィールドを HashMap<&str, Box<dyn Resolver>> に変更 - from_resolve_config() に languages 引数を追加、宣言された言語のみ登録 - runner.rs の3箇所で app_config.project.languages を渡すよう更新 - 未登録拡張子は RustResolver にフォールバック(後方互換) - DispatchingResolver::new() を削除(未使用) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <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
domain/model.ts+domain/entity.py+domain/user.go)ts/domain/,py/domain/,go/domain/)DispatchingResolverを Registry パターンにリファクタHashMap<&str, Box<dyn Resolver>>[project] languagesで宣言された言語のみ Resolver を生成・登録変更内容
tests/fixtures/multilang_mixed_sample/+tests/e2e_multilang_mixed.rs(11テスト)tests/fixtures/multilang_split_sample/+tests/e2e_multilang_split.rs(11テスト)mille checkステップ追加DispatchingResolverを Registry パターンに移行、from_resolve_config()にlanguages引数追加Test plan
mille check通過🤖 Generated with Claude Code