-
Notifications
You must be signed in to change notification settings - Fork 592
chore: bump glog to 0.7.1 #2106
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
Conversation
Update check-typos to 1.18.2
Update actions/checkout to v4
* Fix build errors related to GLOG * Format code * Fix
|
Now we have unresolved issue at build kvrocks:
|
|
|
|
Hmm, I think (thanks, @torwig) that in failed gotest kvrocks not starting yet. Need to investigate this |
Awoid a compile warning: comparison of integer expressions of different signedness: ‘const int’ and ‘const size_t’
|
Great thanks to @torwig about rewrite a gotest for logger. Wuuf, now a longest PR ready to review |
|
@aleksraiden Great! |
|



Update google log to 0.7.0. Full release notes here: https://github.com/google/glog/releases/tag/v0.7.0
Also, included update 0.7.1 (see here: https://github.com/google/glog/releases/tag/v0.7.1)
Key features
Code changes
At this update we need to fix our codebase to have full comparability with this and futures release of glog. Thanks @torwig for this fixes.