-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/39207/
-----------------------------------------------------------
(Updated Oct. 13, 2015, 6:30 p.m.)
Review request for mesos, Artem Harutyunyan, Joris Van Remoortere, and Joseph
Wu.
Bugs: MESOS-3632
https://issues.apache.org/jira/browse/MESOS-3632
Repository: mesos
Description
-------
Windows: Move `write` to its own file, `stout/os/write.hpp`.
(This part isn't going in the commit message, but just FYI, we're doing this
(1) because we need it to support `slave/state.hpp`, (2) because we don't want
to port all of `os.hpp` to get this one function, and (3) because
`stout/os/read.hpp` already exists, so it makes sense to have one for `write`
as well.)
(Also, please do not close MESOS-3632, this is just a partial solution.)
Diffs (updated)
-----
3rdparty/libprocess/3rdparty/stout/include/Makefile.am
9e9c3119ad18f4cbc70c70095c71dc4fd19553df
3rdparty/libprocess/3rdparty/stout/include/stout/os.hpp
5141c1369af60afd6cd5c70c6295d575ea960a83
3rdparty/libprocess/3rdparty/stout/include/stout/os/write.hpp PRE-CREATION
3rdparty/libprocess/3rdparty/stout/include/stout/posix/os.hpp
a042d061159c83e1652e7288b90809981d2818c9
3rdparty/libprocess/3rdparty/stout/include/stout/windows/os.hpp
2b0966889af73238a08e29f1136d0ce286a0ffda
Diff: https://reviews.apache.org/r/39207/diff/
Testing
-------
Ran `make check` on Windows 10, OS X 10.10, Ubuntu 15. On Ubuntu 15, we also
checked that the autotools solution builds and the tests run as well.
Thanks,
Alex Clemmer