Menu

SVN archive Commit Log


Commit Date  
[r27979] by bugman

Added an exception system to the find_unused_imports.py developer script.

Sometimes pylint will give an "Unused import" warning for imports that are needed by the module.
Therefore an exception list of the file name and module has been created to skip these warnings.
The list covers the dep_check module and all of the profiling_*.py scripts in the directory
test_suite/shared_data/dispersion/profiling/.

2015-10-05 08:49:26 Tree
[r27978] by bugman

Unused import clean up in the test_suite/shared_data/curve_fitting/profiling directory.

The scripts in this directory have been cleaned up to remove unused imports.

2015-10-05 08:30:32 Tree
[r27977] by bugman

Unused import clean up in the test_suite/shared_data/curve_fitting/numeric_topology directory.

All the scripts in this directory have been cleaned up to remove unused imports. In one case,
commented out code was replaced with an 'if 0:' statement to silence the unused import warnings from
the devel_scripts/find_unused_imports.py script.

2015-10-05 07:46:22 Tree
[r27976] by bugman

Updated some unused frame order scripts to use the new minimise user function design.

2015-10-02 18:09:41 Tree
[r27975] by bugman

Removal of unused imports from the test_suite/shared_data/frame_order/simulation scripts.

2015-10-02 16:11:36 Tree
[r27974] by bugman

Removal of an unused import from the user_functions.frame_order module.

2015-10-02 16:09:40 Tree
[r27973] by bugman

Elimination of a number of wildcard imports from some frame order timing scripts.

This is to avoid excessive function imports.

2015-10-02 16:09:00 Tree
[r27972] by bugman

Fix for the find_unused_imports.py script.

The STDOUT lines need to be read before STDERR to avoid the script from freezing.

2015-10-02 15:53:55 Tree
[r27971] by bugman

Removed the printout of pylint STDERR messages in the find_unused_imports.py developer script.

2015-10-02 15:38:52 Tree
[r27970] by bugman

Removed a debugging printout.

2015-10-02 15:37:54 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.