Re: [E-devel] Test UI for EFL

2008-12-29 Thread The Rasterman
On Mon, 29 Dec 2008 21:19:14 -0400 "Pablo Diego" babbled: > Does someone has made automated test for UI? Dogtail not support EFL. Does > any tool available? no. none. -- - Codito, ergo sum - "I code, therefore I am" -- The Rasterman (Carsten Haitzler)ras...@rasterm

[E-devel] Test UI for EFL

2008-12-29 Thread Pablo Diego
Does someone has made automated test for UI? Dogtail not support EFL. Does any tool available? Thanks! -- ___ enlightenment-devel mailing list enlightenment-devel@lists.sourcefo

[E-devel] Epsilon debian package and depends

2008-12-29 Thread Thiago Marcos P. Santos
Epsilon package should depend on libevas-engine-buffer or otherwise will crash. Maybe we can add a check on configure.ac. I would like to suggest a sanity check if the evas_buffer can be created (patch attached). BR, diff --git a/epsilon/src/lib/Epsilon.c b/epsilon/src/lib/Epsilon.c index d2b56fa.

Re: [E-devel] Static Analysis of EFL

2008-12-29 Thread Luis Felipe Strano Moraes
This version is the same, only problem is that I'm still uploading it :P Only problem is that the output directory is ~250mb, so it's going to take a while :P --lf On Mon, Dec 29, 2008 at 2:20 PM, Gustavo Sverzut Barbieri wrote: > On Mon, Dec 29, 2008 at 1:52 PM, Luis Felipe Strano Moraes > w

Re: [E-devel] Static Analysis of EFL

2008-12-29 Thread Gustavo Sverzut Barbieri
On Mon, Dec 29, 2008 at 1:52 PM, Luis Felipe Strano Moraes wrote: > Uploading now the output for latest svn revision (38348). > k-s mentioned on IRC a build server somewhere, perhaps we might > be able to setup daily or weekly builds of this there ? > Anyone knows if this build server is still ava

Re: [E-devel] E SVN: cedric trunk/eina/src/lib

2008-12-29 Thread Gustavo Sverzut Barbieri
On Mon, Dec 29, 2008 at 2:11 PM, The Rasterman Carsten Haitzler wrote: > On Mon, 29 Dec 2008 16:52:43 +0100 "Cedric BAIL" > babbled: > >> On Mon, Dec 29, 2008 at 2:53 PM, Gustavo Sverzut Barbieri >> wrote: >> > On Mon, Dec 29, 2008 at 11:38 AM, Cedric BAIL wrote: >> >> On Mon, Dec 29, 2008 at

Re: [E-devel] E SVN: cedric trunk/eina/src/lib

2008-12-29 Thread The Rasterman
On Mon, 29 Dec 2008 16:52:43 +0100 "Cedric BAIL" babbled: > On Mon, Dec 29, 2008 at 2:53 PM, Gustavo Sverzut Barbieri > wrote: > > On Mon, Dec 29, 2008 at 11:38 AM, Cedric BAIL wrote: > >> On Mon, Dec 29, 2008 at 2:02 PM, Gustavo Sverzut Barbieri > >> wrote: > >>> On Mon, Dec 29, 2008 at 10:41

Re: [E-devel] E SVN: cedric trunk/eina/src/lib

2008-12-29 Thread Cedric BAIL
On Mon, Dec 29, 2008 at 2:53 PM, Gustavo Sverzut Barbieri wrote: > On Mon, Dec 29, 2008 at 11:38 AM, Cedric BAIL wrote: >> On Mon, Dec 29, 2008 at 2:02 PM, Gustavo Sverzut Barbieri >> wrote: >>> On Mon, Dec 29, 2008 at 10:41 AM, Enlightenment SVN >>> wrote: Log: Don't generate warnin

Re: [E-devel] Static Analysis of EFL

2008-12-29 Thread Luis Felipe Strano Moraes
Uploading now the output for latest svn revision (38348). k-s mentioned on IRC a build server somewhere, perhaps we might be able to setup daily or weekly builds of this there ? Anyone knows if this build server is still available ? --lf On Tue, Dec 23, 2008 at 4:28 PM, Luis Felipe Strano Moraes

Re: [E-devel] E SVN: cedric trunk/eina/src/lib

2008-12-29 Thread Gustavo Sverzut Barbieri
On Mon, Dec 29, 2008 at 11:38 AM, Cedric BAIL wrote: > On Mon, Dec 29, 2008 at 2:02 PM, Gustavo Sverzut Barbieri > wrote: >> On Mon, Dec 29, 2008 at 10:41 AM, Enlightenment SVN >> wrote: >>> Log: >>> Don't generate warning in some little case. >> >> I strongly disagree with this patch. Eina Has

Re: [E-devel] E SVN: cedric trunk/eina/src/lib

2008-12-29 Thread Cedric BAIL
On Mon, Dec 29, 2008 at 2:02 PM, Gustavo Sverzut Barbieri wrote: > On Mon, Dec 29, 2008 at 10:41 AM, Enlightenment SVN > wrote: >> Log: >> Don't generate warning in some little case. > > I strongly disagree with this patch. Eina Hash is not like Evas Hash, > by hiding this "warnings in some litt

Re: [E-devel] E SVN: cedric trunk/eina/src/lib

2008-12-29 Thread Gustavo Sverzut Barbieri
On Mon, Dec 29, 2008 at 10:41 AM, Enlightenment SVN wrote: > Log: > Don't generate warning in some little case. I strongly disagree with this patch. Eina Hash is not like Evas Hash, by hiding this "warnings in some little case" we're hiding bugs. It's better to fix those bugs and not hide these