Re: [GNC-dev] Planning for 4.x - progress in scheme code

2019-10-02 Thread Christopher Lam
Just a small tip about ctests. ninja can build in parallel. ctest can also run tests in parallel. The following does the trick for me: export CTEST_PARALLEL_LEVEL=4 On Mon, 30 Sep 2019 at 13:55, Christopher Lam wrote: > Hi Users and Devs > > Those with an eye on maint & master will notice I've

Re: [GNC-dev] Planning for 4.x - progress in scheme code

2019-10-01 Thread Christopher Lam
Thank you for kind words! On Tue, 1 Oct 2019 at 11:56, Amish wrote: > On 30/09/19 7:25 pm, Christopher Lam wrote: > > Hi Users and Devs > > > > Those with an eye on maint & master will notice I've continued cleaning > up > > reports and report infrastructure heavily. I hope these efforts are > >

Re: [GNC-dev] Planning for 4.x - progress in scheme code

2019-10-01 Thread Amish
On 30/09/19 7:25 pm, Christopher Lam wrote: Hi Users and Devs Those with an eye on maint & master will notice I've continued cleaning up reports and report infrastructure heavily. I hope these efforts are appreciated. In my subjective view, the cleaned up reports are neater and easier to follow,

[GNC-dev] Planning for 4.x - progress in scheme code

2019-09-30 Thread Christopher Lam
Hi Users and Devs Those with an eye on maint & master will notice I've continued cleaning up reports and report infrastructure heavily. I hope these efforts are appreciated. In my subjective view, the cleaned up reports are neater and easier to follow, and less wordy. I have two major approaches