Re: Packages don't cooperate

2014-05-01 Thread Christopher James Halse Rogers
On Fri, May 2, 2014 at 1:53 AM, Alan Griffiths wrote: On 01/05/14 16:51, Cemil Azizoglu wrote: The platform interface is not much different from mir server and client ABI in terms of backward/forward compatibility. +1 Regardless, I think these should be moved out of the dynamic loader's d

Re: Packages don't cooperate

2014-05-01 Thread Alan Griffiths
On 01/05/14 16:51, Cemil Azizoglu wrote: > The platform interface is not much different from mir server and > client ABI in terms of backward/forward compatibility. +1 -- Mir-devel mailing list Mir-devel@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinf

Re: Packages don't cooperate

2014-05-01 Thread Cemil Azizoglu
The platform interface is not much different from mir server and client ABI in terms of backward/forward compatibility. So it should probably get versioned like the ABI # for server/client (ie. option 2) since that is what we are used to doing already. It takes a bit of careful care, though. But I

Re: Packages don't cooperate

2014-05-01 Thread Alberto Aguirre
(1) seems sensible after the api stabilizes a bit. Otherwise, wouldn't be just increasing the required bin version of the platform anyway right? I've been hit by using the wrong platform lib version (my own fault) but I would have caught it earlier by either Chris' approach or approach (2) in the

Packages don't cooperate

2014-05-01 Thread Daniel van Vugt
Does anyone have a preference on which direction to go with: https://bugs.launchpad.net/mir/+bug/1293944 ? I can imagine either solution proposed in the bug should work. Maybe someone can think of a third option? Regardless of the solution though it will take multiple releases to see the b