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

プロジェクト設定ファイル内のLinkタスクの記述位置を移動する #1778

Merged
merged 1 commit into from Jan 28, 2022

Conversation

sanomari
Copy link
Contributor

PR の目的

プロジェクト設定ファイル内のタスク順を実際のビルド順と合わせて、プロジェクト設定を読みやすくします。

カテゴリ

  • ビルド関連
    • ローカルビルド

PR の背景

これは #1776 に対するカウンターPRです。

わたしが同意できた部分だけを切り出したPRを作ってみました。

PR のメリット

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

仕様・動作説明

ビルド設定ファイル sakura.vcxproj の読みやすさに影響する変更です。

やったことは <Link> のブロックをカットして <ResourceCompile> の後にペーストしただけです。

PR の影響範囲

ビルド設定ファイル sakura.vcxproj の読みやすさに影響します。

テスト内容

テスト1

手順

関連 issue, PR

#1776
#1730

参考資料

@@ -110,26 +110,26 @@
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<StringPooling>true</StringPooling>
</ClCompile>
<ResourceCompile>
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ResourceCompile>
Copy link
Contributor Author

Choose a reason for hiding this comment

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

ここは、編集意図と異なる差分になっています。
移動したのは <Link> で、<ResourceCompile> ではありません。

@sonarcloud
Copy link

sonarcloud bot commented Jan 27, 2022

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

Build sakura 1.0.4010 completed (commit 890419a4d8 by @sanomari)

Copy link
Contributor

@berryzplus berryzplus left a comment

Choose a reason for hiding this comment

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

こっちでいきましょう。。

@sanomari sanomari marked this pull request as ready for review January 28, 2022 10:55
@sanomari
Copy link
Contributor Author

ありがとうございます。

@sanomari sanomari merged commit 1f11a16 into sakura-editor:master Jan 28, 2022
@sanomari sanomari deleted the feature/move_link_tasks branch January 28, 2022 10:56
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.

None yet

3 participants