bugfix: get tests to pass
[?]
Jul 26, 2022, 4:55 PM
3WNNXA6UXEX5GXO7UK3HR6GHJMKWZDRD246AEAI5F6IHOCGKDHYQCDependencies
- [2]
VSBSWTE4bugfix: where cursor is drawn - [3]
XNHZZH6Bupdate /recent file with new filenames - [4]
VHQCNMARseveral more modules - [*]
BJ5X5O4Alet's prevent the text cursor from ever getting on a drawing - [*]
5XQ4Y7NUreorg manual tests doc
Change contents
- replacement in file.lua at line 52
local f = io.open(State.directory..'recent', 'a')if f thenf:write(State.file_path, '\n')f:close()if State.file_path then -- might not be set in some tests from lines.love that I don't want to modify in capture.love; we don't want to touch the file system then anywaylocal f = io.open(State.directory..'recent', 'a')if f thenf:write(State.file_path, '\n')f:close()end - edit in Manual_tests.md at line 15[2.1687][7.168]
* Logging files created in the 'recent' file.