r19309 - gnucash/trunk/src/report/standard-reports - Improve the initial report loading code so that it loads only files ending with .scm.

J. Alex Aycinena alex.aycinena at gmail.com
Sun Jun 27 16:39:26 EDT 2010


Christian,

On Sun, Jun 27, 2010 at 11:56 AM, Christian Stimming
<cstim at code.gnucash.org> wrote:
> Author: cstim
> Date: 2010-06-27 14:56:56 -0400 (Sun, 27 Jun 2010)
> New Revision: 19309
> Trac: http://svn.gnucash.org/trac/changeset/19309
>
> Modified:
>   gnucash/trunk/src/report/standard-reports/standard-reports.scm
> Log:
> Improve the initial report loading code so that it loads only files ending with .scm.
>
> This should avoid accidentally loading .scm~ backup files etc. The code
> matches the filenames against the regexp "\.scm$", so the previous hand-
> written comparison against "." and ".." is no longer necessary as those don't
> match that regexp anyway.
>
> _______________________________________________
> gnucash-patches mailing list
> gnucash-patches at gnucash.org
> https://lists.gnucash.org/mailman/listinfo/gnucash-patches
>

I get the following when I try to compile on Fedora 12:

ERROR: /home/gnucash-dev/svncheckouts/gnucash-clean/src/report/standard-reports/standard-reports.scm:79:39:
illegal character in escape sequence: #\.

Regards,

Alex


More information about the gnucash-devel mailing list