Update TODO and BUGS.

This commit is contained in:
Andrew Hamilton 2021-12-15 08:58:45 +10:00
parent 20f4ab708c
commit 55a8ca7849
2 changed files with 7 additions and 7 deletions

2
BUGS
View file

@ -1,5 +1,4 @@
Current Current
- All tools in AppImages aren't working correctly. See ./vigil --self_test
Current (tool related) Current (tool related)
@ -272,3 +271,4 @@ Won't fix
<- Happens when the cache is deleted from underneath a running vigil. <- Happens when the cache is deleted from underneath a running vigil.
- In stterm the previous console title isn't being restored. - In stterm the previous console title isn't being restored.
<- Seems to be a bug in stterm, because its okay in gnome-terminal. <- Seems to be a bug in stterm, because its okay in gnome-terminal.
- All tools in AppImages aren't working correctly. See ./vigil --self_test

12
TODO
View file

@ -1,13 +1,8 @@
Todo Todo
- Publish on pypi. - Publish on pypi.
- Make a snap build work.
- Support 'reverse' and 'faint' escape codes,
used by pylint and yamllint.
Todo (tool related) Todo (tool related)
- Report on python doctests. (also coverage of)
- eslint for javascript (at least for js,md,ts)
Done Done
@ -174,6 +169,7 @@ Done
- Make a flatpak build work. - Make a flatpak build work.
- Check the appimage build. - Check the appimage build.
- Colourise more tools: luacheck, gcc, perl6, shellcheck, elinks? - Colourise more tools: luacheck, gcc, perl6, shellcheck, elinks?
- Make a snap build work.
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
@ -439,4 +435,8 @@ Shelved
- Cache tools._python_version. - Cache tools._python_version.
- Not supporting python2 anymore. - Not supporting python2 anymore.
- Check if class Entry is really working correctly as a collections.UserList. - Check if class Entry is really working correctly as a collections.UserList.
- Entry is no longer a UserList. - Entry is no longer a UserList.
- Support 'reverse' and 'faint' escape codes,
used by pylint and yamllint.
- Report on python doctests. (also coverage of)
- eslint for javascript (at least for js,md,ts)