/usr/share/doc/python-instant/TODO is in python-instant 1.0.0-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | TODO:
- Print error when tmp directory can't be deleted (in instant-clean).
Maybe add username to tmp dir name suffix?
/tmp on cluster contains instant directories
of many users.
- Keep a most recently used list
add a max cache size option to ~/.instant/intantrc
clean up the oldest modules whenever we exceed this quota
- Add argument to provide a cache subfolder name.
Then instant-clean can take an argument to clean only the "ffc" cache subfolder etc.
- Does instant handle full disk properly? (Does any software? Define properly!)
- Fix arguments not used in setup.py
- Use object files argument.
- Improve documentation
- Add tests for all variants of cache mechanisms available now
- Clean up imports, don't use import *
|