-
Notifications
You must be signed in to change notification settings - Fork 337
hotfix: [release-0.22] AudioCellが0個のときにDEFAULT_PROJECT_FILE_BASE_NAMEでエラーが発生しないように修正 #2484
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: [release-0.22] AudioCellが0個のときにDEFAULT_PROJECT_FILE_BASE_NAMEでエラーが発生しないように修正 #2484
Conversation
🚀 プレビュー用ページを作成しました 🚀 更新時点でのコミットハッシュ: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
release-0.22にBackportしてもいいかも?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!!
そもそもソング用にプロジェクトファイル名がトークの状態に依存してるのが若干変でかもですね!
ソング用にプロジェクトファイル名を決める関数を作って、ソングエディターが開かれてる時はそっちを見るようにしたほうが良いかも。
でも結構考えることが多いので一旦このワークアラウンドが良さそう!
この変更をhotfixで出すか若干迷っています。
多分ソングエディターとして開いて、普通に保存しようとしてもエラーが出て保存できないし、解決方法も分からない、という認識であってそうでしょうか 👀
であればさすがにすぐにこの変更だけを適用した修正を出すべき(=アップデートをリリースするべき)かなと思っています!
(それ次第でマージ先を変えようと思ってます)
そのはずです。 |
@Hiroshiba |
ありがとうございます! ちなみにマージの宛先をrelease-0.22ブランチにし、マージしたあとバージョンアップしてリリース、そのあとmainブランチにマージする流れです! |
9792352
to
5dc1894
Compare
マージします! PRありがとうございました!! |
内容
AudioCellが0個のときにDEFAULT_PROJECT_FILE_BASE_NAMEでエラーが発生しないようにします。
関連 Issue
close #2483
その他