Re: [E-devel] EFL 1.24 first abi checker results (beta2)

2020-04-28 Thread Daniel Kolesa
On Tue, Apr 28, 2020, at 12:12, Stefan Schmidt wrote: > Hello Dave. > > On 27.04.20 19:13, Davide Andreoli wrote: > > What about cleaning the build warnings for the release? > > I'm getting this ones on latest git: > > > > [1806/2261] Compiling C object 'src/lib/elementary/f70ca57@@elementary@sha

Re: [E-devel] enlightenment efl git error

2020-04-28 Thread Carsten Haitzler
On Tue, 28 Apr 2020 14:46:30 +0200 leoutat...@gmx.fr said: > > > On 4/27/20 1:13 PM, Carsten Haitzler wrote: > > On Mon, 27 Apr 2020 11:59:52 +0200 leoutat...@gmx.fr said: > > > > it looks like your user is not permitted to do anything. fix the > > rules. /etc/enlightenment/system.conf > Yes, fi

Re: [E-devel] enlightenment efl git error

2020-04-28 Thread leoutation
On 4/27/20 1:13 PM, Carsten Haitzler wrote: On Mon, 27 Apr 2020 11:59:52 +0200 leoutat...@gmx.fr said: it looks like your user is not permitted to do anything. fix the rules. /etc/enlightenment/system.conf Yes, fixing issue is easy with adding user group in this file. Problem: system.conf is

Re: [E-devel] [EGIT] [core/efl] master 01/01: canvas clip: replace hash to cached array.

2020-04-28 Thread Hermet Park
hi, it's used in evas_object_child_map_across_mark() On Tue, Apr 28, 2020 at 5:57 PM Marcel Hollerbach wrote: > Hi! > > I totally agree with switching from eina hash to eina array. > > However, i find it a bit confusing that map_clip_objects in evas is > declared but never used. Is the usage for

Re: [E-devel] EFL 1.24 first abi checker results (beta2)

2020-04-28 Thread Stefan Schmidt
Hello Dave. On 27.04.20 19:13, Davide Andreoli wrote: What about cleaning the build warnings for the release? I'm getting this ones on latest git: [1806/2261] Compiling C object 'src/lib/elementary/f70ca57@@elementary@sha /efl_ui_widget.c.o'. In file included from ../src/lib/elementary/efl_ui_

Re: [E-devel] [EGIT] [core/efl] master 01/01: canvas clip: replace hash to cached array.

2020-04-28 Thread Marcel Hollerbach
Hi! I totally agree with switching from eina hash to eina array. However, i find it a bit confusing that map_clip_objects in evas is declared but never used. Is the usage for this planned somewhere somehow ? Greetings, bu5hm4n On 4/28/20 7:55 AM, Hermet Park wrote: hermet pushed a commit