> On July 15, 2015, 7 p.m., Vinod Kone wrote: > > src/sched/sched.cpp, line 437 > > <https://reviews.apache.org/r/36493/diff/1/?file=1011982#file1011982line437> > > > > Do you know why it doesn't resolve? Does stringify() help?
It should from what I can tell since we are within mesos::internal and the operators are in mesos::, but it turns out that gcc at least isn't resolving them and is just printing 1, 2, etc. I noticed that this is also the case for our other example frameworks (e.g. no_executor_framework). - Ben ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36493/#review91794 ----------------------------------------------------------- On July 15, 2015, 1:47 a.m., Ben Mahler wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/36493/ > ----------------------------------------------------------- > > (Updated July 15, 2015, 1:47 a.m.) > > > Review request for mesos and Vinod Kone. > > > Bugs: MESOS-2910 > https://issues.apache.org/jira/browse/MESOS-2910 > > > Repository: mesos > > > Description > ------- > > See MESOS-2910. > > > Diffs > ----- > > src/sched/sched.cpp e372a15db035f74d525561839b873ed659e2c33f > > Diff: https://reviews.apache.org/r/36493/diff/ > > > Testing > ------- > > Each event is tested in the follow up patches. > > > Thanks, > > Ben Mahler > >
