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

文字を持たない変換候補をもつエントリでのクラッシュの解消・不正ではないエントリ扱いにする #236

Merged
merged 4 commits into from
Oct 27, 2024

Conversation

mtgto
Copy link
Owner

@mtgto mtgto commented Oct 25, 2024

#233 次のようなSKK辞書のエントリで、ddskkと異なる挙動をしています。
またバグによりクラッシュするようなエントリがあることもわかりました。

エントリ ddskk macSKK
よみ // 空文字列に漢字変換できる 不正なエントリとして警告する
よみ /;/ 空文字列に漢字変換できる クラッシュする
よみ /;注釈/ 空文字列に漢字変換できる クラッシュする

ddskkに合わせて空文字列に変換できるかどうかは確認が必要なため、このPRでは次のように修正します。

エントリ macSKK (v1.3.1現在) このPR
よみ // 不正なエントリとして警告する 存在しないものと扱う
よみ /;/ クラッシュする 存在しないものと扱う
よみ /;注釈/ クラッシュする 存在しないものと扱う

上記以外、例えばスラッシュで終わらない行などはこれまでと同様に不正な行として扱います。

}


if wordsText.isEmpty {
Copy link
Owner Author

Choose a reason for hiding this comment

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

上にこのブロックと同じコードがあり、上のコードはかならずreturnしているためこの行が実行されることがなかった

@mtgto mtgto merged commit 027b74d into main Oct 27, 2024
1 check passed
@mtgto mtgto deleted the empty-candidate branch October 27, 2024 02:08
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.

1 participant