[jira] [Updated] (MESOS-3879) Incorrect and inconsistent include order for and .

2015-11-10 Thread Joerg Schad (JIRA)

 [ 
https://issues.apache.org/jira/browse/MESOS-3879?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Joerg Schad updated MESOS-3879:
---
Sprint: Mesosphere Sprint 22
Labels: mesosphere  (was: )

> Incorrect and inconsistent include order for  and 
> .
> -
>
> Key: MESOS-3879
> URL: https://issues.apache.org/jira/browse/MESOS-3879
> Project: Mesos
>  Issue Type: Bug
>Reporter: Joerg Schad
>Assignee: Joerg Schad
>Priority: Minor
>  Labels: mesosphere
>
> We currently have an inconsistent (and mostly incorrect) include order for 
>  and  (see below). Some files include them 
> (incorrectly)  between the c and cpp standard header, while other correclt 
> include them afterwards. According to the [Google Styleguide| 
> https://google.github.io/styleguide/cppguide.html#Names_and_Order_of_Includes]
>  the second include order is correct.
> {code:title=external_containerizer_test.cpp}
> #include 
> #include 
> #include 
> {code}
> {code:title=launcher.hpp}
> #include 
> #include 
> {code}



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


[jira] [Updated] (MESOS-3879) Incorrect and inconsistent include order for and .

2015-11-10 Thread Joerg Schad (JIRA)

 [ 
https://issues.apache.org/jira/browse/MESOS-3879?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Joerg Schad updated MESOS-3879:
---
Story Points: 1

> Incorrect and inconsistent include order for  and 
> .
> -
>
> Key: MESOS-3879
> URL: https://issues.apache.org/jira/browse/MESOS-3879
> Project: Mesos
>  Issue Type: Bug
>Reporter: Joerg Schad
>Assignee: Joerg Schad
>Priority: Minor
>
> We currently have an inconsistent (and mostly incorrect) include order for 
>  and  (see below). Some files include them 
> (incorrectly)  between the c and cpp standard header, while other correclt 
> include them afterwards. According to the [Google Styleguide| 
> https://google.github.io/styleguide/cppguide.html#Names_and_Order_of_Includes]
>  the second include order is correct.
> {code:title=external_containerizer_test.cpp}
> #include 
> #include 
> #include 
> {code}
> {code:title=launcher.hpp}
> #include 
> #include 
> {code}



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