trailing slash on directory

[?]
Jul 26, 2022, 2:18 AM
CV6XLZMWAIGTLFULCLHD3BOET44JVC4UV4FJUXI2ZYF5WPJNX6LAC

Dependencies

  • [2] OZK4DYYF Merge upstream into main
  • [3] UVIDOW6Z Merge upstream into main
  • [4] 2L5MEZV3 experiment: new edit namespace
  • [5] TGZAJUEF bring back a set of constants
  • [6] ZLEPKWDJ fork: capture frontend for a note-taking system
  • [7] MSDHRXWU Merge upstream into main
  • [8] WQOSZSUE warn on unused commandline args
  • [9] LF7BWEG4 group all editor globals
  • [10] HN32EW6Z sync directory with pensieve.love
  • [11] R6GUSTBY default font size and line-height
  • [*] OTIBCAUJ love2d scaffold

Change contents

  • replacement in main.lua at line 41
    [4.168][4.9:9](),[4.9][4.10:90]()
    Editor_state.filename = Editor_state.directory..os.date('/%Y/%m/%d/%H-%M-%S')
    [4.168]
    [3.8]
    Editor_state.filename = Editor_state.directory..os.date('%Y/%m/%d/%H-%M-%S')
  • replacement in edit.lua at line 106
    [4.3616][4.15:93]()
    directory = dirname(love.filesystem.getSaveDirectory())..'pensieve/data',
    [4.3539]
    [4.343]
    directory = dirname(love.filesystem.getSaveDirectory())..'pensieve/data/',