----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/32850/#review80020 -----------------------------------------------------------
src/authentication/cram_md5/authenticatee.hpp <https://reviews.apache.org/r/32850/#comment129770> `#include <stout/try.hpp>`? src/authentication/cram_md5/authenticatee.hpp <https://reviews.apache.org/r/32850/#comment129771> `#include <process/future.hpp>`? src/authentication/cram_md5/authenticatee.cpp <https://reviews.apache.org/r/32850/#comment129772> Should stay in the header. src/authentication/cram_md5/authenticatee.cpp <https://reviews.apache.org/r/32850/#comment129773> Let's move to newline to avoid jaggeddness. Btw, what does clang-format suggest? src/authentication/cram_md5/authenticatee.cpp <https://reviews.apache.org/r/32850/#comment129774> `#include "logging/logging.hpp"`? src/authentication/cram_md5/authenticatee.cpp <https://reviews.apache.org/r/32850/#comment129775> `#include <process/dispatch.hpp>? - Alexander Rukletsov On April 10, 2015, 2:58 a.m., Till Toenshoff wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/32850/ > ----------------------------------------------------------- > > (Updated April 10, 2015, 2:58 a.m.) > > > Review request for mesos, Adam B, Joris Van Remoortere, and switched to > 'mcypark'. > > > Bugs: MESOS-2584 > https://issues.apache.org/jira/browse/MESOS-2584 > > > Repository: mesos-incubating > > > Description > ------- > > Removing the process from the header is much cleaner and also fixes the > linked clang 3.4.2 JIRA. Apart from that moving, no code is changed. > > > Diffs > ----- > > src/Makefile.am fa609da > src/authentication/cram_md5/authenticatee.hpp 55fac68 > src/authentication/cram_md5/authenticatee.cpp PRE-CREATION > > Diff: https://reviews.apache.org/r/32850/diff/ > > > Testing > ------- > > make check > > > Thanks, > > Till Toenshoff > >
