From: Panayotis K. <pan...@pa...> - 2011-03-23 21:40:26
|
On Mar 23, 2011, at 11:29 PM, Arno Puder wrote: > > I am absolutely OK with the patch. I personally have favored making use > of strongly typed API when creating the Java Cocoa API and that is what > you do for NSSelector. > > HOWEVER: your patch does not make the necessary changes to the C > backend. If you commit the patch as-is, it will break the C backend. Its > OK to continue to do work on the Objective-C backend while we are still > in transition, but I would expect that whatever change is done to the > Objective-C backend is also done with the C backend. > > Arno Right now the patch is half-ready. It is only a presentation of the API I propose (alongside the necessary changes for Android to be compatible). There are not even bindings for the ObjC backend, so it still needs a lot of work. I just wanted to be sure that you agree with this change before spend more time with it. |