← Back to team overview

instant team mailing list archive

[HG instant] Added FIXME for in-memory cache bug.

 

One or more new changesets pushed to the primary instant repository.
A short summary of the last three changesets is included below.

changeset:   213:be0d55f80ebc8ea8476607cf792e524dfc88ba3c
tag:         tip
user:        "Martin Sandve Alnæs <martinal@xxxxxxxxx>"
date:        Wed Sep 03 12:22:53 2008 +0200
files:       TODO src/instant/build_module.py tests/run_pychecker.py
description:
Added FIXME for in-memory cache bug.

Ensuring module_path is absolute path.


changeset:   212:494e09a82ecf6b81ea8030792952f869fcc7c5ee
user:        Ilmar Wilbers <ilmarw@xxxxxxxxx>
date:        Wed Sep 03 11:56:52 2008 +0200
files:       src/instant/build_module.py
description:
Remove file to be overwritten before shutil.copyfile to avoid exception.


changeset:   211:a571f8044546d54474867e80906689a0e6ca8aa5
user:        Ilmar Wilbers <ilmarw@xxxxxxxxx>
date:        Wed Sep 03 11:56:09 2008 +0200
files:       src/instant/build_module.py
description:
Add test:
    a = os.path.join(source_directory, f)
    b = os.path.join(module_path, f)
    if a == b:
        continue
This because the files are the same, and shutil.copyfile will not
overwrite, causing an error (overwriting in this case is not
necessary, anyway).


----------------------------------------------------------------------
For more details, visit http://www.fenics.org/hg/instant