-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Update internal absl to latest LTS #213
Conversation
That fixed it locally for me (ubuntu), but win-builder still gives an install error - hard for me to understand that one! |
I'll look into it again this evening...I think both absl and R define a |
Codecov Report
@@ Coverage Diff @@
## main #213 +/- ##
=======================================
Coverage 94.02% 94.02%
=======================================
Files 46 46
Lines 3517 3517
=======================================
Hits 3307 3307
Misses 210 210 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
It looks like there are a few extra format arguments to figure out, but that doesn't seem insurmountable (although may take another day or so for me to get to!) |
A few more with
I'll have to look how I solved this before since it must have come up last time too. |
Ok! We're down to
(on Winbuilder) |
This passes winbuilder...I also sent a check out to |
We have a new warning on the check page:
Unfortunately the "cord" header shows up in the btree_map (which is used in s2), and the "strings" absl component is used by a number of s2 internals as well. This PR is an attempt to update absl to see if that has been fixed.