-
Notifications
You must be signed in to change notification settings - Fork 121
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
[ZEND-517] Unnecessary log lines removal #559
Conversation
232be79
to
cac8a99
Compare
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.
Here it is better using already available function FormatVersion
, since it makes this in a more concise way and it formats the build number as a suffix.
Please note FormatVersion
should be fixed because it doesn't handle CLIENT_VERSION_BUILD=0
case and because it is bugged on beta builds (adding a +1
).
Giacomo, I don't think this log line is not needed at all cause the full version with commit is printed here Line 960 in f53067e
|
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.
Left a couple of comments, nothing big but better to address in this PR.
Yes, I agree with you. Just remove one among:
|
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.
The PR is fine to me.
Thanks
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.
Sorry I didn't notice the CI failure, BOOST_AUTO_TEST_CASE(test_FormatSubVersion)
should be aligned accordingly.
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.
PR looks good, thanks!
f9ff4ab
to
9f6867d
Compare
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.
This is ok for me, thanks
cf7a723
to
1b8d724
Compare
1b8d724
to
75b3ad2
Compare
Client version print addition Client version print format change Unit test assertions addition
2644786
to
2baf037
Compare
As above