Re: [E-devel] Eo/Eolian namespace definition

2018-01-18 Thread Jean-Philippe André
On Thu, Jan 18, 2018 at 8:59 PM, Felipe Magno de Almeida < felipe.m.alme...@gmail.com> wrote: > On Sat, Jan 13, 2018 at 8:43 AM, Davide Andreoli > wrote: > > 2018-01-11 6:18 GMT+01:00 Jean-Philippe André : > > [snip] > > > If all the bindings we have written so far need this > > lowercase-on-name

Re: [E-devel] Eo/Eolian namespace definition

2018-01-18 Thread Felipe Magno de Almeida
On Sat, Jan 13, 2018 at 8:43 AM, Davide Andreoli wrote: > 2018-01-11 6:18 GMT+01:00 Jean-Philippe André : [snip] > If all the bindings we have written so far need this > lowercase-on-namespaces hack > then It's probably correct to lowercase them directly in eo files, so that > Efl.Ui.Button will

Re: [E-devel] Eo/Eolian namespace definition

2018-01-18 Thread Jean-Philippe André
On Sun, Jan 14, 2018 at 9:18 AM, Andrew Williams wrote: > Hi, > > Thanks for pointing out the bug in the API docs that have been generated. I > have now updated this to show the true impact of incomplete namespaces. > Go to https://www.enlightenment.org/develop/api/start now and you will see > a

Re: [E-devel] Eo/Eolian namespace definition

2018-01-13 Thread Andrew Williams
Hi, Thanks for pointing out the bug in the API docs that have been generated. I have now updated this to show the true impact of incomplete namespaces. Go to https://www.enlightenment.org/develop/api/start now and you will see a very long list of classes and interfaces at the top which are not par

Re: [E-devel] Eo/Eolian namespace definition

2018-01-13 Thread Davide Andreoli
2018-01-11 6:18 GMT+01:00 Jean-Philippe André : > Hi Dave, > > On Thu, Jan 11, 2018 at 7:43 AM, Davide Andreoli > wrote: > > > 2018-01-08 19:52 GMT+01:00 Cedric Bail : > > > > > Hi Dave, > > > > > > > Original Message > > > > Subject: [E-devel] Eo/Eolian namespace definition > >

Re: [E-devel] Eo/Eolian namespace definition

2018-01-12 Thread Carsten Haitzler
On Thu, 11 Jan 2018 16:51:45 + Andrew Williams said: > Sorry to be pessimistic but this sounds like a month or two of refactoring > on the end of whatever timeline we could have imagined before. > > It also hammers the last nail into the coffin of any early releases. that is precisely why i

Re: [E-devel] Eo/Eolian namespace definition

2018-01-11 Thread Andrew Williams
Sorry to be pessimistic but this sounds like a month or two of refactoring on the end of whatever timeline we could have imagined before. It also hammers the last nail into the coffin of any early releases. Andy On Thu, 11 Jan 2018 at 00:41, Carsten Haitzler wrote: > On Wed, 10 Jan 2018 23:43:

Re: [E-devel] Eo/Eolian namespace definition

2018-01-11 Thread Carsten Haitzler
On Thu, 11 Jan 2018 14:18:21 +0900 Jean-Philippe André said: > Hi Dave, > > On Thu, Jan 11, 2018 at 7:43 AM, Davide Andreoli > wrote: > > > 2018-01-08 19:52 GMT+01:00 Cedric Bail : > > > > > Hi Dave, > > > > > > > Original Message > > > > Subject: [E-devel] Eo/Eolian namespac

Re: [E-devel] Eo/Eolian namespace definition

2018-01-11 Thread Carsten Haitzler
On Wed, 10 Jan 2018 23:43:15 +0100 Davide Andreoli said: > 2018-01-08 19:52 GMT+01:00 Cedric Bail : > > > Hi Dave, > > > > > Original Message > > > Subject: [E-devel] Eo/Eolian namespace definition > > > Local Time: January 7, 2018 9:28 AM > > > UTC Time: January 7, 2018 5:28 P

Re: [E-devel] Eo/Eolian namespace definition

2018-01-10 Thread Jean-Philippe André
Hi Dave, On Thu, Jan 11, 2018 at 7:43 AM, Davide Andreoli wrote: > 2018-01-08 19:52 GMT+01:00 Cedric Bail : > > > Hi Dave, > > > > > Original Message > > > Subject: [E-devel] Eo/Eolian namespace definition > > > Local Time: January 7, 2018 9:28 AM > > > UTC Time: January 7, 201

Re: [E-devel] Eo/Eolian namespace definition

2018-01-10 Thread Davide Andreoli
2018-01-08 19:52 GMT+01:00 Cedric Bail : > Hi Dave, > > > Original Message > > Subject: [E-devel] Eo/Eolian namespace definition > > Local Time: January 7, 2018 9:28 AM > > UTC Time: January 7, 2018 5:28 PM > > From: d...@gurumeditation.it > > To: Enlightenment > > > > Hi all, >

Re: [E-devel] Eo/Eolian namespace definition

2018-01-08 Thread Felipe Magno de Almeida
On Mon, Jan 8, 2018 at 5:16 PM, Andrew Williams wrote: > I think one of the issues we have is that namespace is not declared as it > would be in other languages. I have inferred, as have others, that the > namespace is everything except the last component of the class name. This > seems to work to

Re: [E-devel] Eo/Eolian namespace definition

2018-01-08 Thread Andrew Williams
I think one of the issues we have is that namespace is not declared as it would be in other languages. I have inferred, as have others, that the namespace is everything except the last component of the class name. This seems to work to an extent but if we were to clarify this as the desired behavio

Re: [E-devel] Eo/Eolian namespace definition

2018-01-08 Thread Cedric Bail
Hi Dave, > Original Message > Subject: [E-devel] Eo/Eolian namespace definition > Local Time: January 7, 2018 9:28 AM > UTC Time: January 7, 2018 5:28 PM > From: d...@gurumeditation.it > To: Enlightenment > > Hi all, > > I'm playing again with eolian and python, and I'm facing a