Bring BUGS and TODO up-to-date.
This commit is contained in:
parent
ad411933e5
commit
cee53ed9d6
2 changed files with 18 additions and 8 deletions
2
BUGS
2
BUGS
|
|
@ -1,9 +1,9 @@
|
||||||
Current
|
Current
|
||||||
- Within the sandbox sudo is not working for tools.
|
- Within the sandbox sudo is not working for tools.
|
||||||
- python-coverage is failing in the sub-directories of a project.
|
|
||||||
|
|
||||||
|
|
||||||
Current (tool related)
|
Current (tool related)
|
||||||
|
- python-coverage is failing in the sub-directories of a project.
|
||||||
- disassemble for python doesn't always work.
|
- disassemble for python doesn't always work.
|
||||||
- gut had an error with utf-8. A traceback printed directly on the screen,
|
- gut had an error with utf-8. A traceback printed directly on the screen,
|
||||||
garbling the interface.
|
garbling the interface.
|
||||||
|
|
|
||||||
24
TODO
24
TODO
|
|
@ -1,16 +1,14 @@
|
||||||
Todo
|
Todo
|
||||||
- Have at least one golden test for every tool.
|
- Test the tools.
|
||||||
- Maybe could re-use linguist's example test files for many tools.
|
|
||||||
- Boilerplate: Readme, usage, man page?, docs?, setup.py?, wheel?, __pkginfo__.py?
|
|
||||||
- Publish. pypi and github will do.
|
- Publish. pypi and github will do.
|
||||||
|
- docs?, setup.py?, wheel?, __pkginfo__.py?
|
||||||
- Maybe also use cxfreeze, py2exe, pyrun or zipapp? Is zipapp the standard way?
|
- Maybe also use cxfreeze, py2exe, pyrun or zipapp? Is zipapp the standard way?
|
||||||
- Use cookiecutter?
|
- Use cookiecutter?
|
||||||
- Need to use conventional version numbers for pypi. See pep0440.
|
- Need to use conventional version numbers for pypi. See pep0440.
|
||||||
- Add ESC as an alternative to 'q' for quit. If looking at Help, ESC should just
|
|
||||||
exit the help screen.
|
|
||||||
|
Todo (tool related)
|
||||||
- Report on python doctests. (also coverage of)
|
- Report on python doctests. (also coverage of)
|
||||||
- Treat any compressed file as though it is uncompressed. But the metadata tool
|
|
||||||
should still report on the original compressed file.
|
|
||||||
- Cache tools._python_version.
|
- Cache tools._python_version.
|
||||||
- Determine if perl files are perl5 or perl6.
|
- Determine if perl files are perl5 or perl6.
|
||||||
- Add bandit tool for python.
|
- Add bandit tool for python.
|
||||||
|
|
@ -160,6 +158,8 @@ Done
|
||||||
- Add page up and page down to the summary.
|
- Add page up and page down to the summary.
|
||||||
- Don't let the user scroll indefinately below the end of the page.
|
- Don't let the user scroll indefinately below the end of the page.
|
||||||
- Add command line options, e.g. -h
|
- Add command line options, e.g. -h
|
||||||
|
- Boilerplate: Readme, usage
|
||||||
|
|
||||||
|
|
||||||
A-syntax, B-tests, C-auto docs, D-lint, E-coverage, F-profile, G-tidy, H-import deps
|
A-syntax, B-tests, C-auto docs, D-lint, E-coverage, F-profile, G-tidy, H-import deps
|
||||||
A B C D E F G H
|
A B C D E F G H
|
||||||
|
|
@ -253,6 +253,16 @@ Ideas
|
||||||
of tool.
|
of tool.
|
||||||
- Check if class Entry is really working correctly as a collections.UserList.
|
- Check if class Entry is really working correctly as a collections.UserList.
|
||||||
- Docstrings
|
- Docstrings
|
||||||
|
- Add ESC as an alternative to 'q' for quit. If looking at Help, ESC should just
|
||||||
|
exit the help screen.
|
||||||
|
<- Can't do this easily right now with urwid. Maybe do it later.
|
||||||
|
- Treat any compressed file as though it is uncompressed. But the metadata tool
|
||||||
|
should still report on the original compressed file.
|
||||||
|
<- This is not very common, a nice to have. Its not obvious how to always have it
|
||||||
|
without always needing the sandbox.
|
||||||
|
- Have command line options for more things? timeout? worker's nice priority level?
|
||||||
|
editor? pygment syntax theme? Compress the cache? Ignore which paths? Log to disk?
|
||||||
|
The cache path?
|
||||||
|
|
||||||
|
|
||||||
Shelved
|
Shelved
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue