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

Git hash 関連の環境変数をマクロ名に一致させる #583

Merged
merged 2 commits into from
Oct 27, 2018

Conversation

m-tmatma
Copy link
Member

#576: Git hash 関連の環境変数をマクロ名に一致させる

以下マクロに対応する環境変数名をマクロ名に合わせる

  • GIT_COMMIT_HASH
  • GIT_SHORT_COMMIT_HASH

@m-tmatma m-tmatma added the CI appveyor など CI 関連 【ChangeLog除外】 label Oct 24, 2018
@m-tmatma m-tmatma added this to the next release milestone Oct 24, 2018
@echo GIT_URL: %GIT_URL%
@echo GIT_SHORT_COMMIT_HASH : %GIT_SHORT_COMMIT_HASH%
@echo GIT_COMMIT_HASH : %GIT_COMMIT_HASH%
@echo GIT_URL : %GIT_URL%
Copy link
Contributor

Choose a reason for hiding this comment

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

レビューコメントですが、このPRとは関係ない話です。

ここの出力はこうなるんです↓

  ---- Make githash.h ----
  GIT_SHORT_COMMIT_HASH : 5010d007
  GIT_COMMIT_HASH       : 5010d007bfb6d7fb74dc3e62f2a6fe257ee90066
  GIT_URL               : https://github.com/sakura-editor/sakura.git
  APPVEYOR_URL          : https://ci.appveyor.com
  APPVEYOR_REPO_NAME    : sakura-editor/sakura

https://ci.appveyor.com/project/sakuraeditor/sakura/builds/19770675/job/2v09yiru7a1plb41

コロンの左側は長いものから短いものの順で並び、
コロンの右側は短いものから長いものの順で並んでいます。キレイです 💯

久しぶりにバッチのソースを見て、ここだけ並び順が違ってることに気付きました 👎

実際の処理手順はともかくとして、ドキュメントの記述順は合わせたいかなーと思いました。
ただ、それは今じゃなくてもいいと思ってます。

| COMMITID | git の commit Hash | git 環境が有効な場合 |
| SHORT_COMMITID | git の commit Hash の先頭8文字 | git 環境が有効な場合 |
| GIT_COMMIT_HASH | git の commit Hash | git 環境が有効な場合 |
| GIT_SHORT_COMMIT_HASH | git の commit Hash の先頭8文字 | git 環境が有効な場合 |
Copy link
Contributor

Choose a reason for hiding this comment

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

ドキュメントの書き順の指摘箇所はこの辺です。

出力順は、「短いやつ→長いやつ」なので。

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.

マクロで定義したもの(後から考案)のがカッコいいから合わせようって意図と理解しました。
賛成です 😄

提案についてご意見お聞かせください。

@m-tmatma m-tmatma force-pushed the feature/git-commit-hash-var branch from 6f1b6c2 to c1f3433 Compare October 26, 2018 21:13
@m-tmatma
Copy link
Member Author

マクロで定義したもの(後から考案)のがカッコいいから合わせようって意図と理解しました。

単に違っているから合わせる、のが理由です。

@m-tmatma
Copy link
Member Author

d4779a9 で定義順を合わせました。

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.

対応ありがとうございます。
Looks good to meです。

@m-tmatma m-tmatma merged commit 2c1844a into sakura-editor:master Oct 27, 2018
@m-tmatma m-tmatma deleted the feature/git-commit-hash-var branch October 27, 2018 03:48
HoppingTappy pushed a commit to HoppingTappy/sakura that referenced this pull request Jun 11, 2019
…-hash-var

Git hash 関連の環境変数をマクロ名に一致させる
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI appveyor など CI 関連 【ChangeLog除外】
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants