diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2017-05-06 14:54:26 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2017-05-06 14:54:26 -0700 |
commit | dc0e767cf5130461a6aa58774d1016ec3934396b (patch) | |
tree | cd4522ac4fb08a2679f663b813dd2e62f7332fb4 /cannot_write_tests_for | |
parent | 71d4ce1800b5df555aa7786b30f4d5d7fcd30352 (diff) | |
download | mu-dc0e767cf5130461a6aa58774d1016ec3934396b.tar.gz |
3844
Once I start optimizing most events to not repaint everything there's no need to be smart about queued-up events.
Diffstat (limited to 'cannot_write_tests_for')
-rw-r--r-- | cannot_write_tests_for | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/cannot_write_tests_for b/cannot_write_tests_for index 5e10fa49..0c0685c9 100644 --- a/cannot_write_tests_for +++ b/cannot_write_tests_for @@ -1,10 +1,9 @@ 0. main's ingredients 1. assertion failures or errors inside scenarios 2. screen background color -3. has-more-events? -4. more touch event types -5. sandbox isolation -6. errors in reading/writing files (missing directory, others?) +3. more touch event types +4. sandbox isolation +5. errors in reading/writing files (missing directory, others?) termbox issues are implementation-specific and not worth testing: latency in interpreting low-level escape characters |