[E-devel] Enlightenment DR 0.22.3 Release

2018-03-22 Thread Simon Lees
This release is mainly to fix a lock screen regression in the 0.22.2 Release. CHANGES https://git.enlightenment.org/core/enlightenment.git/tree/NEWS?h=v0.22.3 4d81e583073d74474b7a960b01cb596716a43cca2fadca7d1e5c91f4cf6efe9b http://download.enlightenment.org/rel/apps/enlightenment/enlightenment-0

Re: [E-devel] [EGIT] [core/efl] master 01/01: efl.task - move to returning future insead of bool + exit event

2018-03-22 Thread The Rasterman
On Thu, 22 Mar 2018 13:00:36 -0400 Cedric Bail said: > On March 22, 2018 9:22 AM, Carsten Haitzler wrote: > > On Thu, 22 Mar 2018 09:56:37 +0100 Jérémy Zurcher jer...@asynk.ch said: > > > just trying to follow here and maybe clarify a bit. > > > > > > Of course everybody here knows about the co

Re: [E-devel] [EGIT] [core/efl] master 01/01: efl.task - move to returning future insead of bool + exit event

2018-03-22 Thread Cedric Bail
On March 22, 2018 9:22 AM, Carsten Haitzler wrote: > On Thu, 22 Mar 2018 09:56:37 +0100 Jérémy Zurcher jer...@asynk.ch said: > > just trying to follow here and maybe clarify a bit. > > > > Of course everybody here knows about the conventions : > > > > - 0 is the success return code > > - any

Re: [E-devel] [EGIT] [core/efl] master 01/01: efl.task - move to returning future insead of bool + exit event

2018-03-22 Thread The Rasterman
On Thu, 22 Mar 2018 09:56:37 +0100 Jérémy Zurcher said: > Hi, > > just trying to follow here and maybe clarify a bit. > > Of course everybody here knows about the conventions : > - 0 is the success return code > - anything else is an (hopefully documented) error > > we all know about logic

Re: [E-devel] [EGIT] [core/efl] master 01/01: efl.task - move to returning future insead of bool + exit event

2018-03-22 Thread Cedric Bail
On March 22, 2018 1:56 AM, Jérémy Zurcher wrote: > just trying to follow here and maybe clarify a bit. > > Of course everybody here knows about the conventions : > > - 0 is the success return code > - anything else is an (hopefully documented) error > > we all know about logical she

Re: [E-devel] [EGIT] [core/efl] master 01/01: efl.task - move to returning future insead of bool + exit event

2018-03-22 Thread Jérémy Zurcher
Hi, just trying to follow here and maybe clarify a bit. Of course everybody here knows about the conventions : - 0 is the success return code - anything else is an (hopefully documented) error we all know about logical shell chaining : cmd1 && cmd2 && cmd3 || cmd4 but what I think I unde