Skip to content

Conversation

@Hiroshiba
Copy link
Member

@Hiroshiba Hiroshiba commented Oct 1, 2025

内容

簡単なリファクタリングです。
launchEngines メソッド内にあったエンジン設定の初期化処理をprivate メソッドに分離しました。

関連 Issue

なし

スクリーンショット・動画など

なし(コードのリファクタリングのみ)


🤖 Generated with Claude Code

@voicevox-preview-pages
Copy link

voicevox-preview-pages bot commented Oct 1, 2025

🚀 プレビュー用ページを作成しました 🚀

更新時点でのコミットハッシュ:ae54f58

@Hiroshiba Hiroshiba requested review from Copilot and sevenc-nanashi and removed request for Copilot October 18, 2025 13:07
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR refactors the engine initialization process in the EngineAndVvppController class by extracting engine settings initialization logic into a separate private method.

  • Extracted engine settings initialization code from launchEngines method into a new private method initializeEngineSettings
  • Improved code organization and maintainability by separating concerns

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Copy link
Member

@sevenc-nanashi sevenc-nanashi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

まぁ問題なさそう。

@sevenc-nanashi
Copy link
Member

conflictしてるのでそこだけ直してもらえると!

コンフリクト解消:
- updateEngineSettingメソッドは削除(PR #2765でインライン化済み)
- initializeEngineSettingsメソッドは追加(本PRの変更)
@Hiroshiba Hiroshiba enabled auto-merge October 27, 2025 18:28
@Hiroshiba Hiroshiba added this pull request to the merge queue Oct 27, 2025
Merged via the queue into VOICEVOX:main with commit e216df3 Oct 27, 2025
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants