Brought TODO and BUGS up to date.

This commit is contained in:
Andrew Hamilton 2017-07-08 13:58:52 +01:00
parent 547983819d
commit acfc0249f4
2 changed files with 13 additions and 7 deletions

8
BUGS
View file

@ -1,13 +1,15 @@
Current
- The brightness of the summary's title slightly changes when focused.
- When paging the summary window, with the bottom scroll bar showing, the
cursor line drifts up or down a row.
- Sometimes a paused worker has the running status (blue), when it should
have the paused status (yellow).
- If a job is paused for longer than the timeout period, sometimes it has
the timed out status when un-paused.
- Tmp files are being left behind after shutdown.
- All tools in AppImages aren't working correctly. See ./vigil --self_test
- When paging the summary window the cursor line should stay in the same
place on the screen.
- Sometimes git_blame produces an error, depending on characters in its
input.
Current (tool related)
@ -248,6 +250,8 @@ Fixed
- There is no color in lxterminal, only shades of grey.
- When the cursor is at the top of the summary, and it is moved up, there
is a glitch in the scrolling.
- When paging the summary window, with the bottom scroll bar showing, the
cursor line drifts up or down a row.
Won't fix

12
TODO
View file

@ -1,14 +1,11 @@
Todo
- 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?
- Use cookiecutter?
- Need to use conventional version numbers for pypi. See pep0440.
- Publish on pypi.
Todo (tool related)
- Report on python doctests. (also coverage of)
- Cache tools._python_version.
- Colourise git_diff.
Done
@ -166,6 +163,7 @@ Done
- Can mypy be a tool?
<- Yes, but wait for it to be included in python, or until it is an ubuntu package.
- Add bandit tool for python.
- Created a setup.py file.
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
@ -424,3 +422,7 @@ Shelved
- POLA, only put in the sandbox what the tool needs. e.g. only the file.
Make a chroot with one file?
<- Not sure what the tool needs.
- Publish. pypi and github will do.
- wheel?, __pkginfo__.py?
- Maybe also use cxfreeze, py2exe, pyrun or zipapp? Is zipapp the standard way?
- Use cookiecutter?