Mir

Code review comment for lp:~alan-griffiths/mir/fix-1526658

Revision history for this message
Daniel van Vugt (vanvugt) wrote :

> You're aware that libraries_for_path() orders the libraries by so version
> (descending)?

Well, the bug exists so that's clearly not helping. Actually it's the order in which you dlopen the libraries that's important, and not the order in which they are returned in our API.

« Back to merge proposal