Alex Clemmer created MESOS-6817:
-----------------------------------
Summary: Audit the use of UNICODE-related code paths
Key: MESOS-6817
URL: https://issues.apache.org/jira/browse/MESOS-6817
Project: Mesos
Issue Type: Bug
Components: agent
Reporter: Alex Clemmer
Assignee: Alex Clemmer
Currently we are being kind of lazy about when we're using things like `TCHAR`.
Functions like `os::user` will fail when we do something like `std::string`
with a `TCHAR` string if the string happens to not be `char`.
We need to go back to all of these things and audit them so that they don't
break if we turn `UNICODE` on.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)