Merge lines.love

[?]
Sep 26, 2022, 10:24 PM
ETXNVRPTSI43GZYSCQCXKU5E4TC4HSNSK7MEGHAHDTIKWANYUSNAC

Dependencies

  • [2] ATQO62TF Merge lines.love
  • [3] A4STVUZI fix support for absolute paths in Windows
  • [4] D4B52CQ2 Merge lines.love
  • [5] LXTTOB33 extract a couple of files
  • [6] 73OCE2MC after much struggle, a brute-force undo
  • [7] OGUV4HSA remove some memory leaks from rendered fragments
  • [8] 2L5MEZV3 experiment: new edit namespace
  • [9] GUOQRUL7 Merge lines.love
  • [10] D2GCFTTT clean up repl functionality
  • [11] AVTNUQYR basic test-enabled framework
  • [12] OI4FPFIN support drawings in the source editor
  • [13] C3NYQP57 Merge lines.love
  • [14] TLOAPLBJ add a license
  • [15] 2CTN2IEF Merge lines.love
  • [16] VHUNJHXB Merge lines.love
  • [17] VXORMHME delete experimental REPL
  • [18] AYX33NBC Merge lines.love
  • [19] JOPVPUSA editing source code from within the app
  • [20] 6LJZN727 handle chords
  • [21] K2X6G75Z start writing some tests for drawings
  • [22] VHQCNMAR several more modules
  • [23] 32V6ZHQB Merge lines.love
  • [24] BLWAYPKV extract a module
  • [25] TVCPXAAU rename
  • [26] A23MMLJH migrate old settings, attempt #3
  • [27] 4YDBYBA4 clean up memory leak experiments
  • [28] FS2ITYYH record a known issue
  • [29] XX7G2FFJ intermingle freehand line drawings with text
  • [30] RSZD5A7G forgot to add json.lua
  • [31] 3QNOKBFM beginnings of a test harness
  • [32] MD3W5IRA new fork: rip out drawing support
  • [33] KKMFQDR4 editing source code from within the app
  • [34] 3PSFWAIL Merge lines.love
  • [35] NFI42KGX more correct absolute path detection
  • [36] R5QXEHUI somebody stop me
  • [37] CE4LZV4T drop last couple of manual tests
  • [38] T4FRZSYL delete an ancient, unused file
  • [39] BJ5X5O4A let's prevent the text cursor from ever getting on a drawing
  • [40] BULPIBEG beginnings of a module for the text editor
  • [41] KMSL74GA support selections in the source editor
  • [42] OTIBCAUJ love2d scaffold
  • [43] VBU5YHLR Merge lines.love
  • [44] 66X36NZN a little more prose describing manual_tests

Change contents

  • file deletion: source_file.lua (----------)source_file.lua (----------)
    [4.2][4.152399:152438](),[4.2][4.152399:152438](),[4.152438][4.150241:150241]()
    if path:sub(2,2) == ':' then return true end -- DOS drive letter followed by volume separator
    local f = path:sub(1,1)
    return f == '/' or f == '\\'
    else
    error('What OS is this? LÖVE reports that the path separator is "'..os_path_separator..'"')
    end
    end
    function is_relative_path(path)
    return not is_absolute_path(path)
  • edit in source_file.lua at line 209
    [4.255]
    [4.255]
    if path:sub(2,2) == ':' then return true end -- DOS drive letter followed by volume separator