Details
Description
As suggested, if we want to change the name then we should refactor the original function as opposed to having 2 copies.
If we did have 2 versions of the same function, would it make more sense to delegate one of them to the other.
As of today, there is only one file need to be refactor: 3rdparty/libprocess/3rdparty/stout/include/stout/os/osx.hpp at line 151, 161
Attachments
Issue Links
- breaks
-
MESOS-3002 Rename Option<T>::get(const T& _t) to getOrElse() broke network isolator
- Resolved