Re: [E-devel] Work items towards 1.19

2017-04-03 Thread The Rasterman
On Mon, 3 Apr 2017 11:16:16 +0200 Stefan Schmidt said: > Hello. > > On 04/03/2017 04:56 AM, Carsten Haitzler (The Rasterman) wrote: > > On Sun, 2 Apr 2017 15:07:02 +0200 Davide Andreoli > > said: > > > >> 2017-03-31 16:03 GMT+02:00 Vincent Torri

Re: [E-devel] Work items towards 1.19

2017-04-03 Thread Stefan Schmidt
Hello. On 04/03/2017 04:56 AM, Carsten Haitzler (The Rasterman) wrote: > On Sun, 2 Apr 2017 15:07:02 +0200 Davide Andreoli > said: > >> 2017-03-31 16:03 GMT+02:00 Vincent Torri : >> >>> btw, not a big deal but I would like the following warning

Re: [E-devel] Work items towards 1.19

2017-04-02 Thread The Rasterman
On Sun, 2 Apr 2017 15:07:02 +0200 Davide Andreoli said: > 2017-03-31 16:03 GMT+02:00 Vincent Torri : > > > btw, not a big deal but I would like the following warning (displayed > > in my project because i've added a lot of warning flags) to be

Re: [E-devel] Work items towards 1.19

2017-04-02 Thread Davide Andreoli
2017-03-31 16:03 GMT+02:00 Vincent Torri : > btw, not a big deal but I would like the following warning (displayed > in my project because i've added a lot of warning flags) to be fixed > before release : > > > In file included from >

Re: [E-devel] Work items towards 1.19

2017-03-31 Thread Vincent Torri
btw, not a big deal but I would like the following warning (displayed in my project because i've added a lot of warning flags) to be fixed before release : In file included from D:/msys2/opt/efl_i686/include/elementary-1/elm_sys_notify.h:12:0, from

Re: [E-devel] Work items towards 1.19

2017-03-31 Thread Stefan Schmidt
Hello. On 03/31/2017 03:34 PM, Vincent Torri wrote: > On Fri, Mar 31, 2017 at 3:22 PM, Stefan Schmidt > wrote: > >> Hello. >> >> We are getting very close now. I pushed a bandaid fix from Jayi for >> the macOS problem to make it at least usable with the release while >> a

Re: [E-devel] Work items towards 1.19

2017-03-31 Thread Vincent Torri
On Fri, Mar 31, 2017 at 3:22 PM, Stefan Schmidt wrote: > Hello. > > We are getting very close now. I pushed a bandaid fix from Jayi for > the macOS problem to make it at least usable with the release while > a better solution needs to come. > > The ecore_con windows

Re: [E-devel] Work items towards 1.19

2017-03-31 Thread Stefan Schmidt
Hello. We are getting very close now. I pushed a bandaid fix from Jayi for the macOS problem to make it at least usable with the release while a better solution needs to come. The ecore_con windows support branch was merged and is pending some fixes but besides that we should be ready My plan

Re: [E-devel] Work items towards 1.19

2017-03-31 Thread Stefan Schmidt
Hello. On 03/30/2017 07:19 AM, Vincent Torri wrote: > there are some errors in the pipe names in ecore_con on Windows, so I think > that they must be fixed first As this branch is merged now I think we are progressing towards the final release. Did you already provide Gustavo with the errors

Re: [E-devel] Work items towards 1.19

2017-03-29 Thread Vincent Torri
there are some errors in the pipe names in ecore_con on Windows, so I think that they must be fixed first Vincent On Mon, Mar 27, 2017 at 9:44 PM, Gustavo Sverzut Barbieri < barbi...@gmail.com> wrote: > Hi all, > > Please check my branch: devs/barbieri/efl_net_socket_windows2 >

Re: [E-devel] Work items towards 1.19

2017-03-27 Thread Gustavo Sverzut Barbieri
Hi all, Please check my branch: devs/barbieri/efl_net_socket_windows2 https://git.enlightenment.org/core/efl.git/log/?h=devs/barbieri/efl_net_socket_windows2 This is what I plan to merge, I did tests using wine (src/examples/ecore) and it seems to work, please test on real windows machine and

Re: [E-devel] Work items towards 1.19

2017-03-24 Thread Gustavo Sverzut Barbieri
On Fri, Mar 24, 2017 at 6:09 AM, Vincent Torri wrote: [...] >>> TL;DR: we'll never benefit from the thread pool benefits. >> >> it will if we have a lot of use of connections using ecore_con_local >> or ecore_ipc > > also, it does not consume HANDLE's, what you mean? >

Re: [E-devel] Work items towards 1.19

2017-03-24 Thread Vincent Torri
On Fri, Mar 24, 2017 at 9:10 AM, Vincent Torri wrote: > On Fri, Mar 24, 2017 at 7:45 AM, Gustavo Sverzut Barbieri > wrote: >> On Fri, Mar 24, 2017 at 1:44 AM, Vincent Torri >> wrote: >>> On Thu, Mar 23, 2017 at 4:44 PM,

Re: [E-devel] Work items towards 1.19

2017-03-23 Thread Gustavo Sverzut Barbieri
On Thu, Mar 23, 2017 at 9:45 AM, Vincent Torri wrote: > if i have read the code correctly, there are problems: > > Efl_Net_Socket_Windows_Operation is an analogous of my IRP but you're > wrong in modifying it, this will not work elaborate on that please? How is it not

Re: [E-devel] Work items towards 1.19

2017-03-23 Thread Vincent Torri
if i have read the code correctly, there are problems: Efl_Net_Socket_Windows_Operation is an analogous of my IRP but you're wrong in modifying it, this will not work my error_check is not correctly ported the _client|server_on_complete function MUST handle all the I/O connections, that is, the

Re: [E-devel] Work items towards 1.19

2017-03-22 Thread Gustavo Sverzut Barbieri
On Wed, Mar 22, 2017 at 4:51 PM, Vincent Torri wrote: > On Wed, Mar 22, 2017 at 1:04 PM, Gustavo Sverzut Barbieri > wrote: >> Done, there is a branch that I could compile but not test (no Windows >> machine): devs/barbieri/efl_net_socket_windows >> >>

Re: [E-devel] Work items towards 1.19

2017-03-22 Thread Vincent Torri
On Wed, Mar 22, 2017 at 1:04 PM, Gustavo Sverzut Barbieri wrote: > Done, there is a branch that I could compile but not test (no Windows > machine): devs/barbieri/efl_net_socket_windows > > >

Re: [E-devel] Work items towards 1.19

2017-03-22 Thread Gustavo Sverzut Barbieri
Done, there is a branch that I could compile but not test (no Windows machine): devs/barbieri/efl_net_socket_windows https://git.enlightenment.org/core/efl.git/log/?h=devs/barbieri/efl_net_socket_windows People that know windows API and could debug it please help. Look for the TODO. Vincent may

Re: [E-devel] Work items towards 1.19

2017-03-20 Thread Vincent Torri
On Mon, Mar 20, 2017 at 1:13 PM, Stefan Schmidt wrote: > Hello. > > Some bugs have been fixed, added or updated and I changed the list here > accordingly. > > Phab show stopper: > -- > macOS graphical programs crash on termination >

Re: [E-devel] Work items towards 1.19

2017-03-20 Thread Jean-Philippe André
On 20 March 2017 at 21:13, Stefan Schmidt wrote: > Hello. > > Some bugs have been fixed, added or updated and I changed the list here > accordingly. > > Phab show stopper: > -- > macOS graphical programs crash on termination >

Re: [E-devel] Work items towards 1.19

2017-03-20 Thread Stefan Schmidt
Hello. Some bugs have been fixed, added or updated and I changed the list here accordingly. Phab show stopper: -- macOS graphical programs crash on termination https://phab.enlightenment.org/T5245 Genlist: the sorted insert broken again https://phab.enlightenment.org/T5274 Phab

Re: [E-devel] Work items towards 1.19

2017-03-13 Thread Jean Guyomarc'h
> ​Well, in your last comment on this bug you stated that the first window > is fine, but the second one is not. Which makes me assume that this bug > was only half fixed and I kept it on the list. True. I found and properly fixed the issue later on, but I didn't comment on it as the task was

Re: [E-devel] Work items towards 1.19

2017-03-13 Thread Stefan Schmidt
Hello. On 03/13/2017 05:09 PM, Jean Guyomarc'h wrote: > Hi Stefan, > > I see that T5210 is still marked as > showstopper, but it has been fixed :) Well, in your last comment on this bug you stated that the first window is fine, but the second one is not.

Re: [E-devel] Work items towards 1.19

2017-03-13 Thread Jean Guyomarc'h
Hi Stefan, I see that T5210 is still marked as showstopper, but it has been fixed :) Jean On Mon, Mar 13, 2017 at 4:57 PM, Stefan Schmidt wrote: > Hello. > > Some bugs have been fixed, added or updated and I changed the list here

Re: [E-devel] Work items towards 1.19

2017-03-13 Thread Stefan Schmidt
Hello. Some bugs have been fixed, added or updated and I changed the list here accordingly. Phab show stopper: -- efl 1.19.0-beta2 render is broke on MacOS https://phab.enlightenment.org/T5210 macOS graphical programs crash on termination https://phab.enlightenment.org/T5245

Re: [E-devel] Work items towards 1.19

2017-03-06 Thread Andrew Williams
Hi Jean, Thanks for the info on efler. I will look into that issue but the bootstrap and also the command line execution should work fine if you want to try them (I.e. Efler update && efler upgrade to stay up to date). Thanks, Andy On Mon, 6 Mar 2017 at 15:04, Jean Guyomarc'h

Re: [E-devel] Work items towards 1.19

2017-03-06 Thread Jean Guyomarc'h
Hi, to sum-up a bit what's going on with osx: - there are (sometimes) rendering issues when creating a window, I still don't really know why... it seems the gl context is not properly sized to the window's frame. That's tricky, because the problem can be in evas-gl_cocoa, ecore_evas_cocoa,

Re: [E-devel] Work items towards 1.19

2017-03-06 Thread Jonathan Aquilina
Not trying to derail this email but what exactly needs testing I have a mac but I am unclear how to get enlightenment working under osx. maybe I can help with testing and bug reporting. --- Regards, Jonathan Aquilina On 2017-03-06 14:05, Stefan Schmidt wrote: > Hello. > > We are now 1 week

Re: [E-devel] Work items towards 1.19

2017-03-06 Thread Andrew Williams
Hi, Efler should also get you up and running on a mac - you just need home brew installed before hitting http://bit.ly/efler I'll be back on a Mac from Wednesday and can test more but I'm not set up to fix the issues. Andy On Mon, 6 Mar 2017 at 14:19, Stefan Schmidt

Re: [E-devel] Work items towards 1.19

2017-03-06 Thread Stefan Schmidt
Hello. On 03/06/2017 02:11 PM, Jonathan Aquilina wrote: > Not trying to derail this email but what exactly needs testing I have a > mac but I am unclear how to get enlightenment working under osx. maybe I > can help with testing and bug reporting. > Testing would be about efl and not

Re: [E-devel] Work items towards 1.19

2017-03-06 Thread Stefan Schmidt
Hello. We are now 1 week behind what we hoped for schedule wise. Sadly some macOS issues are popping up now. Which means instead of less we have more showstopper bugs now. :/ More problematic about them is that only a very very small set of people are able to look at those. I was wondering if

Re: [E-devel] Work items towards 1.19

2017-03-02 Thread Stefan Schmidt
Hello. Another update on these items. Some more issues have been solved (Thanks a lot!) We still have showstopper issues though and I want to get a final word on the comments I raised from the API report. We will re-check tomorrow. Phab show stopper: -- efl 1.19.0-beta2

Re: [E-devel] Work items towards 1.19

2017-02-28 Thread Stefan Schmidt
Hello. Another update on these items. There is still to much to be done to release 1.19 today so I will postpone it . We will re-check tomorrow. Phab show stopper: -- session recovery broken https://phab.enlightenment.org/T5005 efl 1.19.0-beta2 render is broke on MacOS

Re: [E-devel] Work items towards 1.19

2017-02-27 Thread Vincent Torri
Hello On Mon, Feb 27, 2017 at 10:26 PM, Stefan Schmidt wrote: > Hello. > > On 02/20/2017 08:12 PM, Vincent Torri wrote: >> hey >> >> I will have some time tomorrow and wednesday to work on T3758. This >> should solve T4523 > > Did you have a chance to work on this? I'm

Re: [E-devel] Work items towards 1.19

2017-02-27 Thread Stefan Schmidt
Hello. On 02/27/2017 10:54 PM, Vincent Torri wrote: > Hello > > On Mon, Feb 27, 2017 at 10:26 PM, Stefan Schmidt > wrote: >> Hello. >> >> On 02/20/2017 08:12 PM, Vincent Torri wrote: >>> hey >>> >>> I will have some time tomorrow and wednesday to work on T3758. This >>>

Re: [E-devel] Work items towards 1.19

2017-02-27 Thread Stefan Schmidt
Hello. On 02/20/2017 08:12 PM, Vincent Torri wrote: > hey > > I will have some time tomorrow and wednesday to work on T3758. This > should solve T4523 Did you have a chance to work on this? regards Stefan Schmidt --

Re: [E-devel] Work items towards 1.19

2017-02-24 Thread Stefan Schmidt
Hello. Here is an update on this. Some problems have already been handled but we also got reports on others things that do not work. Phab show stopper: -- session recovery broken https://phab.enlightenment.org/T5005 efl 1.19.0-beta2 render is broke on MacOS

Re: [E-devel] Work items towards 1.19

2017-02-20 Thread Stefan Schmidt
Hello. On 02/20/2017 08:12 PM, Vincent Torri wrote: > hey > > I will have some time tomorrow and wednesday to work on T3758. This > should solve T4523 Merci beaucoup! :-) regards Stefan Schmidt -- Check out the vibrant

Re: [E-devel] Work items towards 1.19

2017-02-20 Thread Vincent Torri
hey I will have some time tomorrow and wednesday to work on T3758. This should solve T4523 Vincent On Mon, Feb 20, 2017 at 7:07 PM, Stefan Schmidt wrote: > Hello. > > This is the list of items that need fixing before we can go ahead and > release 1.19. Help is very

[E-devel] Work items towards 1.19

2017-02-20 Thread Stefan Schmidt
Hello. This is the list of items that need fixing before we can go ahead and release 1.19. Help is very much appreciated on them. If you think one is not critical or another one is speak up before it is to late. Phab show stopper: -- NodeJS/EFL: Created objects get garbage