Merge lines.love

[?]
Aug 31, 2023, 7:13 AM
WB6SIB7HPVIOOFHO4BKYZMD23M4GFN2RMK47CZBFBALSVOKTUFUAC

Dependencies

  • [2] HWTLXESC Merge lines.love
  • [3] MEP2P6K7 yet another set of bugfixes
  • [4] 73OCE2MC after much struggle, a brute-force undo
  • [5] VXORMHME delete experimental REPL
  • [6] 6LJZN727 handle chords
  • [7] AVTNUQYR basic test-enabled framework
  • [8] RSZD5A7G forgot to add json.lua
  • [9] K2X6G75Z start writing some tests for drawings
  • [10] BJ5X5O4A let's prevent the text cursor from ever getting on a drawing
  • [11] KMSL74GA support selections in the source editor
  • [12] ORKN6EOB Merge lines.love
  • [13] OI4FPFIN support drawings in the source editor
  • [14] VHQCNMAR several more modules
  • [15] JOPVPUSA editing source code from within the app
  • [16] N2NUGNN4 include a brief reference enabling many useful apps
  • [17] RU4HIK43 Merge lines.love
  • [18] TLOAPLBJ add a license
  • [19] OGUV4HSA remove some memory leaks from rendered fragments
  • [20] LWPFEZBI Merge lines.love
  • [21] 4YDBYBA4 clean up memory leak experiments
  • [22] 66X36NZN a little more prose describing manual_tests
  • [23] FS2ITYYH record a known issue
  • [24] OTIBCAUJ love2d scaffold
  • [25] CE4LZV4T drop last couple of manual tests
  • [26] XX7G2FFJ intermingle freehand line drawings with text
  • [27] VHUNJHXB Merge lines.love
  • [28] 4SR3Z4Y3 document the version of LÖVE I've been using
  • [29] ED4Z6ORC cleaner API for file-system access
  • [30] K74U4BAU Merge lines.love
  • [31] T4FRZSYL delete an ancient, unused file
  • [32] TVCPXAAU rename
  • [33] KKMFQDR4 editing source code from within the app
  • [34] KWHC65JI Merge lines.love
  • [35] BULPIBEG beginnings of a module for the text editor
  • [36] ZLJYLPOT Merge lines.love
  • [37] ONHKBLLC Merge lines.love
  • [38] VP5KC4XZ Merge lines.love
  • [39] 3QNOKBFM beginnings of a test harness
  • [40] 3PSFWAIL Merge lines.love
  • [41] R5QXEHUI somebody stop me
  • [42] MD3W5IRA new fork: rip out drawing support
  • [43] 2CTN2IEF Merge lines.love
  • [44] B6DS4GZC Merge lines.love
  • [45] 2L5MEZV3 experiment: new edit namespace
  • [46] D2GCFTTT clean up repl functionality
  • [47] LXTTOB33 extract a couple of files
  • [48] 2344TV56 Merge lines.love
  • [49] SGMA5JLE save the list of tests in repo
  • [50] BLWAYPKV extract a module

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 not outfile then
    error('failed to write to "'..State.filename..'"')
    end
    for _,line in ipairs(State.lines) do
  • replacement in source_file.lua at line 48
    [2.475][4.151459:151484](),[4.151459][4.151459:151484]()
    if outfile == nil then
    [2.475]
    [4.151484]
    if not outfile then