-
Notifications
You must be signed in to change notification settings - Fork 163
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
appveyor で文字コードをチェックして UTF-8 になっていなかったら処理を失敗させる #478
appveyor で文字コードをチェックして UTF-8 になっていなかったら処理を失敗させる #478
Conversation
AppVeyor のログを見て思ったのですが、
ファイル名にリポジトリルートからのフォルダも出力されるかどうかが気になります。 この test.cpp ファイルが無いか https://github.com/m-tmatma/sakura/commits/feature/issue313-check-encoding を漁ってみましたが見つかりませんでした。 |
それを入れると、PR が失敗するので失敗することを確認した後、rebase して消しました。 |
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.
これってどういうステータスですか?
試しに書いてみた or 入れる気でPR出した
変換対応が済んでないファイルがあるので、いまいれちゃマズい気がしています。
マージしても問題ない認識です。
cpp/h ファイルに関しては変換が完了している認識です。 バッチファイル等に関しては対象外です。 |
なお、#313 (comment) のロジックを |
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.
処理的には動いてそうなので問題無いと思います。
検出時のメッセージにフォルダ部分が出るか分かりませんが、仮にもし出なかったとしたら出したい人が手直しすればすればよいですね。
feature/issue313-check-encoding のブランチから分岐して、 |
フォルダパスもちゃんと出ていますね。確認ありがとうございます。 |
https://github.com/sakura-editor/sakura/wiki に |
…heck-encoding appveyor で文字コードをチェックして UTF-8 になっていなかったら処理を失敗させる
#313: appveyor で文字コードをチェックして UTF-8 になっていなかったら処理を失敗させる
cpp/h ファイルの文字コードをチェックして、UTF-8 あるいは ascii で
なかったら appveyor ビルドを失敗させる
テスト的に shift-jiis で cpp ファイルを追加したもの
https://ci.appveyor.com/project/m-tmatma/sakura/build/1.0.645
参考
#313 (comment)