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

Fix: フレーズのレンダリングでエラーになることがあるのを修正 #2271

Merged

Conversation

sigprogramming
Copy link
Contributor

@sigprogramming sigprogramming commented Sep 23, 2024

内容

レンダリングの必要はないのにstateWAITING_TO_BE_RENDEREDのままになっているフレーズが存在してエラーになっていたので、修正します。

その他

たぶん d3904c4 からバグってます。

@sigprogramming sigprogramming requested a review from a team as a code owner September 23, 2024 06:15
@sigprogramming sigprogramming requested review from Hiroshiba and removed request for a team September 23, 2024 06:15
Comment on lines +1698 to +1700
if (renderStartStageId == undefined) {
phrase.state = "PLAYABLE";
} else {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

phraseRenderer.determineStartStageの戻り値がundefinedの場合はレンダリングの必要はないですが、phrase.stateを更新しておらず"WAITING_TO_BE_RENDERED"のままになってしまっていたので、"PLAYABLE"に設定するようにしました。

@sigprogramming sigprogramming changed the title Fix: phraseのstateを更新していなかったのを修正 Fix: フレーズのレンダリングでエラーになることがあるのを修正 Sep 23, 2024
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!!

修正ありがとうございます!!

@Hiroshiba Hiroshiba merged commit f0df6a6 into VOICEVOX:main Sep 24, 2024
8 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