Re: issues unit testing with srfi-64

2018-12-30 Thread Taylan Kammer
FWIW, I have a SRFI-64 implementation whose code-base and default test runner is somewhat cleaner than the upstream one: https://github.com/TaylanUB/scheme-srfis/tree/master/srfi/64 (All actual code is in the *.body.scm files. Others are R7RS library wrappers.) It sounds like using a

Re: issues unit testing with srfi-64

2018-12-29 Thread Aleix Conchillo FlaquƩ
That worked great and fixed both of my issues. Thanks! On Sat, Dec 29, 2018 at 6:17 PM Christopher Lam wrote: > > Hi > In gnucash I've resorted to writing my own srfi-64 test-runner. See the entry > point at (run-test-proper) at >

Re: issues unit testing with srfi-64

2018-12-29 Thread Christopher Lam
Hi In gnucash I've resorted to writing my own srfi-64 test-runner. See the entry point at (run-test-proper) at https://github.com/Gnucash/gnucash/blob/maint/gnucash/report/standard-reports/test/test-transaction.scm Its definition is at