-
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 への対応 (Visual Studio 2017) #11
appveyor への対応 (Visual Studio 2017) #11
Conversation
これについてですが、もういまどきソースコードの文字セットが SJIS ってのも古すぎるので、近いうちに全ソースコードを UTF-8 に一括変換しちゃうつもりです。ツールが誤認識しないように BOM も付けちゃう予定です。 このあたりの変更が衝突する可能性あります、ということを先に伝えておきます。 |
一般的には私も最近のトレンドに沿ってソースコードを UTF-8 で保存するのがいいと思いますが、 sakura editor のソースコードの中では shift-jis を前提とした文字列定数が UTF-8 に変換したときに正しく動くのかを個別に十分に検討する必要があります。 十分な単体テストが整備されていれば、変更前と変更後でデグレが発生しないことを すくなくともすぐにできるものではないと思います。 |
そですね、リテラル定義のところ気をつけたほうが良さそうです。 |
動作確認できました、ご対応ありがとうございます!マージします! AppVeyor 便利ですね~ 👍👍👍👍 動作確認情報
メモpostBuild.bat の影響で AppVeyor ビルドログ内に変な文字化けメッセージが混じってしまう問題を先に直して master マージしました。
|
今後、sakura リポジトリの master ブランチは以下の AppVeyor プロジェクトでビルドされるようになります。 本PRマージ後のビルド結果 ちょっと URL 内に kobake って入ってるのカッコ悪いですが…。もうちょっと良い感じの置き方があればアドバイスいただけると助かります。 |
#15 を作成しました。 |
init: | ||
- ps: Set-WinSystemLocale ja-JP | ||
- ps: Start-Sleep -s 5 | ||
- ps: Restart-Computer |
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.
#43 の原因になっている可能性あり。
#96 で workaround を導入
- destination path 'xxx' already exists and is not an empty directory appveyor/ci#2433
- If 'restart-computer' cmdlet is in init stage, creating the clone folder may fail with error appveyor/ci#2435
- If 'restart-computer' cmdlet is in init stage, creating the clone folder may fail with error appveyor/ci#2435 (comment)
…2017 appveyor への対応 (Visual Studio 2017)
#10: appveyor への対応 (Visual Studio 2017)
参考サイト