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

Hotfix: 初回起動と0.13からの更新が出来ないのを修正 #1652

Merged
merged 2 commits into from
Nov 18, 2023

Conversation

sevenc-nanashi
Copy link
Member

@sevenc-nanashi sevenc-nanashi commented Nov 18, 2023

内容

初回起動だとexperimentalSetting.enableMultiEngineが存在しないため、store.set("enableMultiEngine", enableMultiEngine);にundefinedが渡され型違反 -> 死亡という感じで死んでたのを直します。

関連 Issue

(なし)

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

(なし)

その他

(なし)

@sevenc-nanashi sevenc-nanashi requested a review from a team as a code owner November 18, 2023 02:32
@sevenc-nanashi sevenc-nanashi requested review from Hiroshiba and removed request for a team November 18, 2023 02:32
Copy link
Member

@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.

LGTM!!!

ありがとうございます、助かりました 🙇🙇🙇
たぶん初回起動だけじゃなくてexperimentalSetting.enableMultiEngineが無い0.13時代からのマイグレーションにも失敗するっぽいのでタイトルを変えさせて頂きます!
あと早期リターンはコード書き足すときに問題が発生するかもなので、全体ラップする形にさせていただきます 🙇

@Hiroshiba Hiroshiba changed the title Hotfix: 初回起動が出来ないのを修正 Hotfix: 初回起動と0.13からの更新が出来ないのを修正 Nov 18, 2023
@Hiroshiba
Copy link
Member

Hiroshiba commented Nov 18, 2023

初回起動でもエラーになるのが不思議で調べてみたのですが、electron-store(の中で使っている同作者のconfライブラリ)は、初回起動時はすべてのマイグレーションが通るような設計思想になっていました。
https://github.com/sindresorhus/conf/blob/v10.2.0/source/index.ts#L570-L588

たしか同ライブラリでは設定の型チェックがマイグレーション前に行われてて不思議だったのですが、この挙動にちょっと納得がいきました。
まあそれはそれでマイグレーション後の設定が型サポートの恩恵を受けられないのですが・・・。

@Hiroshiba
Copy link
Member

@y-chan 共有です 🙏

@Hiroshiba Hiroshiba merged commit 65eb90e into VOICEVOX:release-0.14 Nov 18, 2023
2 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