[EGIT] [core/enlightenment] master 04/10: e config - dont have module loade delay as it is no longer useful

2019-07-17 Thread Carsten Haitzler
raster pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=cf76bd8338c0854564e65c9716399d150abbe49b commit cf76bd8338c0854564e65c9716399d150abbe49b Author: Carsten Haitzler (Rasterman) Date: Thu Jul 4 21:57:26 2019 +0100 e config - dont have

[EGIT] [apps/terminology] master 01/02: avoid redefinition of Term and Win

2019-07-17 Thread Boris Faure
billiob pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=8562d1cf6bebebd4d952f13a9760ac65cf3a7023 commit 8562d1cf6bebebd4d952f13a9760ac65cf3a7023 Author: Boris Faure Date: Sun Jul 14 18:42:24 2019 +0200 avoid redefinition of Term and Win ---

Re: [E-devel] [EGIT] [core/efl] master 01/03: tests: Add start of Ecore_Wl2 test suite

2019-07-17 Thread Christopher Michael
Which #ifdef blocks are you referring to (because there are a few) ? Chris On 7/17/19 8:44 AM, Mike Blumenkrantz wrote: Is there a reason to have any #ifdef blocks here? This should only be built if ecore-wl2 is built, yes? On Wed, Jul 17, 2019 at 4:49 AM Christopher Michael [1]

Re: [E-devel] [EGIT] [core/efl] master 01/01: tests/ecore_wl2: Check for valid xdg_runtime_dir

2019-07-17 Thread Christopher Michael
Currently I do not have plans for this ... mainly because I have no idea how to configure Travis builds, or change docker settings. In fact, I am not even sure that I have access to do so. On 7/17/19 9:07 AM, Mike Blumenkrantz wrote: Do you have plans to look into this? It would

Re: [E-devel] [EGIT] [core/efl] master 01/01: tests/ecore_wl2: Check for valid xdg_runtime_dir

2019-07-17 Thread Christopher Michael
Yes, this does mean that it will not run on Travis. Before this commit, Travis was trying to build these tests however they kept failing (possibly due to Travis configuration) and Marcel suggested this patch to fix the Travis build failures. On 7/17/19 8:48 AM, Mike Blumenkrantz

Re: [E-devel] [EGIT] [core/efl] master 01/03: tests: Add start of Ecore_Wl2 test suite

2019-07-17 Thread Mike Blumenkrantz
Ah, I meant `#if HAVE_ECORE_WL2` is probably unnecessary since it will always be set. Something to keep in mind for any future additions here. On Wed, Jul 17, 2019 at 8:46 AM Christopher Michael wrote: > Which #ifdef blocks are you referring to (because there are a few) ? > > Chris > > On

Re: [E-devel] [EGIT] [core/efl] master 01/01: tests/ecore_wl2: Check for valid xdg_runtime_dir

2019-07-17 Thread Mike Blumenkrantz
Hi, Doesn't this also mean that it won't run on travis? I think ideally we do want unit tests to be run on CI... On Wed, Jul 17, 2019 at 4:44 AM Christopher Michael wrote: > devilhorns pushed a commit to branch master. > > >

Re: [E-devel] [EGIT] [core/efl] master 01/07: tests/ecore_wl2: Add test cases for wl2 client-side functions

2019-07-17 Thread Mike Blumenkrantz
Hi, On Wed, Jul 17, 2019 at 4:49 AM Christopher Michael wrote: > devilhorns pushed a commit to branch master. > > > http://git.enlightenment.org/core/efl.git/commit/?id=723412404f812d0ec4479d6b9c1a3cea07c9f7bf > > commit 723412404f812d0ec4479d6b9c1a3cea07c9f7bf > Author: Christopher Michael >

Re: [E-devel] [EGIT] [core/efl] master 01/03: tests: Add start of Ecore_Wl2 test suite

2019-07-17 Thread Mike Blumenkrantz
Is there a reason to have any #ifdef blocks here? This should only be built if ecore-wl2 is built, yes? On Wed, Jul 17, 2019 at 4:49 AM Christopher Michael wrote: > devilhorns pushed a commit to branch master. > > >