-
Notifications
You must be signed in to change notification settings - Fork 94
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
Show commit information in error message #578
Conversation
DileSoft
commented
May 9, 2022
lib/xtool/xerrhead.cpp
Outdated
stream<<time_buf<<" "<<std::endl; | ||
stream<<GIT_BRANCH<<GITHUB_BRANCH<<" "<<GIT_COMMIT_HASH<<GITHUB_COMMIT_HASH<<std::endl<<std::endl; | ||
|
||
stream<<"Abort: "<<message<<" code:"<<code<<" val:"<<val<<std::endl; |
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.
Something wrong with the indent here and in other parts of the changes.
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.
fixed
@@ -87,6 +87,30 @@ IF(WIN32) | |||
) | |||
ENDIF(WIN32) | |||
|
|||
# Get the current working branch | |||
IF(NOT($ENV{GITHUB_REF_NAME})) |
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.
It's ok but you should understand what Steam version build from the different repo.
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.
I think, this is better than nothing, in this case we can ask you, what commit was this.
Thanks! Let's try to work with it. |