]> git.lyx.org Git - lyx.git/blob - development/keystest/TODO
upgrade boost to 1.75.0
[lyx.git] / development / keystest / TODO
1 Short Term
2
3 Fix gdb PID bug, use readlink -f lyx/src/lyx
4 Make WANT_CRASH_ID optional
5 Force all Titles to start with lyx::
6 Start moving out lyx specific stuff
7 Make variables customisable
8
9 Longer Term
10
11 Move all temporary files to a single dir which can be mounted as a tmpfs to reduce HDD writes 
12 HTML out with links.
13 Try to get KEYCODES to be repeatible and useable (DONE)
14 semi protect home dir for repeatibility.
15 Support mouse clicks.
16 Do not spend hours reproducing a bug that has already been reproduced. (DONE)
17 Support other failure modes (e.g. freezes and Python tracebacks)
18 Tally of failures vs successes
19 If come across different bug when trying to reproduce another, reproduce *both* bugs
20 Add report as to how easy bug is to reproduce
21 Try e.g. electric fence
22 Automatically update from svn every 24 hours, recheck if bugs have been fixed.
23 Make it easy to use Xvfb instead of VM. (Done)
24 Automatically add bisect to bug report.