Re: [E-devel] Ecore_Support

2007-11-19 Thread The Rasterman
On Mon, 19 Nov 2007 21:53:24 +0100 "Dr. Michael 'Mickey' Lauer" <[EMAIL PROTECTED]> babbled: > Sebastian Dransfeld wrote: > > Peter Wehrfritz wrote: > >> But is it really reasonable to split ecore in such small parts? In > >> particular when you think on ecore_txt (1 function) or ecore_job (1 + 3

Re: [E-devel] Ecore_Support

2007-11-19 Thread Dr. Michael 'Mickey' Lauer
Sebastian Dransfeld wrote: > Peter Wehrfritz wrote: >> But is it really reasonable to split ecore in such small parts? In >> particular when you think on ecore_txt (1 function) or ecore_job (1 + 3 >> functions). > Another point in splitting should be to make ecore_evas check engines > runtime a

Re: [E-devel] Ecore_Support

2007-11-19 Thread Sebastian Dransfeld
Peter Wehrfritz wrote: > But is it really reasonable to split ecore in such small parts? In > particular when you think on ecore_txt (1 function) or ecore_job (1 + 3 > functions). Another point in splitting should be to make ecore_evas check engines runtime and not compile time. Sebastian ---

Re: [E-devel] Ecore_Support

2007-11-19 Thread Jorge Luis Zapata Muga
On Nov 19, 2007 12:02 PM, Peter Wehrfritz <[EMAIL PROTECTED]> wrote: > Sebastian Dransfeld schrieb: > > Andre Magalhaes wrote: > > > >> On Nov 18, 2007 11:09 PM, The Rasterman Carsten Haitzler > >> <[EMAIL PROTECTED]> wrote: > >> > >>> On Mon, 19 Nov 2007 01:02:40 +0100 "Jorge Luis Zapata Muga" > >

Re: [E-devel] Ecore_Support

2007-11-19 Thread Peter Wehrfritz
Sebastian Dransfeld schrieb: > Andre Magalhaes wrote: > >> On Nov 18, 2007 11:09 PM, The Rasterman Carsten Haitzler >> <[EMAIL PROTECTED]> wrote: >> >>> On Mon, 19 Nov 2007 01:02:40 +0100 "Jorge Luis Zapata Muga" >>> <[EMAIL PROTECTED]> babbled: >>> >>> my plan was just to split it with no

Re: [E-devel] Ecore_Support

2007-11-19 Thread Sebastian Dransfeld
Andre Magalhaes wrote: > On Nov 18, 2007 11:09 PM, The Rasterman Carsten Haitzler > <[EMAIL PROTECTED]> wrote: >> On Mon, 19 Nov 2007 01:02:40 +0100 "Jorge Luis Zapata Muga" >> <[EMAIL PROTECTED]> babbled: >> >> my plan was just to split it with no renaming. ecore builds as ecore. >> ecore_evas bui

Re: [E-devel] Ecore_Support

2007-11-18 Thread Andre Magalhaes
On Nov 18, 2007 11:09 PM, The Rasterman Carsten Haitzler <[EMAIL PROTECTED]> wrote: > On Mon, 19 Nov 2007 01:02:40 +0100 "Jorge Luis Zapata Muga" > <[EMAIL PROTECTED]> babbled: > > my plan was just to split it with no renaming. ecore builds as ecore. > ecore_evas builds as ecore_evas with its own c

Re: [E-devel] Ecore_Support

2007-11-18 Thread The Rasterman
On Mon, 19 Nov 2007 01:02:40 +0100 "Jorge Luis Zapata Muga" <[EMAIL PROTECTED]> babbled: my plan was just to split it with no renaming. ecore builds as ecore. ecore_evas builds as ecore_evas with its own configure etc. no need to change names of api calls etc. at all. this won't break any apps (ma

Re: [E-devel] Ecore_Support

2007-11-18 Thread Jorge Luis Zapata Muga
On Nov 18, 2007 9:51 PM, Gustavo Sverzut Barbieri <[EMAIL PROTECTED]> wrote: > On Nov 18, 2007 5:19 PM, Andre Magalhaes <[EMAIL PROTECTED]> wrote: > > On Nov 18, 2007 5:16 PM, Hisham Mardam Bey <[EMAIL PROTECTED]> wrote: > > > The situation is, everyone knows we should split up ecore, but > > > eve

Re: [E-devel] Ecore_Support

2007-11-18 Thread Gustavo Sverzut Barbieri
On Nov 18, 2007 5:19 PM, Andre Magalhaes <[EMAIL PROTECTED]> wrote: > On Nov 18, 2007 5:16 PM, Hisham Mardam Bey <[EMAIL PROTECTED]> wrote: > > The situation is, everyone knows we should split up ecore, but > > everyone just keeps adding to it because no one is willing to split it > > up and cope w

Re: [E-devel] Ecore_Support

2007-11-18 Thread Hisham Mardam Bey
On Nov 18, 2007 3:19 PM, Andre Magalhaes <[EMAIL PROTECTED]> wrote: > On Nov 18, 2007 5:16 PM, Hisham Mardam Bey <[EMAIL PROTECTED]> wrote: > > The situation is, everyone knows we should split up ecore, but > > everyone just keeps adding to it because no one is willing to split it > > up and cope w

Re: [E-devel] Ecore_Support

2007-11-18 Thread Andre Magalhaes
On Nov 18, 2007 5:16 PM, Hisham Mardam Bey <[EMAIL PROTECTED]> wrote: > The situation is, everyone knows we should split up ecore, but > everyone just keeps adding to it because no one is willing to split it > up and cope with fixing the breakage. The more this keeps on being > done, the harder its

Re: [E-devel] Ecore_Support

2007-11-18 Thread Hisham Mardam Bey
On Nov 18, 2007 3:14 PM, Andre Magalhaes <[EMAIL PROTECTED]> wrote: > On Nov 18, 2007 4:55 PM, Hisham Mardam Bey <[EMAIL PROTECTED]> wrote: > > Just a side note, I really think we should stop stuffing Ecore with > > all of this stuff. I would vote for splitting it up asap and not > > adding any mor

Re: [E-devel] Ecore_Support

2007-11-18 Thread Andre Magalhaes
On Nov 18, 2007 4:55 PM, Hisham Mardam Bey <[EMAIL PROTECTED]> wrote: > Just a side note, I really think we should stop stuffing Ecore with > all of this stuff. I would vote for splitting it up asap and not > adding any more stuff in there. While I agree, what are the plans of a split? Will it be d

Re: [E-devel] Ecore_Support

2007-11-18 Thread Hisham Mardam Bey
On Nov 18, 2007 11:52 AM, Andre Magalhaes <[EMAIL PROTECTED]> wrote: > Hi all, > > After I developed Ecore_IM I figured it out that a lot of code, macros, etc. > are duplicated all around the code (EAPI definition, ECORE_MAGIC > check, ...). > I would like to propose a support library (Ecore_Suppor

Re: [E-devel] Ecore_Support

2007-11-18 Thread Andre Magalhaes
On Nov 18, 2007 2:07 PM, Nathan Ingersoll <[EMAIL PROTECTED]> wrote: > Rather than introducing another internal dependency that may > complicate things when ecore is eventually split up, could these go in > the Ecore_Data definitions? I believe everything in ecore depends on > this either directly

Re: [E-devel] Ecore_Support

2007-11-18 Thread Nathan Ingersoll
Rather than introducing another internal dependency that may complicate things when ecore is eventually split up, could these go in the Ecore_Data definitions? I believe everything in ecore depends on this either directly or indirectly anyways. On 11/18/07, Andre Magalhaes <[EMAIL PROTECTED]> wrot

[E-devel] Ecore_Support

2007-11-18 Thread Andre Magalhaes
Hi all, After I developed Ecore_IM I figured it out that a lot of code, macros, etc. are duplicated all around the code (EAPI definition, ECORE_MAGIC check, ...). I would like to propose a support library (Ecore_Support) that all ecore modules could use, maybe even other modules as e_dbus (to chec