gnucash maint: Multiple changes pushed

Christopher Lam clam at code.gnucash.org
Fri Oct 8 22:27:03 EDT 2021


Updated	 via  https://github.com/Gnucash/gnucash/commit/0bce6a1d (commit)
	 via  https://github.com/Gnucash/gnucash/commit/3ff5bd82 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/f4941a5b (commit)
	 via  https://github.com/Gnucash/gnucash/commit/e5027f91 (commit)
	from  https://github.com/Gnucash/gnucash/commit/7692027b (commit)



commit 0bce6a1d56857436af6060da8555e8696fed7796
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Wed Oct 6 09:19:14 2021 +0800

    [core-utils] introduce gnc:format
    
    (gnc:format str [binding value]...)
    
    str will contain ${binding} which will be replaced to value.

commit 3ff5bd824618aabfcfdbb0fdaafbe5aad1b578ad
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Thu Oct 7 09:37:24 2021 +0800

    [test-core-utils] uses srfi-64

commit f4941a5b01939aad152a36dc8deb6ef0a031ad9e
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sat Oct 9 10:24:45 2021 +0800

    use g_list_free_full

commit e5027f91cbf2c0fa6edb5f20e2cbf4d2fa480162
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Fri Oct 8 22:48:42 2021 +0800

    [test-transaction] option has been renamed



Summary of changes:
 bindings/guile/core-utils.scm                      | 15 ++++++
 bindings/guile/gnc-engine-guile.c                  |  9 +---
 bindings/guile/test/CMakeLists.txt                 |  2 +-
 bindings/guile/test/test-core-utils.scm            | 56 +++++++++++++++++-----
 gnucash/gnome/dialog-tax-info.c                    | 14 +++---
 .../reports/standard/test/test-transaction.scm     |  6 +--
 6 files changed, 71 insertions(+), 31 deletions(-)



More information about the gnucash-patches mailing list