Re: how exactly to do unit testing in scheme...

2018-01-30 Thread Robert Merkel
Sorry for the tardy response - I went away for the long weekend and was busy yesterday! As Phil says, you can test both leaf functions and controller code with unit tests. With controller code, you may need to write mocks for some or all of the called code. I don't know whether there are

Re: What version of txf export used in windows version 2.6.19

2018-01-30 Thread Alex Aycinena
> -- Forwarded message -- > From: Jeffrey Black > To: gnucash-devel@gnucash.org > Cc: > Bcc: > Date: Sat, 27 Jan 2018 18:13:02 -0700 (MST) > Subject: What version of txf export used in windows version 2.6.19 > I tried importing my txf output file into H

Re: Building unstable on Mac

2018-01-30 Thread Geert Janssens
Op dinsdag 30 januari 2018 17:50:01 CET schreef Aaron W. Swenson: > On 2018-01-29 20:02, John Ralls wrote: > > To build unstable: > > … > > 7. make && make install > > > > To run tests, run > > > > make check > > Are these really correct? I thought all of that got stripped out. Those are

Re: Access to code.gnucash.org

2018-01-30 Thread Adrien Monteleone
Certainly that is preferred when typing a link, but is the server not set up to force TLS? (not just a redirect) Regards, Adrien > On Jan 30, 2018, at 10:40 AM, Derek Atkins wrote: > > John Ralls writes: > >> Yes, only core developers have the ssh keys

Re: Building unstable on Mac

2018-01-30 Thread Aaron W. Swenson
On 2018-01-29 20:02, John Ralls wrote: > To build unstable: > … > 7. make && make install > > To run tests, run > make check Are these really correct? I thought all of that got stripped out. signature.asc Description: Digital signature ___

Re: Access to code.gnucash.org

2018-01-30 Thread Derek Atkins
John Ralls writes: > Yes, only core developers have the ssh keys neededto access > code.gnucash.org . Since not all of the core Just a quick suggestion that this should be https:// and not http:// -derek -- Derek Atkins, SB '93 MIT EE, SM

Which doc directory

2018-01-30 Thread Robert Fewell
Hi, I have two usr/share/doc directories related to Gnucash, they are... /usr/share/doc/Gnucash with Changelogs... and HACKING,NEWS etc... /use/share/doc/gnucash with abc.qif, web.qif etc... I am not sure which is correct but the doc\CMakeLists,txt is pointing to 'doc/gnucash' while the main