diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2022-12-23 19:53:38 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2022-12-23 19:53:38 -0800 |
commit | 8e782947950cb6c1a0dce2d603e96bd520a52843 (patch) | |
tree | 56eda59123c2267dd72a2ea828a84ebc92d96814 /Manual_tests.md | |
parent | c51ab8739296f9b5a72508045b0b3e4b1910006d (diff) | |
parent | 48541656304c49005e951f7d67f6b5e47485dd53 (diff) | |
download | view.love-8e782947950cb6c1a0dce2d603e96bd520a52843.tar.gz |
Merge text.love
Diffstat (limited to 'Manual_tests.md')
-rw-r--r-- | Manual_tests.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Manual_tests.md b/Manual_tests.md index 80ddc6c..45154e3 100644 --- a/Manual_tests.md +++ b/Manual_tests.md @@ -46,6 +46,9 @@ 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. +* I wish I could require pixel coordinates to integers. The editor defensively + converts input margins to integers. + * My test harness automatically runs `test_*` methods -- but only at the top-level. I wish there was a way to raise warnings if someone defines such a function inside a dict somewhere. |