On Mon, 12 Aug 2013 23:18:31 +0200, Luboš Doležel wrote:
On 12.8.2013 17:26, Stefan Bidi wrote:
(3) I'm still a little torn between keeping the 2 libraries separate or just installing them as a single, large library. I would like to get
some opinions on this.

Hi,

I don't see the advantage of this one. Should any given app need Core
Foundation, it can link against it.

In future, we'll need some tighter integration between base and
corebase - namely for CFRunLoop I suppose - but that can always be
solved without the two being merged.

Of course, should keeping them apart ever become a hurdle, then why not.

I'm sort of rethinking that. After a deeper look, the integration between NSRunLoop and CFRunLoop should be very tight, with NSRunLoop becoming mostly just an ObjC wrapper for CFRunLoop. To minimize the amount of code maintained, a merge would be helpful.

And I need functioning CFRunLoop to implement some SystemConfiguration.framework functionality :-(

--
Luboš Doležel


_______________________________________________
Gnustep-dev mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/gnustep-dev

Reply via email to