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

Show commit information in error message #578

Merged
merged 5 commits into from
May 11, 2022
Merged

Conversation

DileSoft
Copy link
Collaborator

@DileSoft DileSoft commented May 9, 2022

image

@DileSoft DileSoft changed the title Show commit information in error message WIP: Show commit information in error message May 9, 2022
@DileSoft DileSoft changed the title WIP: Show commit information in error message Show commit information in error message May 9, 2022
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;
Copy link
Contributor

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.

Copy link
Collaborator Author

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}))
Copy link
Contributor

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.

Copy link
Collaborator Author

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.

@stalkerg
Copy link
Contributor

Thanks! Let's try to work with it.

@stalkerg stalkerg merged commit 29907d8 into KranX:master May 11, 2022
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.

2 participants