Brought BUGS up to date.
This commit is contained in:
parent
f414cc4a96
commit
e4f7845b5d
1 changed files with 5 additions and 1 deletions
6
BUGS
6
BUGS
|
|
@ -1,5 +1,5 @@
|
||||||
Current
|
Current
|
||||||
- The brightness of the summary's title slightly changes when focused.
|
- Timeout statuses aren't appearing. Probably related to subprocess.run.
|
||||||
- Sometimes a paused worker has the running status (blue), when it should
|
- Sometimes a paused worker has the running status (blue), when it should
|
||||||
have the paused status (yellow).
|
have the paused status (yellow).
|
||||||
- If a job is paused for longer than the timeout period, sometimes it has
|
- If a job is paused for longer than the timeout period, sometimes it has
|
||||||
|
|
@ -9,6 +9,8 @@ Current
|
||||||
|
|
||||||
|
|
||||||
Current (tool related)
|
Current (tool related)
|
||||||
|
- When the bandit executable is missing the result status is not an error.
|
||||||
|
There is possibly the same problem for every executable.
|
||||||
- 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.
|
||||||
- There is much less code coverage than I expect from vigil.py, tools.py
|
- There is much less code coverage than I expect from vigil.py, tools.py
|
||||||
|
|
@ -252,6 +254,8 @@ Fixed
|
||||||
- Sometimes git_blame produces an error, depending on characters in its
|
- Sometimes git_blame produces an error, depending on characters in its
|
||||||
input.
|
input.
|
||||||
- disassemble for python doesn't always work.
|
- disassemble for python doesn't always work.
|
||||||
|
- The brightness of the summary's title slightly changes when focused.
|
||||||
|
<- Went away!
|
||||||
|
|
||||||
|
|
||||||
Won't fix
|
Won't fix
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue