Re: [E-devel] [EGIT] [core/efl] master 01/01: ecore_idler: + null check.

2015-03-27 Thread ChunEon Park
ssage- From: "Cedric BAIL" To: "e-devel"; Cc: ; Sent: 2015-03-25 (수) 23:11:31 Subject: Re: [E-devel] [EGIT] [core/efl] master 01/01: ecore_idler: + null check. Eo is tricky here and not obvious. You need to use eo_isa in fact as data scope can return invalid pointer diff

Re: [E-devel] [EGIT] [core/efl] master 01/01: ecore_idler: + null check.

2015-03-27 Thread ChunEon Park
acutally, in this case just null checking is enough instead of eo do func. -Regards, Hermet- -Original Message- From: "Tom Hacohen" To: ; Cc: Sent: 2015-03-26 (목) 06:19:14 Subject: Re: [E-devel] [EGIT] [core/efl] master 01/01: ecore_idl

Re: [E-devel] [EGIT] [core/efl] master 01/01: ecore_idler: + null check.

2015-03-25 Thread Tom Hacohen
On 25/03/15 14:11, Cedric BAIL wrote: > Eo is tricky here and not obvious. You need to use eo_isa in fact as data > scope can return invalid pointer different from null... > It's significantly slower to check that. There's actually a define that that lets you enable that kind of checking. However

Re: [E-devel] [EGIT] [core/efl] master 01/01: ecore_idler: + null check.

2015-03-25 Thread Cedric BAIL
Eo is tricky here and not obvious. You need to use eo_isa in fact as data scope can return invalid pointer different from null... Le 24 mars 2015 22:45, "ChunEon Park" a écrit : > > hermet pushed a commit to branch master. > > http://git.enlightenment.org/core/efl.git/commit/?id=e56548aa33000561f

[EGIT] [core/efl] master 01/01: ecore_idler: + null check.

2015-03-24 Thread ChunEon Park
hermet pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=e56548aa33000561f1970abd48bfc03f05019415 commit e56548aa33000561f1970abd48bfc03f05019415 Author: ChunEon Park Date: Wed Mar 25 14:42:44 2015 +0900 ecore_idler: + null check. like timer,