diff --git a/BUGS b/BUGS index 20cdeea..de10a7c 100644 --- a/BUGS +++ b/BUGS @@ -1,5 +1,4 @@ Current -- All tools in AppImages aren't working correctly. See ./vigil --self_test Current (tool related) @@ -272,3 +271,4 @@ Won't fix <- Happens when the cache is deleted from underneath a running vigil. - In stterm the previous console title isn't being restored. <- 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 diff --git a/TODO b/TODO index 53c90de..5ec219f 100644 --- a/TODO +++ b/TODO @@ -1,13 +1,8 @@ Todo - Publish on pypi. -- Make a snap build work. -- Support 'reverse' and 'faint' escape codes, - used by pylint and yamllint. Todo (tool related) -- Report on python doctests. (also coverage of) -- eslint for javascript (at least for js,md,ts) Done @@ -174,6 +169,7 @@ Done - Make a flatpak build work. - Check the appimage build. - 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 B C D E F G H @@ -439,4 +435,8 @@ Shelved - Cache tools._python_version. - Not supporting python2 anymore. - Check if class Entry is really working correctly as a collections.UserList. - - Entry is no longer a UserList. \ No newline at end of file + - 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)