Re: [E-devel] A (Serious) Note Regarding Eflete

2018-06-28 Thread The Rasterman
On Thu, 28 Jun 2018 05:25:42 + jaquil...@eagleeyet.net said: > Hi all, > > I think writing unit tests would be good for someone like me whose new > to the code base if it helps to catch issues. My question though is do > we have a tags on phab where senior devs post tickets for tests that

Re: [E-devel] A (Serious) Note Regarding Eflete

2018-06-28 Thread Mike Blumenkrantz
I agree that app testers are good, but ideally unit tests should cover all the codepaths which can be triggered by an app. We can use tools like lcov to verify that the same codepaths are being taken and ensure that identical code is being run in tests as in apps. Testing in a controlled environme

Re: [E-devel] A (Serious) Note Regarding Eflete

2018-06-28 Thread Hermet Park
On Fri, Jun 29, 2018 at 4:38 AM, Mike Blumenkrantz < michael.blumenkra...@gmail.com> wrote: > I agree that app testers are good, but ideally unit tests should cover all > the codepaths which can be triggered by an app. We can use tools like lcov > to verify that the same codepaths are being taken

[E-devel] Simple question

2018-06-28 Thread Hermet Park
"Library intl found: NO" Which package do i suppose to install to enable intl ? Can't find package name with apt-cache search. Too ambiguous. Need the exact name for it. Anyone helps me? -- Regards, Hermet -- Check out

Re: [E-devel] A (Serious) Note Regarding Eflete

2018-06-28 Thread jaquilina
Can someone start tagging bugs that need unit tests or is that already done? On 2018-06-28 11:28, Carsten Haitzler wrote: On Thu, 28 Jun 2018 05:25:42 + jaquil...@eagleeyet.net said: Hi all, I think writing unit tests would be good for someone like me whose new to the code base if it hel

Re: [E-devel] Simple question

2018-06-28 Thread The Rasterman
On Fri, 29 Jun 2018 11:01:12 +0900 Hermet Park said: > "Library intl found: NO" > > Which package do i suppose to install to enable intl ? > Can't find package name with apt-cache search. Too ambiguous. > > Need the exact name for it. > > Anyone helps me? well glibc provides that normally (ge

Re: [E-devel] A (Serious) Note Regarding Eflete

2018-06-28 Thread Carsten Haitzler
On Fri, 29 Jun 2018 05:31:20 + jaquil...@eagleeyet.net said: > Can someone start tagging bugs that need unit tests or is that already > done? That is a good idea. From now on when I see a bug that seems it could do with a unit test (i.e. it's readily unit-testable), I'll add some tag - TBD.

Re: [E-devel] A (Serious) Note Regarding Eflete

2018-06-28 Thread jaquilina
I will start working on this once I am back from my honeymoon on the 22nd as I am getting married tomorrow so hopefully I can find some tags on phab by then to work on with some guidance :) On 2018-06-29 05:40, Carsten Haitzler wrote: On Fri, 29 Jun 2018 05:31:20 + jaquil...@eagleeyet.net