> On March 15, 2016, 9:24 p.m., Michael Park wrote:
> > support/clang-format, lines 101-107
> > <https://reviews.apache.org/r/44758/diff/2/?file=1296971#file1296971line101>
> >
> >     We can help out a little more here:
> >     
> >     The following code orders the headers:
> >     (1) C standard library headers
> >     (2) C++ standard library headers
> >     (3) Our public headers
> >     (4) Our private headers
> >     
> >     ```
> >     IncludeCategories:
> >       - Regex:           '^<.*.h>'
> >         Priority:        1
> >       - Regex:           '^<.*.hpp>'
> >         Priority:        3
> >       - Regex:           '^<.*>'
> >         Priority:        2
> >       - Regex:           '.*'
> >         Priority:        4
> >     ```
> >     
> >     __NOTE__: 3 seems to need to appear before 2, probably because it's 
> > more specific.
> 
> Yong Tang wrote:
>     Thanks for the help, Michael. Just updated the review request. Let me 
> know if there are any other issues.

Hi Michael, any additional suggestions or update on this clang-format-3.8 issue 
(MESOS-4906)? Feedbacks are appreciated.


- Yong


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/44758/#review123734
-----------------------------------------------------------


On March 16, 2016, 1:37 a.m., Yong Tang wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/44758/
> -----------------------------------------------------------
> 
> (Updated March 16, 2016, 1:37 a.m.)
> 
> 
> Review request for mesos and Michael Park.
> 
> 
> Bugs: MESOS-4906
>     https://issues.apache.org/jira/browse/MESOS-4906
> 
> 
> Repository: mesos
> 
> 
> Description
> -------
> 
> Upgrade to clang-format-3.8 (MESOS-4906).
> 
> 
> Diffs
> -----
> 
>   docs/clang-format.md 7f1c1dfd70e1fe9bfa186df1bdda7bdcf867db04 
>   support/clang-format 499d0e749e14e50256ae649afa0ced2b04589a0e 
> 
> Diff: https://reviews.apache.org/r/44758/diff/
> 
> 
> Testing
> -------
> 
> make check
> 
> 
> Thanks,
> 
> Yong Tang
> 
>

Reply via email to