From 3ba16c7d139e439ab7e25dd3c846ec18e6fdb32e Mon Sep 17 00:00:00 2001 From: Andrew Hamilton Date: Sat, 23 Jan 2016 00:35:45 +0000 Subject: [PATCH] Bring BUGS up to date. --- BUGS | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/BUGS b/BUGS index d9d8241..ba73508 100644 --- a/BUGS +++ b/BUGS @@ -8,16 +8,16 @@ Current then tools fail when they can't find the file. Also, even if watching, there would be a race. Do what? - Scrolling in the help screen doesn't work with the arrow keys. +- Within the sandbox sudo is not working for tools. +- When the filesystem changes a lot vigil is syncing the summary repeatedly + for each part in a queue of changes. Needs to empty the queue then sync. +- There is an exception if vigil's window is made too small. Current (tool related) -- disassemble.py is not always found - disassemble doesn't work for python3 - gut had an error with utf-8. A traceback printed directly on the screen, garbling the interface. -- Some file's display is garbled. e.g. perldoc of FieldHash.pm -- Scrolling right on a result from disassemble_pyc (or pydoc run on termstr.py) - causes screen corruption. Fixed @@ -197,6 +197,13 @@ Fixed - Sometimes when quitting: "close failed in object destructor", "sys.excepthook is missing" <- This has probably gone away now jobs are run differently +- disassemble.py is not always found + <- The script isn't used anymore +- Some file's display is garbled. e.g. perldoc of FieldHash.pm + <- pydoc was outputting ASCII term codes. +- Scrolling right on a result from disassemble_pyc (or pydoc run on termstr.py) + causes screen corruption. + <- pydoc was outputting ASCII term codes. On hold, run-tool related