> On Feb. 3, 2015, 8:19 p.m., Vinod Kone wrote: > > include/mesos/resources.hpp, line 92 > > <https://reviews.apache.org/r/29742/diff/4/?file=839661#file839661line92> > > > > We didn't do "isempty" above, so how about getting rid of "is" as > > prefix? I think returning a "bool" signals a "is". > > Michael Park wrote: > Hm, that's a good point. I'll fix that.
Fixed. - Michael ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/29742/#review70817 ----------------------------------------------------------- On Feb. 5, 2015, 12:55 a.m., Michael Park wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/29742/ > ----------------------------------------------------------- > > (Updated Feb. 5, 2015, 12:55 a.m.) > > > Review request for mesos, Adam B, Benjamin Hindman, Ben Mahler, Jie Yu, and > Vinod Kone. > > > Repository: mesos > > > Description > ------- > > A few boolean functions to test the state of the `Resource` object. > > > Diffs > ----- > > include/mesos/resources.hpp 3b57568c10233a0c692787de6464f21af5eaadf4 > src/common/resources.cpp 308b8860fec3db5bfab3925423afda037bfbc4e7 > > Diff: https://reviews.apache.org/r/29742/diff/ > > > Testing > ------- > > make check > > > Thanks, > > Michael Park > >
