gnucash maint: Multiple changes pushed

Christopher Lam clam at code.gnucash.org
Mon Dec 14 20:00:40 EST 2020


Updated	 via  https://github.com/Gnucash/gnucash/commit/7d603e1d (commit)
	 via  https://github.com/Gnucash/gnucash/commit/6f951784 (commit)
	from  https://github.com/Gnucash/gnucash/commit/ae8fa19f (commit)



commit 7d603e1d0130320092e49bbdf1db976c8d349fcb
Merge: ae8fa19fd 6f9517845
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Tue Dec 15 09:00:00 2020 +0800

    Merge branch 'maint-modularisation-hint' into maint #836

commit 6f9517845adf540c408bd5c030106c2ec233b4c7
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sun Dec 13 20:36:02 2020 +0800

    [core-utils] use custom unbound-variable exception printer
    
    When a guile coder uses a variable but omits use-modules, this code
    will scan *all* available modules and offer the appropriate module
    name.
    
    Before:
    Unbound variable: gnc-build-url
    
    After:
    Unbound variable: gnc-build-url. Did you forget (use-module (sw_gnc_html))?



Summary of changes:
 bindings/guile/core-utils.scm | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)



More information about the gnucash-patches mailing list