Merge lp:~mlankhorst/mir/setsid into lp:~mir-team/mir/trunk
Status: | Merged |
---|---|
Approved by: | Thomas Voß on 2013-07-24 |
Approved revision: | no longer in the source branch. |
Merged at revision: | 882 |
Proposed branch: | lp:~mlankhorst/mir/setsid |
Merge into: | lp:~mir-team/mir/trunk |
Diff against target: |
30 lines (+20/-0) 1 file modified
src/server/graphics/gbm/linux_virtual_terminal.cpp (+20/-0) |
To merge this branch: | bzr merge lp:~mlankhorst/mir/setsid |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Alexandros Frantzis (community) | Approve on 2013-07-24 | ||
PS Jenkins bot (community) | continuous-integration | Approve on 2013-07-24 | |
Thomas Voß (community) | 2013-07-24 | Approve on 2013-07-24 | |
Review via email:
|
Commit message
Fixes LP: #1195509
Alexandros Frantzis (afrantzis) wrote : | # |
Looks good from a functionality perspective. Some style nits:
8 + if (activate) {
opening brace on its own line
10 + BOOST_THROW_
11 + boost::
12 + std::runtime_
13 + << boost::
17 + BOOST_THROW_
18 + boost::
19 + std::runtime_
20 + << boost::
Multi-line statements in 'if' clauses should be placed in curly braces.
PS Jenkins bot (ps-jenkins) wrote : | # |
PASSED: Continuous integration, rev:882
http://
Executed test runs:
SUCCESS: http://
SUCCESS: http://
SUCCESS: http://
deb: http://
Click here to trigger a rebuild:
http://
- 882. By Maarten Lankhorst on 2013-07-24
-
Fixes LP: #1195509. Fixes: https:/
/bugs.launchpad .net/bugs/ 1195509. Approved by Alexandros Frantzis, PS Jenkins bot, Thomas Voß.
LGTM.