You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Alexander Rukletsov (JIRA)" <ji...@apache.org> on 2015/01/27 20:52:34 UTC

[jira] [Commented] (MESOS-2274) Document makefile rules in style guide

    [ https://issues.apache.org/jira/browse/MESOS-2274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14294077#comment-14294077 ] 

Alexander Rukletsov commented on MESOS-2274:
--------------------------------------------

The main question here is shall we sort nested includes together with the top level ones or separately. For example
{noformat}
src/aa.hpp
src/nested/cc.hpp
src/xx.hpp
{noformat}
or
{noformat}
src/aa.hpp
src/xx.hpp
src/nested/cc.hpp
{noformat}

> Document makefile rules in style guide
> --------------------------------------
>
>                 Key: MESOS-2274
>                 URL: https://issues.apache.org/jira/browse/MESOS-2274
>             Project: Mesos
>          Issue Type: Improvement
>            Reporter: Niklas Quarfot Nielsen
>            Priority: Trivial
>              Labels: beginner
>
> There has been confusion around how to add and sort hpp and cpp files in the Makefile. We should codify the rules we want to enforce in our style guide.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)