about summary refs log tree commit diff stats
path: root/Manual_tests.md
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2022-07-01 13:55:43 -0700
committerKartik K. Agaram <vc@akkartik.com>2022-07-01 13:56:17 -0700
commit53c35241fb1fbc01412e8e7899f14b3929472162 (patch)
tree20b720fc695cf183fd8e6cad9d833710ef2fd72e /Manual_tests.md
parentf311013200bf62d28d3a548963c1e56f7c4ca3dc (diff)
downloadlines.love-53c35241fb1fbc01412e8e7899f14b3929472162.tar.gz
ugh, handle absolute as well as relative paths
Diffstat (limited to 'Manual_tests.md')
-rw-r--r--Manual_tests.md8
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