Merge lp://staging/~kuchtam/mir/bug_1195540_after_review into lp://staging/mir
Proposed by
Michał Kuchta
Status: | Merged |
---|---|
Approved by: | Cemil Azizoglu |
Approved revision: | no longer in the source branch. |
Merged at revision: | 4018 |
Proposed branch: | lp://staging/~kuchtam/mir/bug_1195540_after_review |
Merge into: | lp://staging/mir |
Diff against target: |
60 lines (+22/-0) 4 files modified
include/client/mir_toolkit/mir_connection.h (+9/-0) src/client/mir_connection_api.cpp (+5/-0) src/client/symbols.map (+1/-0) tests/acceptance-tests/test_client_library.cpp (+7/-0) |
To merge this branch: | bzr merge lp://staging/~kuchtam/mir/bug_1195540_after_review |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Mir CI Bot | continuous-integration | Approve | |
Cemil Azizoglu (community) | Approve | ||
Daniel van Vugt | Approve | ||
Review via email: mp+316287@code.staging.launchpad.net |
Commit message
Bug #1195540: [enhancement] Make able to get version information from client / server APIs - corrections after review
Description of the change
Bug #1195540: [enhancement] Make able to get version information from client / server APIs - corrections after review
To post a comment you must log in.
Cool, thanks.
Approved, but could be improved with: NUMBER( x,y,z) API_VERSION (when called within the same source tree).
* Better documentation mentioning you need to compare the result to MIR_VERSION_
* Remove extra blank link from the cpp file.
* Acceptance tests to verify the function returns MIR_CLIENT_
Although I now realize the use of dlsym() mentioned in the bug may negate the need for all this at all, it doesn't hurt...