Re: [E-devel] vtorri commit access

2018-01-07 Thread Carsten Haitzler
On Sat, 6 Jan 2018 13:06:05 +0100 marcel-hollerb...@t-online.de said: > Hello, > > I would like to propose vtorri for getting commit access again! > He does a lot of work for windows and that should have access to > efl.git. > > Objections, Comments ? last i knew - he didn't want commit access.

Re: [E-devel] [EGIT] [core/efl] master 02/03: ecore signal - move to using a pipe (and optional thread) tfor signals

2018-01-07 Thread Carsten Haitzler
On Sat, 6 Jan 2018 11:23:31 -0200 Gustavo Sverzut Barbieri said: > for linux would you please change to > http://man7.org/linux/man-pages/man2/signalfd.2.html i wanted something that had less ifdefs for handling windows. i already tried sigwait and sigwaitinfo and these were seemingly not workin

Re: [E-devel] [EGIT] [core/efl] master 01/01: efl loop - provide efl namespace versions of begin/end locks on mainloop

2018-01-07 Thread Carsten Haitzler
On Fri, 5 Jan 2018 11:26:14 -0200 Gustavo Sverzut Barbieri said: > On Fri, Jan 5, 2018 at 11:04 AM, Carsten Haitzler > wrote: > > On Fri, 5 Jan 2018 10:53:46 -0200 Gustavo Sverzut Barbieri > > said: > > > >> On Fri, Jan 5, 2018 at 4:04 AM, Carsten Haitzler > >> wrote: > >> > raster pushed a co

Re: [E-devel] API namespacing

2018-01-07 Thread Jean-Philippe André
More renaming ahead? :) I'll assume we might keep an "eo_prefix" for some APIs like "efl_part" or "efl_file" to not become too long in C (important: this affects only C!). On Sat, Dec 23, 2017 at 3:16 AM, Andrew Williams wrote: > Hi all, > > I recently updated the API landing page to group by n

Re: [E-devel] vtorri commit access

2018-01-07 Thread Jean-Philippe André
On Sat, Jan 6, 2018 at 9:06 PM, wrote: > Hello, > > I would like to propose vtorri for getting commit access again! > He does a lot of work for windows and that should have access to > efl.git. > > Objections, Comments ? > Yes, please! But it's still up to Vincent as well, I know he likes gettin

Re: [E-devel] [EGIT] [core/efl] master 01/01: promise: Add even simpler helper for main loop promise creation

2018-01-07 Thread Jean-Philippe André
On Fri, Jan 5, 2018 at 3:18 AM, Gustavo Sverzut Barbieri wrote: > On Thu, Jan 4, 2018 at 2:59 PM, Andrew Williams > wrote: > > Hi, > > > > Apologies for the future/promise gaff - I was working from the > > documentation of the previous efl_loop_promise_new which also referred to > > Future. > >

[E-devel] Eo/Eolian namespace definition

2018-01-07 Thread Davide Andreoli
Hi all, I'm playing again with eolian and python, and I'm facing an issue with regards class names and namespaces separation (I already raised this in the past) A first intro to python namespaces (I think apply to any other high-level language): * in py every class must live in a given namespace