Re: [E-devel] [e-users] EFL Developers Days 2016

2015-11-12 Thread The Rasterman
On Thu, 12 Nov 2015 16:29:27 +0100 Stefan Schmidt said: > Hello. > > On 09/11/15 20:12, Cedric BAIL wrote: > > Hello, > > > > We have been learning in the past few year how to organize for an EFL > > developers day and we would like to try something new next year based > > on this past experienc

Re: [E-devel] c++ hard dependency?

2015-11-12 Thread The Rasterman
On Fri, 13 Nov 2015 01:43:54 +1100 Sylvain BERTRAND said: > On Thu, Nov 12, 2015 at 10:22:09AM +, Tom Hacohen wrote: > > Unfortunately it's needed for physics. I think that if you disable > > physics, the C++ dependency should disappear. If it's still there then, > > it's just bad autotools

Re: [E-devel] Findings from sparse semantic parser

2015-11-12 Thread The Rasterman
On Thu, 12 Nov 2015 16:26:27 +0100 Stefan Schmidt said: > Hello. > > I took a moment to run our code through the sparse semantic parser. > https://sparse.wiki.kernel.org/index.php/Main_Page > > You can easily do so as well by installing sparse and run "make CC=cgcc" > to enable the build wrapp

[E-devel] Enlightenment DR 0.19.13 Release

2015-11-12 Thread Mike Blumenkrantz
This bugfix release improves on the 0.19.12 release and resolves a number of issues. TICKETS RESOLVED https://phab.enlightenment.org/T2770 https://phab.enlightenment.org/T2785 https://phab.enlightenment.org/T2788 https://phab.enlightenment.org/T2827 https://phab.enlightenment.org/T2829 https://pha

Re: [E-devel] Findings from sparse semantic parser

2015-11-12 Thread Christopher Michael
On 11/12/2015 10:52 AM, Stefan Schmidt wrote: > Hello. > > On 12/11/15 16:48, Christopher Michael wrote: >> On 11/12/2015 10:43 AM, Stefan Schmidt wrote: >>> Hello. >>> >>> On 12/11/15 16:34, Christopher Michael wrote: With regard to the issues in ecore_wl_input ... I took a look at

Re: [E-devel] [e-users] EFL Developers Days 2016

2015-11-12 Thread Felipe Magno de Almeida
On Thu, Nov 12, 2015 at 1:46 PM, Stefan Schmidt wrote: > Heloo. > > On 12/11/15 16:43, Felipe Magno de Almeida wrote: >> On Thu, Nov 12, 2015 at 1:29 PM, Stefan Schmidt >> wrote: >>> Hello. >>> >>> On 09/11/15 20:12, Cedric BAIL wrote: Hello, >> [snip] >> Please go now and vote fo

Re: [E-devel] Findings from sparse semantic parser

2015-11-12 Thread Stefan Schmidt
Hello. On 12/11/15 16:48, Christopher Michael wrote: > On 11/12/2015 10:43 AM, Stefan Schmidt wrote: >> Hello. >> >> On 12/11/15 16:34, Christopher Michael wrote: >>> With regard to the issues in ecore_wl_input ... >>> >>> I took a look at the expected callback of the wl_seat_listener, and >>> the

Re: [E-devel] Findings from sparse semantic parser

2015-11-12 Thread Christopher Michael
On 11/12/2015 10:43 AM, Stefan Schmidt wrote: > Hello. > > On 12/11/15 16:34, Christopher Michael wrote: >> With regard to the issues in ecore_wl_input ... >> >> I took a look at the expected callback of the wl_seat_listener, and >> the function that we have setup for that is proper (wrt function >

Re: [E-devel] [e-users] EFL Developers Days 2016

2015-11-12 Thread Stefan Schmidt
Heloo. On 12/11/15 16:43, Felipe Magno de Almeida wrote: > On Thu, Nov 12, 2015 at 1:29 PM, Stefan Schmidt > wrote: >> Hello. >> >> On 09/11/15 20:12, Cedric BAIL wrote: >>> Hello, > [snip] > >>> Please go now and vote for your preferred weekend in May 2016: >>> https://phab.enlightenment.o

Re: [E-devel] Findings from sparse semantic parser

2015-11-12 Thread Stefan Schmidt
Hello. On 12/11/15 16:34, Christopher Michael wrote: > With regard to the issues in ecore_wl_input ... > > I took a look at the expected callback of the wl_seat_listener, and > the function that we have setup for that is proper (wrt function > params, etc)...so I am unsure why this is complainin

Re: [E-devel] [e-users] EFL Developers Days 2016

2015-11-12 Thread Felipe Magno de Almeida
On Thu, Nov 12, 2015 at 1:29 PM, Stefan Schmidt wrote: > Hello. > > On 09/11/15 20:12, Cedric BAIL wrote: >> Hello, [snip] >> Please go now and vote for your preferred weekend in May 2016: >> https://phab.enlightenment.org/V15 . The vote will be open until end >> of December. >> >> Have fun.

Re: [E-devel] Findings from sparse semantic parser

2015-11-12 Thread Christopher Michael
With regard to the issues in ecore_wl_input ... I took a look at the expected callback of the wl_seat_listener, and the function that we have setup for that is proper (wrt function params, etc)...so I am unsure why this is complaining about an incorrect type... dh On 11/12/2015 10:30 AM, Stef

Re: [E-devel] Findings from sparse semantic parser

2015-11-12 Thread Stefan Schmidt
Hello. Amend for the first message. On 12/11/15 16:26, Stefan Schmidt wrote: > Hello. > > I took a moment to run our code through the sparse semantic parser. > https://sparse.wiki.kernel.org/index.php/Main_Page > > You can easily do so as well by installing sparse and run "make CC=cgcc" > to enab

Re: [E-devel] [e-users] EFL Developers Days 2016

2015-11-12 Thread Stefan Schmidt
Hello. On 09/11/15 20:12, Cedric BAIL wrote: > Hello, > > We have been learning in the past few year how to organize for an EFL > developers day and we would like to try something new next year based > on this past experience. This year, we did spend half the day doing > some quick hack, killing b

[E-devel] Findings from sparse semantic parser

2015-11-12 Thread Stefan Schmidt
Hello. I took a moment to run our code through the sparse semantic parser. https://sparse.wiki.kernel.org/index.php/Main_Page You can easily do so as well by installing sparse and run "make CC=cgcc" to enable the build wrapper. But now to some actual findings. Really most of it has been noise a

Re: [E-devel] c++ hard dependency?

2015-11-12 Thread Felipe Magno de Almeida
On Thu, Nov 12, 2015 at 12:43 PM, Sylvain BERTRAND wrote: > On Thu, Nov 12, 2015 at 10:22:09AM +, Tom Hacohen wrote: >> Unfortunately it's needed for physics. I think that if you disable >> physics, the C++ dependency should disappear. If it's still there then, >> it's just bad autotools work

Re: [E-devel] c++ hard dependency?

2015-11-12 Thread Tom Hacohen
On 12/11/15 14:43, Sylvain BERTRAND wrote: > On Thu, Nov 12, 2015 at 10:22:09AM +, Tom Hacohen wrote: >> Unfortunately it's needed for physics. I think that if you disable >> physics, the C++ dependency should disappear. If it's still there then, >> it's just bad autotools work on our part. > >

Re: [E-devel] c++ hard dependency?

2015-11-12 Thread Sylvain BERTRAND
On Thu, Nov 12, 2015 at 10:22:09AM +, Tom Hacohen wrote: > Unfortunately it's needed for physics. I think that if you disable > physics, the C++ dependency should disappear. If it's still there then, > it's just bad autotools work on our part. :'( I did disable physics: configure is still l

Re: [E-devel] c++ hard dependency?

2015-11-12 Thread Tom Hacohen
On 12/11/15 09:18, Sylvain BERTRAND wrote: > Hi, > > I did disable the c++ bindings, but still, a c++ compiler was required to > configure the EFL (today's git). > > Is c++ now an hard dependency of enlightenment SDK, or is this a GNU autotools > mis-configuration? > > regards, > Unfortunately it'

Re: [E-devel] c++ hard dependency?

2015-11-12 Thread Daniel Kolesa
On Thu, Nov 12, 2015 at 9:18 AM, Sylvain BERTRAND wrote: > Hi, > > I did disable the c++ bindings, but still, a c++ compiler was required to > configure the EFL (today's git). > > Is c++ now an hard dependency of enlightenment SDK, or is this a GNU autotools > mis-configuration? > It's necessary

Re: [E-devel] c++ hard dependency?

2015-11-12 Thread Simon Lees
On 11/12/2015 07:48 PM, Sylvain BERTRAND wrote: > Hi, > > I did disable the c++ bindings, but still, a c++ compiler was required to > configure the EFL (today's git). > > Is c++ now an hard dependency of enlightenment SDK, or is this a GNU autotools > mis-configuration? > > regards, > Its certain

[E-devel] c++ hard dependency?

2015-11-12 Thread Sylvain BERTRAND
Hi, I did disable the c++ bindings, but still, a c++ compiler was required to configure the EFL (today's git). Is c++ now an hard dependency of enlightenment SDK, or is this a GNU autotools mis-configuration? regards, -- Sylvain

Re: [E-devel] Probie access for Wonsik

2015-11-12 Thread Kim Shinwoo
+1 here :-] 2015. 11. 11. 오후 1:56에 "Dongyeon Kim" 님이 작성: > +1 of course! > 2015. 11. 11. 오후 1:46에 "Carsten Haitzler" 님이 작성: > > > On Wed, 11 Nov 2015 13:32:23 +0900 Jean-Philippe André < > j...@videolan.org> > > said: > > > > +1 > > > > > Hello, > > > > > > I'd like to propose Wonsik Jung (@wonsik