▲ | porridgeraisin 6 days ago | |||||||||||||||||||||||||||||||
I always thought people had a positive view on abseil, never used it myself other than when tinkering on random projects. What's the main issue? | ||||||||||||||||||||||||||||||||
▲ | usrnm 6 days ago | parent [-] | |||||||||||||||||||||||||||||||
The thing is a huge pain to manage as a dependency, especially if you wander away from the official google-approved way of doing things. Protobuf went from a breeze to use to the single most common source of build issues in our cross-platform project the moment they added this dependency. It's so bad that many distros and package managers keep the pre-abseil version as a separate package, and many just prefer to get stuck with it rather than upgrade. Same with other google libraries that added abseil as a dependency, as far as I'm aware | ||||||||||||||||||||||||||||||||
|