Merge lp:~afrantzis/mir/platform-operation-client-api-remove-opcode into lp:mir
| Status: | Merged |
|---|---|
| Approved by: | Alan Griffiths on 2015-02-03 |
| Approved revision: | 2282 |
| Merged at revision: | 2288 |
| Proposed branch: | lp:~afrantzis/mir/platform-operation-client-api-remove-opcode |
| Merge into: | lp:mir |
| Prerequisite: | lp:~afrantzis/mir/platform-operation-set-gbm-device |
| Diff against target: |
163 lines (+10/-19) 8 files modified
client-ABI-sha1sums (+1/-1) include/client/mir_toolkit/mir_connection.h (+1/-2) src/client/mir_connection.cpp (+1/-2) src/client/mir_connection.h (+0/-5) src/client/mir_connection_api.cpp (+2/-4) src/server/graphics/nested/mir_client_host_connection.cpp (+1/-1) tests/acceptance-tests/test_client_platform_operation.cpp (+2/-2) tests/unit-tests/client/test_mir_connection.cpp (+2/-2) |
| To merge this branch: | bzr merge lp:~afrantzis/mir/platform-operation-client-api-remove-opcode |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| PS Jenkins bot | continuous-integration | 2015-02-03 | Approve on 2015-02-03 |
| Robert Carr (community) | 2015-02-03 | Approve on 2015-02-03 | |
| Alan Griffiths | Approve on 2015-02-03 | ||
| Daniel van Vugt | 2015-02-03 | Pending | |
| Chris Halse Rogers | 2015-02-03 | Pending | |
| Kevin DuBois | 2015-02-03 | Pending | |
|
Review via email:
|
|||
This proposal supersedes a proposal from 2015-02-02.
Commit Message
client: Remove redundant opcode parameter from platform operation API
Description of the Change
client: Remove redundant opcode parameter from platform operation API
During development/
This is a client API/ABI break, but since the platform operation API is not currently used by external code (and could not have been used because we didn't expose any operations), we can get away with it.
| Daniel van Vugt (vanvugt) wrote : | # |
I approve but we need more eyes on this given we're knowingly breaking part of the client API that's been around a long time.
| PS Jenkins bot (ps-jenkins) wrote : | # |
PASSED: Continuous integration, rev:2282
http://
Executed test runs:
SUCCESS: http://
SUCCESS: http://
SUCCESS: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
| Robert Carr (robertcarr) wrote : | # |
TAing due to previous approvals before resubmit.
| PS Jenkins bot (ps-jenkins) wrote : | # |
PASSED: Continuous integration, rev:2282
http://
Executed test runs:
SUCCESS: http://
SUCCESS: http://
SUCCESS: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://

LGTM