AUDIT: r15428 - gnucash/trunk/src - Use guiles native sort and record. Fix #373809.

Andreas Köhler andi5 at cvs.gnucash.org
Thu Jan 25 17:14:21 EST 2007


Author: andi5
Date: 2007-01-25 17:14:14 -0500 (Thu, 25 Jan 2007)
New Revision: 15428
Trac: http://svn.gnucash.org/trac/changeset/15428

Modified:
   gnucash/trunk/src/app-utils/prefs.scm
   gnucash/trunk/src/business/business-reports/aging.scm
   gnucash/trunk/src/business/business-reports/easy-invoice.scm
   gnucash/trunk/src/business/business-reports/fancy-invoice.scm
   gnucash/trunk/src/business/business-reports/invoice.scm
   gnucash/trunk/src/report/standard-reports/budget.scm
   gnucash/trunk/src/report/standard-reports/cash-flow.scm
   gnucash/trunk/src/report/standard-reports/register.scm
   gnucash/trunk/src/report/standard-reports/standard-reports.scm
   gnucash/trunk/src/report/standard-reports/transaction.scm
Log:
Use guiles native sort and record. Fix #373809.

Slib 3a4 changed the way to determine whether to use natively supported
features or the ones provided by slib. This leads to several problems:
* some code creates a record with one implementation and code uses it
  with the other implementation
* slibs sort does not seem to work with guile 1.6.8 arrays and even
  exposes a bug in those arrays

Return to the status quo by removing all (require 'sort) and (require
'record). GnuCash depends on Guile >= 1.6 which should feature that.

BP




More information about the gnucash-patches mailing list