diff options
Diffstat (limited to 'Manual_tests.md')
-rw-r--r-- | Manual_tests.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Manual_tests.md b/Manual_tests.md index 8e9a02c..690ccd9 100644 --- a/Manual_tests.md +++ b/Manual_tests.md @@ -23,3 +23,11 @@ Lua is dynamically typed. Tests can't patch over lack of type-checking. * Like any high-level language, it's easy to accidentally alias two non-scalar variables. I wish there was a way to require copy when assigning. + +### Todo list + +* Initializing settings: + - from previous session + - Filename as absolute path + - Filename as relative path + - from defaults |