bugfix: get tests to pass

[?]
Jul 26, 2022, 4:55 PM
3WNNXA6UXEX5GXO7UK3HR6GHJMKWZDRD246AEAI5F6IHOCGKDHYQC

Dependencies

  • [2] VSBSWTE4 bugfix: where cursor is drawn
  • [3] XNHZZH6B update /recent file with new filenames
  • [4] VHQCNMAR several more modules
  • [*] BJ5X5O4A let's prevent the text cursor from ever getting on a drawing
  • [*] 5XQ4Y7NU reorg manual tests doc

Change contents

  • replacement in file.lua at line 52
    [3.179][3.179:300]()
    local f = io.open(State.directory..'recent', 'a')
    if f then
    f:write(State.file_path, '\n')
    f:close()
    [3.179]
    [3.300]
    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 anyway
    local f = io.open(State.directory..'recent', 'a')
    if f then
    f: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.