Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
ユーザー辞書は手で編集することが想定されるため正しくないエントリが生じることが考えられます。
そのようなエントリが正しく読めなかったことをユーザーに伝え、辞書の読み込みエラー状態を持てるようにするためにユーザー辞書の型を
FileDict
からFileDict?
に変更します。それに加えて設定画面の辞書の画面でどの辞書で何行読めなかった行があるかを表示するようにします(下のスクショ)。
また何行目で読み込みエラーになったかをログに出すようにします。
ほんとうはこのPull Requestで読み込みエラーになったときは正常な辞書として扱わない、としようと思ったんですが、https://skk-dev.github.io/dict/ で配布しているSKK-JISYO.Lはスラッシュで終わってないエントリがあるためこのPull Requestではロギングだけに留めて見送ります。
skk-dev/dictのmasterブランチでは直っているようですが、gh-pagesブランチに取り込まれてないのが壊れたSKK-JISYO.Lが配布されている原因みたいです。
skk-dev/dict#43
また別の辞書でBOMありのテキストファイルのBOMを無視できてなさそうなことにも気付いたので別途対応します。