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

VVPPアンインストール時とディレクトリ見つからない時のエラーハンドリング追加 #1047

Conversation

Hiroshiba
Copy link
Member

内容

VVPPアンインストール時と、ディレクトリ見つからない時のエラーハンドリング追加しました。

関連 Issue

その他

if (!engineInfo) {
throw new Error(`No such engineInfo registered: engineId == ${engineId}`);
}
try {
Copy link
Member Author

Choose a reason for hiding this comment

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

installVvppEngine側はダイアログを出していたがuninstallVvppEngine側はダイアログを出しておらず、エラーが出ても何も表示されない状態になってたので合わせてみました

@Hiroshiba
Copy link
Member Author

@sevenc-nanashi よかったらレビューお願いできると助かります・・・!

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.

一個バグがあったのでコメントしました。それ以外はLGTMです!

(今更なんですけど、uninstallVvppEngineという名前をしといて実際はアンインストール走ってないんですよね。
ユーザーはそんなこと気にしないので大丈夫だと思いますが)

src/background.ts Show resolved Hide resolved
Comment on lines +831 to 835
/**
* VVPPエンジンをアンインストールする。
* 関数を呼んだタイミングでアンインストール処理を途中まで行い、アプリ終了時に完遂する。
*/
async function uninstallVvppEngine(engineId: string) {
Copy link
Member Author

Choose a reason for hiding this comment

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

uninstallVvppEngineにドキュメントコメント書いてみました。

@@ -492,7 +492,6 @@ export default defineComponent({
"addingEngine",
store.dispatch("INSTALL_VVPP_ENGINE", vvppFilePath.value)
);
uiLockedState.value = null;
Copy link
Member Author

Choose a reason for hiding this comment

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

不要な処理だったのでついでに消去

src/background.ts Show resolved Hide resolved
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.

エラー時、通常時両方しっかり動いてそうでした。LGTM!

@Hiroshiba
Copy link
Member Author

マージします!

@Hiroshiba Hiroshiba merged commit cef5c56 into VOICEVOX:main Dec 17, 2022
@Hiroshiba Hiroshiba deleted the VVPPアンインストール時とディレクトリ見つからない時のえらーハンドリング追加 branch December 17, 2022 13:50
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