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

ExtractCtagsのWin32ビルドの依存ターゲット指定をx64ビルドと合わせる #1774

Merged
merged 1 commit into from
Jan 24, 2022

Conversation

berryzplus
Copy link
Contributor

PR の目的

タイトル通りです。

カテゴリ

  • その他の問題

 不具合≒期待通りに動作しない、とは事象が異なるので「その他」としました。

PR の背景

#1772 で報告した通り、ビルド後に行っている ctags.exe の解凍タスクの記述に違和感があります。

PR のメリット

PR のデメリット (トレードオフとかあれば)

仕様・動作説明

このタスクは、ビルドが完了したら ctags.exe に依存した機能も使えるようにする目的で存在しています。

  • ClCompileタスクは、C++のコンパイルを行います。
    コンパイルエラーが起きた場合は sakura.exe が実行できないので、ctags.exe を解凍する意味はありません。
  • Linkタスクは、コンパイルで生成されたオブジェクトをリンクして sakura.exe を作ります。
    リンカエラーが起きた場合は sakura.exe が実行できないので、ctags.exe を解凍する意味はありません。

変更前: x64ビルドは Link の後、Win32ビルドは ClCompile の後に解凍タスクを実行するようになっています。
変更後: x64ビルドは Link の後、Win32ビルドも Link の後に解凍タスクを実行するようにします。

PR の影響範囲

アプリの仕様変更はありません。
ビルドタスクが実行される順番に影響する変更です。

テスト内容

テスト1

手順

関連 issue, PR

close #1772

参考資料

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@AppVeyorBot
Copy link

Copy link
Member

@kengoide kengoide left a comment

Choose a reason for hiding this comment

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

問題なさそうに思います。

@berryzplus
Copy link
Contributor Author

レビューありがとうございます。マージしてしまいます。
ここの処理はたぶん、根本的に考え直したほうがよいです。
改善提案などあれば出してやってください。

@berryzplus berryzplus merged commit be2ab3e into sakura-editor:master Jan 24, 2022
@berryzplus berryzplus deleted the feature/fix_dependency branch January 24, 2022 07:23
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.

本体プロジェクトのCTags解凍タスクの記述がおかしい気がする
3 participants