Re: [E-devel] Server/Infra downtime this week

2017-08-27 Thread Bertrand Jacquin
Hi all, The maintenance are now complete, all the "production" VMs have been moved out from e5 to a server in France. Due to the location change, it may be slower for some or faster for other, I'd be glad to get feedback from you guys. The move to containers is starting as well, but don't expect t

Re: [E-devel] Eo/Eolian function pointers: use a struct?

2017-08-27 Thread Gustavo Sverzut Barbieri
Em dom, 27 de ago de 2017 às 23:20, Jean-Philippe André escreveu: > Hi Gustavo, > > 2017-08-28 0:18 GMT+09:00 Gustavo Sverzut Barbieri : > > > Hi all, > > > > q66 did a nice work to implement function pointers in Eolian, when you > > write this: > > > > (Wasn't it Lauro Maura?) Could be, assum

Re: [E-devel] Eo/Eolian function pointers: use a struct?

2017-08-27 Thread Jean-Philippe André
Hi Gustavo, 2017-08-28 0:18 GMT+09:00 Gustavo Sverzut Barbieri : > Hi all, > > q66 did a nice work to implement function pointers in Eolian, when you > write this: > (Wasn't it Lauro Maura?) function Function_Name { >params { > a: int; >} >return: bool; >

Re: [E-devel] ANN: new Future/Promise implementation (in Eina)

2017-08-27 Thread Gustavo Sverzut Barbieri
On Sun, Aug 27, 2017 at 2:59 PM, Vincent Torri wrote: > On Sun, Aug 27, 2017 at 5:57 PM, Gustavo Sverzut Barbieri > wrote: >> On Sun, Aug 27, 2017 at 5:19 AM, Vincent Torri >> wrote: >>> hey >>> >>> some notes about Windows: >>> >>> * polling is mainly done with select() (for sockets) and the W

[EGIT] [apps/extra] master 02/02: add a german translation

2017-08-27 Thread Marcel Hollerbach
bu5hm4n pushed a commit to branch master. http://git.enlightenment.org/apps/extra.git/commit/?id=4cc8d3b26cb24a2a2ae842d6e751d824b5ce0cb6 commit 4cc8d3b26cb24a2a2ae842d6e751d824b5ce0cb6 Author: Marcel Hollerbach Date: Sun Aug 27 21:00:01 2017 +0200 add a german translation --- po/LINGUAS

[EGIT] [apps/extra] master 01/02: extra: be translatable!

2017-08-27 Thread Marcel Hollerbach
bu5hm4n pushed a commit to branch master. http://git.enlightenment.org/apps/extra.git/commit/?id=7d501c7e8e9a1f8146816a6a287d113b0876eddf commit 7d501c7e8e9a1f8146816a6a287d113b0876eddf Author: Marcel Hollerbach Date: Sun Aug 27 20:53:27 2017 +0200 extra: be translatable! --- po/POTFILES

[EGIT] [core/enlightenment] master 01/01: PKit gadget: more accurate progress bar

2017-08-27 Thread Davide Andreoli
davemds pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=27e8ce95b4da30ab49cbd2da4094b49f07a532c4 commit 27e8ce95b4da30ab49cbd2da4094b49f07a532c4 Author: Dave Andreoli Date: Sun Aug 27 20:45:12 2017 +0200 PKit gadget: more accurate progress

Re: [E-devel] ANN: new Future/Promise implementation (in Eina)

2017-08-27 Thread Vincent Torri
On Sun, Aug 27, 2017 at 5:57 PM, Gustavo Sverzut Barbieri wrote: > On Sun, Aug 27, 2017 at 5:19 AM, Vincent Torri > wrote: >> hey >> >> some notes about Windows: >> >> * polling is mainly done with select() (for sockets) and the Wait* >> functions. There are others ways to poll but they are the

[EGIT] [apps/ephoto] master 01/01: Ephoto: Don't use panes in the editor.

2017-08-27 Thread Stephen 'Okra' Houston
okra pushed a commit to branch master. http://git.enlightenment.org/apps/ephoto.git/commit/?id=ab43168f907cc3da747fab8297edec2b9a6515d6 commit ab43168f907cc3da747fab8297edec2b9a6515d6 Author: Stephen 'Okra' Houston Date: Mon Aug 21 16:05:49 2017 -0500 Ephoto: Don't use panes in the editor

Re: [E-devel] ANN: new Future/Promise implementation (in Eina)

2017-08-27 Thread Gustavo Sverzut Barbieri
Hi all, Some fixes can be found at https://git.enlightenment.org/core/efl.git/log/?h=devs/barbieri/future these will be reviewed and then merged with the original commits prior to landing tomorrow. BR, On Fri, Aug 25, 2017 at 11:09 PM, Gustavo Sverzut Barbieri wrote: > Hi all, > > As some may h

[E-devel] Eo/Eolian function pointers: use a struct?

2017-08-27 Thread Gustavo Sverzut Barbieri
Hi all, q66 did a nice work to implement function pointers in Eolian, when you write this: function Function_Name { params { a: int; } return: bool; } you can then use your method as: method_name { params { cb: Function_Name } } W

Re: [E-devel] ANN: new Future/Promise implementation (in Eina)

2017-08-27 Thread Gustavo Sverzut Barbieri
On Sun, Aug 27, 2017 at 5:19 AM, Vincent Torri wrote: > hey > > some notes about Windows: > > * polling is mainly done with select() (for sockets) and the Wait* > functions. There are others ways to poll but they are the main > functions for that task. Maybe this can be added in the wiki well, n

Re: [E-devel] enlightenment5.osuosl.oob fan failure

2017-08-27 Thread The Rasterman
On Sun, 27 Aug 2017 13:39:16 +0200 Jonathan Aquilina said: > Hi Cody I'm one of the sys admins. I don't have a final say, but I'm > directing this at the list. > > Guys do you think that this fan could have been the root cause to the server > outages we had previously encountered due to log rot

Re: [E-devel] enlightenment5.osuosl.oob fan failure

2017-08-27 Thread Jonathan Aquilina
Hi Cody I'm one of the sys admins. I don't have a final say, but I'm directing this at the list. Guys do you think that this fan could have been the root cause to the server outages we had previously encountered due to log rotate Sent from my iPhone > On 25 Aug 2017, at 21:49, Cody Holliday

[EGIT] [core/efl] master 01/01: Netstatus gadget: a new decent design

2017-08-27 Thread Davide Andreoli
davemds pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=39288d12c2f9a12fd9e55c4f676118be7915a2b1 commit 39288d12c2f9a12fd9e55c4f676118be7915a2b1 Author: Dave Andreoli Date: Sun Aug 27 11:46:39 2017 +0200 Netstatus gadget: a new decent design

Re: [E-devel] ANN: new Future/Promise implementation (in Eina)

2017-08-27 Thread Vincent Torri
hey some notes about Windows: * polling is mainly done with select() (for sockets) and the Wait* functions. There are others ways to poll but they are the main functions for that task. Maybe this can be added in the wiki * about eina_future_cb_console(), it must work with the Windows console (u