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

feat: fix up #875 about MARGIN_WIDTH and FEATURE_SIZE #880

Merged
merged 1 commit into from
Dec 1, 2024

Conversation

qryxip
Copy link
Member

@qryxip qryxip commented Nov 30, 2024

内容

#875 で追加された以下のコードに対し、

const MARGIN_WIDTH: usize = 14;
const FEATURE_SIZE: usize = 80;

以下の変更を加える。

MARGIN_WIDTH: Rust APIのものを持って来るようにすることで重複を避ける
FEATURE_SIZE: 出力サイズのチェック時に失敗したとき、ncolsFEATURE_SIZEと異なるならパニックメッセージを別のものにする

関連 Issue

Refs: #875

その他

Cc: @Yosshi999

@qryxip qryxip requested a review from Hiroshiba November 30, 2024 13:35
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!!

@qryxip qryxip merged commit 32d7aeb into VOICEVOX:main Dec 1, 2024
29 checks passed
@qryxip qryxip deleted the feat-fix-up-pr875 branch December 1, 2024 05:40
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