ExtractCtagsのWin32ビルドの依存ターゲット指定をx64ビルドと合わせる #1774
Merged
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.
PR の目的
タイトル通りです。
カテゴリ
不具合≒期待通りに動作しない、とは事象が異なるので「その他」としました。
PR の背景
#1772 で報告した通り、ビルド後に行っている ctags.exe の解凍タスクの記述に違和感があります。
PR のメリット
PR のデメリット (トレードオフとかあれば)
仕様・動作説明
このタスクは、ビルドが完了したら ctags.exe に依存した機能も使えるようにする目的で存在しています。
コンパイルエラーが起きた場合は sakura.exe が実行できないので、ctags.exe を解凍する意味はありません。
リンカエラーが起きた場合は sakura.exe が実行できないので、ctags.exe を解凍する意味はありません。
変更前: x64ビルドは Link の後、Win32ビルドは ClCompile の後に解凍タスクを実行するようになっています。
変更後: x64ビルドは Link の後、Win32ビルドも Link の後に解凍タスクを実行するようにします。
PR の影響範囲
アプリの仕様変更はありません。
ビルドタスクが実行される順番に影響する変更です。
テスト内容
テスト1
手順
関連 issue, PR
close #1772
参考資料