Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: EngineInfoManagerのリファクタリング #2347

Merged

Conversation

Hiroshiba
Copy link
Member

@Hiroshiba Hiroshiba commented Nov 6, 2024

内容

EngineInfoManagerのリファクタリングを行います。
VVPPデフォルトエンジンのためのリファクタリングです。

今まで

  • デフォルトエンジン
  • 追加エンジン
    • VVPP由来のもの
    • 登録ディレクトリ由来のもの

としていました。
これは「VVPPはデフォルトエンジンにならない」という前提で成り立っていました。
#2270 でデフォルトエンジンをVVPPとしてダウンロード可能にしたいので、前提が変わりました。

なのでこういう感じにしてみました。

  • .envに書いてあるエンジン
  • VVPP由来のエンジン
  • 登録ディレクトリ由来のエンジン

結構すっきりしたのでこれで良さそうかなと思ってます!

関連 Issue

@Hiroshiba Hiroshiba requested a review from a team as a code owner November 6, 2024 19:19
@voicevox-preview-pages
Copy link

voicevox-preview-pages bot commented Nov 6, 2024

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

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

@Hiroshiba
Copy link
Member Author

Hiroshiba commented Nov 6, 2024

情報共有のためのメンション 🙇
マルチエンジンに詳しい @sevenc-nanashi さん
メインプロセスの起動周りに詳しい @sabonerune さん

} catch (e) {
return "manifestParseError";
}
private fetchEnvEngineInfos(): EngineInfo[] {
Copy link
Member Author

Choose a reason for hiding this comment

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

ついでに外にあったfetchDefaultEngineInfosを中に移動しました。

const configManager = getConfigManager();
// FIXME: この関数の引数でregisteredEngineDirsを受け取り、動かないエンジンをreturnして、EngineManager外でconfig.setする
Copy link
Member Author

@Hiroshiba Hiroshiba Nov 6, 2024

Choose a reason for hiding this comment

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

気軽に別のマネージャーを呼んでも良いという設計にしたので、ここのFIXMEは直さなくて良さそうということでついでに消しておきました

Copy link
Member Author

@Hiroshiba Hiroshiba left a comment

Choose a reason for hiding this comment

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

多分大丈夫だと思うのでマージします!

@Hiroshiba Hiroshiba merged commit 7043359 into VOICEVOX:main Nov 10, 2024
10 checks passed
@Hiroshiba Hiroshiba deleted the EngineInfoManagerのリファクタリング branch November 10, 2024 17:47
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.

1 participant