Return-Path: X-Original-To: apmail-mesos-dev-archive@www.apache.org Delivered-To: apmail-mesos-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E595311A55 for ; Thu, 17 Jul 2014 01:14:37 +0000 (UTC) Received: (qmail 89742 invoked by uid 500); 17 Jul 2014 01:14:37 -0000 Delivered-To: apmail-mesos-dev-archive@mesos.apache.org Received: (qmail 89676 invoked by uid 500); 17 Jul 2014 01:14:37 -0000 Mailing-List: contact dev-help@mesos.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@mesos.apache.org Delivered-To: mailing list dev@mesos.apache.org Received: (qmail 89658 invoked by uid 99); 17 Jul 2014 01:14:37 -0000 Received: from reviews-vm.apache.org (HELO reviews.apache.org) (140.211.11.40) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Jul 2014 01:14:37 +0000 Received: from reviews.apache.org (localhost [127.0.0.1]) by reviews.apache.org (Postfix) with ESMTP id 25C141DB88D; Thu, 17 Jul 2014 01:14:25 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============3150105292318786045==" MIME-Version: 1.0 Subject: Re: Review Request 23589: Enable TODO and Namespace style rules From: "Mesos ReviewBot" To: "Niklas Nielsen" , "Adam B" Cc: "Mesos ReviewBot" , "Timothy Chen" , "mesos" Date: Thu, 17 Jul 2014 01:14:25 -0000 Message-ID: <20140717011425.24005.47256@reviews.apache.org> X-ReviewBoard-URL: https://reviews.apache.org Auto-Submitted: auto-generated Sender: "Mesos ReviewBot" X-ReviewGroup: mesos X-ReviewRequest-URL: https://reviews.apache.org/r/23589/ X-Sender: "Mesos ReviewBot" References: <20140716233129.24005.24893@reviews.apache.org> In-Reply-To: <20140716233129.24005.24893@reviews.apache.org> Reply-To: "Mesos ReviewBot" X-ReviewRequest-Repository: mesos-git --===============3150105292318786045== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/23589/#review47977 ----------------------------------------------------------- Patch looks great! Reviews applied: [23589] All tests passed. - Mesos ReviewBot On July 16, 2014, 11:31 p.m., Timothy Chen wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/23589/ > ----------------------------------------------------------- > > (Updated July 16, 2014, 11:31 p.m.) > > > Review request for mesos, Adam B and Niklas Nielsen. > > > Repository: mesos-git > > > Description > ------- > > Modified cpplint.py to support > } // namespace foo { > instead of > } // namespace foo > > Also fixed all violations. > > > Diffs > ----- > > 3rdparty/libprocess/3rdparty/stout/include/stout/strings.hpp c7c1ed4 > 3rdparty/libprocess/3rdparty/stout/include/stout/tuple.hpp ce77c90 > 3rdparty/libprocess/include/process/event.hpp 3c860f4 > 3rdparty/libprocess/include/process/metrics/timer.hpp 0b253aa > 3rdparty/libprocess/include/process/protobuf.hpp a232107 > 3rdparty/libprocess/include/process/tuples/tuples.hpp ac1198e > 3rdparty/libprocess/src/decoder.hpp c329882 > 3rdparty/libprocess/src/process.cpp 0c0fca7 > include/mesos/values.hpp 1bbf2ca > src/common/date_utils.hpp 523e273 > src/common/factory.hpp 94056f6 > src/common/protobuf_utils.hpp 12ff00a > src/common/status_utils.hpp 1980551 > src/common/type_utils.hpp ee946a3 > src/common/values.cpp 15583fd > src/examples/utils.hpp e8b68f8 > src/exec/exec.cpp e09ac8d > src/linux/cgroups.cpp 6a73dd7 > src/linux/routing/link/link.hpp 9b0cbe9 > src/linux/routing/route.hpp 435b981 > src/linux/routing/route.cpp 00d41fa > src/master/constants.hpp 2daa9b0 > src/master/constants.cpp e9e5e67 > src/master/flags.hpp 32704ce > src/master/master.cpp 3ba8c33 > src/master/repairer.cpp 151b4ed > src/python/native/mesos_executor_driver_impl.hpp ce0571f > src/python/native/mesos_executor_driver_impl.cpp 407d8d1 > src/python/native/mesos_scheduler_driver_impl.hpp 772227e > src/python/native/module.hpp 1be2e38 > src/python/native/module.cpp b947126 > src/sched/sched.cpp c2da5bb > src/slave/flags.hpp 1fe7b7d > src/slave/gc.hpp 7b6fb83 > src/slave/gc.cpp 3720255 > src/slave/slave.cpp 6f0e121 > support/cpplint.patch 4f1ec66 > support/cpplint.py 90aa4ba > support/mesos-style.py fd12be9 > > Diff: https://reviews.apache.org/r/23589/diff/ > > > Testing > ------- > > make check > > > Thanks, > > Timothy Chen > > --===============3150105292318786045==--