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

整理: ユーザー辞書に関するリネーム・lint #1396

Merged
merged 6 commits into from
Jun 19, 2024

Conversation

tarepan
Copy link
Contributor

@tarepan tarepan commented Jun 12, 2024

内容

概要: ユーザー辞書に関するリネーム・lint によるリファクタリング

ユーザー辞書に関するモジュールが整理された(#1329)結果、各変数・クラスの利用範囲がより狭くなった。これを反映して変数名等をリネームし、必要な lint をおこなう必要がある。

このような背景から、ユーザー辞書に関するリネーム・lint によるリファクタリングを提案します。

以下の 4 点の変更をおこないました:

  • PRIORITY 変数をリネーム(ユーザー辞書系モジュールに閉じた利用になったため)
    • USER_DICT_MIN_PRIORITYMIN_PRIORITY
    • USER_DICT_MAX_PRIORITYMAX_PRIORITY
  • PartOfSpeechDetail をプライベートにリネーム(モジュール内に閉じた利用になったため)
  • accent_associative_rules の過剰な改行を lint
  • cost_candidates を切り出し

関連 Issue

無し

@tarepan tarepan requested a review from a team as a code owner June 12, 2024 02:33
@tarepan tarepan requested review from Hiroshiba and removed request for a team June 12, 2024 02:33
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です!

voicevox_engine/user_dict/model.py Outdated Show resolved Hide resolved
voicevox_engine/user_dict/user_dict_word.py Outdated Show resolved Hide resolved
@tarepan
Copy link
Contributor Author

tarepan commented Jun 18, 2024

@Hiroshiba
全指摘箇所の反映・テストパスを確認しました。Re-review よろしくお願いします。

@tarepan
Copy link
Contributor Author

tarepan commented Jun 19, 2024

@Hiroshiba
全指摘箇所の反映・テストパスを確認しました。Re2-review よろしくお願いします。

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 cd559a2 into VOICEVOX:master Jun 19, 2024
4 checks passed
@tarepan tarepan deleted the refactor/pos_lint branch June 19, 2024 02:47
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