> On Feb. 13, 2015, 10:12 p.m., Joris Van Remoortere wrote: > > src/master/master.cpp, lines 1410-1421 > > <https://reviews.apache.org/r/30952/diff/1/?file=862330#file862330line1410> > > > > Can we put braces around multi-line case statements? > > ```c++ > > switch (val) { > > case 1: { > > ... > > break; > > } > > case 1: { > > ... > > break; > > } > > } > > ```
Doing a separate patch for this. - Isabel ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/30952/#review72442 ----------------------------------------------------------- On Feb. 16, 2015, 8:48 a.m., Isabel Jimenez wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/30952/ > ----------------------------------------------------------- > > (Updated Feb. 16, 2015, 8:48 a.m.) > > > Review request for mesos, Jie Yu, Joris Van Remoortere, and Vinod Kone. > > > Bugs: MESOS-2290 > https://issues.apache.org/jira/browse/MESOS-2290 > > > Repository: mesos-incubating > > > Description > ------- > > There is a scheduler validation > (https://github.com/apache/mesos/blob/master/src/scheduler/scheduler.cpp#L275) > missing in master. See motivation on MESOS-2288. > > > Diffs > ----- > > src/master/master.hpp 6a39df0 > src/master/master.cpp f10a3cf > src/master/validation.cpp acc35b2 > > Diff: https://reviews.apache.org/r/30952/diff/ > > > Testing > ------- > > make check and distcheck. Tests will be added with new HTTP API endpoints > tests. > > > Thanks, > > Isabel Jimenez > >
