Re: [E-devel] [EGIT] [core/efl] master 16/16: eolian: Add inarray and inlist to source generation

2017-12-04 Thread Jean-Philippe André
Hi C# guys ;) Thanks so much for finally merging those patches! As for this one in particular, I don't think we want to use inarray or inlist in the EO API. Those types are quite weird in C, I'm not convinced we should try and expose them outside of EFL (in EO API). We are currently not using the

Re: [E-devel] [support.osuosl.org #29680] enlightenment5.osuosl.oob fan failure

2017-12-04 Thread William L. Thomson Jr.
On Tue, 5 Dec 2017 00:18:13 + Bertrand Jacquin wrote: > > Cedric, can we order a set of new fan to replace the existing ? I > won't be surprised they have been damaged with time. I recommend sending a couple extra fans. Having 1 or 2 on hand. I would also do the same with hard drives and powe

Re: [E-devel] [support.osuosl.org #29680] enlightenment5.osuosl.oob fan failure

2017-12-04 Thread Bertrand Jacquin
On Mon, Dec 04, 2017 at 04:09:09PM -0800, Jonathan Frederick via RT wrote: > On Mon Dec 04 14:57:41 2017, bertr...@jacquin.bzh wrote: > > According to lm_sensors, all is fine: > > > > nct7904-i2c-0-2e > > Adapter: SMBus I801 adapter at 1180 > > in1: +1.04 V > > in2: +0.43 V > > in3: +1.50 V > > in4

Re: [E-devel] [support.osuosl.org #29680] enlightenment5.osuosl.oob fan failure

2017-12-04 Thread Bertrand Jacquin via RT
On Mon, Dec 04, 2017 at 04:09:09PM -0800, Jonathan Frederick via RT wrote: > On Mon Dec 04 14:57:41 2017, bertr...@jacquin.bzh wrote: > > According to lm_sensors, all is fine: > > > > nct7904-i2c-0-2e > > Adapter: SMBus I801 adapter at 1180 > > in1: +1.04 V > > in2: +0.43 V > > in3: +1.50 V > > in4

[E-devel] [support.osuosl.org #29680] enlightenment5.osuosl.oob fan failure

2017-12-04 Thread Jonathan Frederick via RT
On Mon Dec 04 14:57:41 2017, bertr...@jacquin.bzh wrote: > According to lm_sensors, all is fine: > > nct7904-i2c-0-2e > Adapter: SMBus I801 adapter at 1180 > in1: +1.04 V > in2: +0.43 V > in3: +1.50 V > in4: +0.51 V > in5: +1.27 V > in6: +1.26 V > in7: +1.83 V > in8: +1.46 V > in9: +0.94 V > in10:

Re: [E-devel] [support.osuosl.org #29680] enlightenment5.osuosl.oob fan failure

2017-12-04 Thread Bertrand Jacquin
Hi, On 04/12/2017 20:47, Jonathan Frederick via RT wrote: On Wed Aug 30 12:02:07 2017, doublej472 wrote: Upon further inspection it appears that the issue has disappeared; The blinking light and buzzer noise is no longer present. In that case the box could be simply overheating when under heavy

Re: [E-devel] [support.osuosl.org #29680] enlightenment5.osuosl.oob fan failure

2017-12-04 Thread Bertrand Jacquin via RT
Hi, On 04/12/2017 20:47, Jonathan Frederick via RT wrote: > On Wed Aug 30 12:02:07 2017, doublej472 wrote: >> Upon further inspection it appears that the issue has disappeared; The >> blinking >> light and buzzer noise is no longer present. In that case the box >> could be >> simply overheating wh

Re: [E-devel] Enlightenment Developer Days 2018 location proposals

2017-12-04 Thread Andrew Williams
Hi, It's perhaps worth noting that ELCE will be in Edinburgh this year - http://events.linuxfoundation.org/events/embedded-linux-conference-europe . The venue is really close to where I had proposed for the E Dev Day, I know it's later in the year but perhaps we could schedule to co-inside? Just

[E-devel] [support.osuosl.org #29680] enlightenment5.osuosl.oob fan failure

2017-12-04 Thread Jonathan Frederick via RT
On Wed Aug 30 12:02:07 2017, doublej472 wrote: > Upon further inspection it appears that the issue has disappeared; The > blinking > light and buzzer noise is no longer present. In that case the box > could be > simply overheating when under heavy load, or be experiencing some > intermittent > fan

[E-devel] Weekly news from the automated build and QA front

2017-12-04 Thread Stefan Schmidt
Hello. Summary: o A bunch of new patches for review This should give everyone an overview over what has happened in the last week on the QA front. The numbers in parentheses reflect the values from last week to give you a trend. CI: o Overall build statistic: 8.80% (7.16%) failed. https://build

Re: [E-devel] Enlightenment Developer Days 2018 location proposals

2017-12-04 Thread Stefan Schmidt
Hello. On 11/22/2017 05:50 PM, Stefan Schmidt wrote: > Hello. > > > The end of the year is near and we should start thinking about the next > edition of the Enlightenment developer days. > > > So far we have been doing good with starting to source a suitable location > first and find the best d

Re: [E-devel] [EGIT] [core/efl] master 01/01: efl_ui_spin: Add new spin and spin_button widgets

2017-12-04 Thread Stefan Schmidt
Hello. On 12/04/2017 12:42 PM, 조재현 wrote: > I had the same problem but the problem was solved when I removed all eo.* > files created by compilation as texi2se told me as follows. > > > find . -name "*₩.eo₩.*" -exec rm {} ₩; > > > > > 네이버 메일 앱에서 보냈습니다. > > -Original Message- > 보낸사람: "Jea

Re: [E-devel] [EGIT] [core/efl] master 02/02: ecore_con: use eina_future based timeout for tests.

2017-12-04 Thread Gustavo Sverzut Barbieri
not sure you need a type, I guess you can pass null, so it will accept all types except error. -- Gustavo Sverzut Barbieri -- Mobile: +55 (16) 99354-9890 -- Check out the vibrant tech

Re: [E-devel] [EGIT] [core/efl] master 03/05: efl: Introduce interface Efl.Dup

2017-12-04 Thread Gustavo Sverzut Barbieri
while at that, what about explicitly have 2 methods: shallow copy and deep copy? the interface/mixin can have both, and implementers just do one... but it's a common problem to identify "is this copy a shallow or deep? If I modify that in X, will it reflect in Y?" On Mon, Dec 4, 2017 at 7:27 AM

Re: [E-devel] [EGIT] [core/efl] master 01/01: efl_ui_spin: Add new spin and spin_button widgets

2017-12-04 Thread 조재현
I had the same problem but the problem was solved when I removed all eo.* files created by compilation as texi2se told me as follows. find . -name "*₩.eo₩.*" -exec rm {} ₩; 네이버 메일 앱에서 보냈습니다. -Original Message- 보낸사람: "Jean-Philippe André" 받는사람: "Enlightenment deve

Re: [E-devel] [EGIT] [core/efl] master 01/01: efl_ui_spin: Add new spin and spin_button widgets

2017-12-04 Thread Jean-Philippe André
I guess you still have a file "efl_ui_spin.eo.h" in efl/interfaces. Please remove it and compile again. It should be located in elementary, not efl. On Mon, Dec 4, 2017 at 8:03 PM, Jean-Philippe André wrote: > Does this still happen? I can't reproduce this problem. Unless someone > fixed it? > >

Re: [E-devel] [EGIT] [core/efl] master 01/01: efl_ui_spin: Add new spin and spin_button widgets

2017-12-04 Thread Jean-Philippe André
Does this still happen? I can't reproduce this problem. Unless someone fixed it? On Fri, Dec 1, 2017 at 7:41 PM, Stefan Schmidt wrote: > Hello. > > > On 11/27/2017 11:55 AM, Woochan Lee wrote: > > jaehyun pushed a commit to branch master. > > > > http://git.enlightenment.org/core/efl.git/commit/

Re: [E-devel] [EGIT] [core/enlightenment] master 01/01: music-control - install properly with meson build with icon

2017-12-04 Thread Stefan Schmidt
Hello. On 12/03/2017 02:07 PM, Carsten Haitzler wrote: > On Sat, 2 Dec 2017 00:10:11 +0100 marcel-hollerb...@t-online.de said: > >> Hello, >> >> so it turned out that this is a ninja bug. >> >> Ninja has some sort of recompactination if the number of entries in the >> .ninja_log and .ninja_deps f

Re: [E-devel] [EGIT] [core/efl] master 03/05: efl: Introduce interface Efl.Dup

2017-12-04 Thread Jean-Philippe André
On Sun, Dec 3, 2017 at 3:45 AM, Andrew Williams wrote: > Is there anyway we could use a more descriptive name? It just seems > unnecessarily short. > Absolutely. It didn't "think", and only changed the name from the method "dup". Cedric mentioned that to me and I think we'll rename to duplicate