Re: [E-devel] EFL error handling (was: checking a part's type?)

2008-04-20 Thread Gustavo Sverzut Barbieri
On Fri, Apr 18, 2008 at 11:01 AM, Michael 'Mickey' Lauer <[EMAIL PROTECTED]> wrote: > > > We could put checks like this in edje_object_part_swallow. But I can't > > > help to > > > think was programmed to work this way for a reason I ignore. > > > > All ELFs are written in this way, without err

Re: [E-devel] EFL error handling

2008-04-18 Thread Jose Gonzalez
'Mickey' wrote: >>> We could put checks like this in edje_object_part_swallow. But I can't >>> help to >>> think was programmed to work this way for a reason I ignore. >>> >> All ELFs are written in this way, without error checking and reporting, i >> think it's for performance reason an

[E-devel] EFL error handling (was: checking a part's type?)

2008-04-18 Thread Michael 'Mickey' Lauer
> > We could put checks like this in edje_object_part_swallow. But I can't > > help to > > think was programmed to work this way for a reason I ignore. > > All ELFs are written in this way, without error checking and reporting, i > think it's for performance reason and I like it :) I sincerely hop