gnucash maint: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Sat Dec 29 13:20:23 EST 2018


Updated	 via  https://github.com/Gnucash/gnucash/commit/d3dd8163 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/af6103ba (commit)
	 via  https://github.com/Gnucash/gnucash/commit/14577986 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/83f48352 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/b071022d (commit)
	 via  https://github.com/Gnucash/gnucash/commit/d099a753 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/62d8a65b (commit)
	 via  https://github.com/Gnucash/gnucash/commit/c3253f91 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/2423aeda (commit)
	 via  https://github.com/Gnucash/gnucash/commit/267c3863 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/ecb3b518 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/c13085f3 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/f5f24eb9 (commit)
	from  https://github.com/Gnucash/gnucash/commit/0d4575da (commit)



commit d3dd81632dfd3e603cd3448393238d62deb19a5b
Merge: 0d4575d af6103b
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Dec 29 10:19:58 2018 -0800

    Merge Chris Lam's 'scheme-progress' into maint.

commit af6103ba1db03032bffccdff3700f86f6630dc38
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sun Dec 30 00:57:07 2018 +0800

    Bug 796994 - Unable to generate Tax Report because of pricedb error
    
    Fix typo in fee589b28cb0c554109cb934c24fa573c1dd9757

commit 145779866cf56768d26d77fe67761b6f87d88888
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sat Dec 29 08:17:50 2018 +0800

    [report-system] deprecate (gnc:account-get-total-flow)
    
    This function is only used in equity-statement.scm -- best move it
    there and deprecate the exported function.

commit 83f48352b1cbba09f2f30f96dba4f990ea42b764
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sat Dec 29 08:04:29 2018 +0800

    [report-utilities] deprecate (gnc:double-col) function
    
    this is only used in trial-balance. best move it back there and
    deprecate the exported function.

commit b071022dee7e8ac6a78c8cee114d61e85113cd99
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Fri Dec 28 11:06:21 2018 +0800

    [test-cashflow-barchart] upgrade to srfi-64 and sxml

commit d099a75381a16eedf9286d4c557748b671ec3f9b
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Thu Dec 27 17:48:56 2018 +0800

    [test-standard-net-barchart] upgrade to srfi-64 and sxml

commit 62d8a65b9951cffa7460952b942d3e0b86a96915
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Wed Dec 26 23:35:50 2018 +0800

    [test-standard-net-linechart] upgrade to srfi-64 and sxml

commit c3253f9189bbf1ca53c578123921be2b02afbd4a
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Wed Dec 26 22:47:26 2018 +0800

    [test-standard-category-report] upgrade to srfi-64 and sxml

commit 2423aeda42b13c267d8b785e8a66e852d48be7db
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Fri Dec 28 16:46:55 2018 +0800

    [engine/test-test-extras] remove duplicated test file

commit 267c3863d85b9b0a19627d20eed96b6f66039d3e
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Wed Dec 26 12:16:23 2018 +0800

    [collectors] deprecate collectors and report-collectors

commit ecb3b518e5669a7e4f7b611d06189373524109d3
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Fri Dec 28 16:31:42 2018 +0800

    [report-system/test-extras] cease testing pattern-streamer
    
    pattern-streamer is a built-in module. why test it?

commit c13085f3611cb3be64e771e122a6fc6fb7cf0f75
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Wed Dec 26 23:41:49 2018 +0800

    [test-collectors] cease testing collectors.scm

commit f5f24eb9cab3ce1aaf4ca1f9f7523a86fb45fbdd
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Thu Dec 27 00:33:02 2018 +0800

    [options-utilities] deprecate unused functions
    
    These functions are never actually used.



Summary of changes:
 gnucash/report/locale-specific/us/taxtxf.scm       |   2 +-
 gnucash/report/report-system/collectors.scm        |   4 +
 gnucash/report/report-system/options-utilities.scm |   3 +
 gnucash/report/report-system/report-collectors.scm |   3 +
 gnucash/report/report-system/report-system.scm     |  10 +-
 gnucash/report/report-system/report-utilities.scm  |  12 +-
 gnucash/report/report-system/test/CMakeLists.txt   |   2 -
 .../report/report-system/test/test-collectors.scm  | 225 ---------
 gnucash/report/report-system/test/test-extras.scm  |  58 ---
 .../report-system/test/test-report-utilities.scm   |  16 -
 .../report/report-system/test/test-test-extras.scm |  83 +--
 .../report/standard-reports/equity-statement.scm   |  20 +-
 .../report/standard-reports/test/CMakeLists.txt    |   8 +-
 .../test/test-cashflow-barchart.scm                | 379 ++++++--------
 .../test/test-standard-category-report.scm         | 403 +++++++--------
 .../test/test-standard-net-barchart.scm            | 554 +++++++++------------
 .../test/test-standard-net-linechart.scm           | 326 ++++++------
 gnucash/report/standard-reports/trial-balance.scm  |  67 ++-
 libgnucash/engine/test/CMakeLists.txt              |   2 -
 libgnucash/engine/test/test-test-extras.scm        |  45 --
 20 files changed, 804 insertions(+), 1418 deletions(-)
 delete mode 100644 gnucash/report/report-system/test/test-collectors.scm
 delete mode 100644 libgnucash/engine/test/test-test-extras.scm



More information about the gnucash-patches mailing list