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 10:30:52 -0700
committerKartik K. Agaram <vc@akkartik.com>2022-07-01 11:01:20 -0700
commite839c3036a24eee998fa2c7e1a47ac4d53a2b089 (patch)
treee528419df676db7fd346fd8fb498c0e7837f5f99 /Manual_tests.md
parent37c5ab87ece90f9f64b3726fcfdf20240aa7d55f (diff)
downloadtext.love-e839c3036a24eee998fa2c7e1a47ac4d53a2b089.tar.gz
bugfix: manage screen_top and cursor when resizing
Diffstat (limited to 'Manual_tests.md')
-rw-r--r--Manual_tests.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/Manual_tests.md b/Manual_tests.md
index 75b37d8..8e9a02c 100644
--- a/Manual_tests.md
+++ b/Manual_tests.md
@@ -20,3 +20,6 @@ Lua is dynamically typed. Tests can't patch over lack of type-checking.
   Several bugs have arisen due to destructive interference between the two for
   some key chord. I wish I could guarantee that the two sets are disjoint. But
   perhaps I'm not thinking about this right.
+
+* 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.