-
Notifications
You must be signed in to change notification settings - Fork 265
abseil-cpp: enable tests, add tracing.cc to base sources #2432
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
base: master
Are you sure you want to change the base?
Conversation
e405feb to
dca64b2
Compare
nirbheek
left a comment
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.
LGTM overall
|
Will merge in a week if there are no objections. |
| meson.override_dependency('absl_container', absl_container_dep) | ||
| meson.override_dependency('absl_flags', absl_flags_dep) | ||
| meson.override_dependency('absl_log', absl_log_dep) | ||
| meson.override_dependency('absl_status', absl_status_dep) |
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.
You can put these in "names" as well.
|
Looks good, with just an aesthetic comment that you can disregard too. |
adds
tracing.cctoabsl_base_sources, and adds tests for base, numeric, hash, crc32, container, and logging to try and catch any other missing sources.