Merge lines.love

[?]
Mar 25, 2023, 7:44 PM
MQTFTTEKM2ZQRZZU6NRIF3AJPVJSA3NQP6EQKKI6J4CBRPYFGFDQC

Dependencies

  • [2] 4U4VQWNY Merge lines.love
  • [3] 73P42BEU stop reusing cursor locations between files
  • [4] 2TQUKHBC Merge lines.love
  • [5] BJ5X5O4A let's prevent the text cursor from ever getting on a drawing
  • [6] 2L5MEZV3 experiment: new edit namespace
  • [7] 4YDBYBA4 clean up memory leak experiments
  • [8] ZTZOO2OQ Merge lines.love
  • [9] BULPIBEG beginnings of a module for the text editor
  • [10] K2X6G75Z start writing some tests for drawings
  • [11] KMSL74GA support selections in the source editor
  • [12] XX7G2FFJ intermingle freehand line drawings with text
  • [13] 6LJZN727 handle chords
  • [14] K74U4BAU Merge lines.love
  • [15] OGUV4HSA remove some memory leaks from rendered fragments
  • [16] 3QNOKBFM beginnings of a test harness
  • [17] 4SR3Z4Y3 document the version of LÖVE I've been using
  • [18] U3MJNFUY Merge lines.love
  • [19] Q7XPSKII Merge lines.love
  • [20] VOU73AK6 Merge lines.love
  • [21] VHQCNMAR several more modules
  • [22] JOPVPUSA editing source code from within the app
  • [23] 3PSFWAIL Merge lines.love
  • [24] LXTTOB33 extract a couple of files
  • [25] VXORMHME delete experimental REPL
  • [26] GUOQRUL7 Merge lines.love
  • [27] KKMFQDR4 editing source code from within the app
  • [28] CE4LZV4T drop last couple of manual tests
  • [29] T4FRZSYL delete an ancient, unused file
  • [30] VHUNJHXB Merge lines.love
  • [31] ETXNVRPT Merge lines.love
  • [32] ORKN6EOB Merge lines.love
  • [33] A4BSGS2C Merge lines.love
  • [34] R5QXEHUI somebody stop me
  • [35] 7VGDIPLC more robust state validation
  • [36] 2CTN2IEF Merge lines.love
  • [37] RSZD5A7G forgot to add json.lua
  • [38] OTIBCAUJ love2d scaffold
  • [39] AVTNUQYR basic test-enabled framework
  • [40] 2CK5QI7W make love event names consistent
  • [41] FS2ITYYH record a known issue
  • [42] BLWAYPKV extract a module
  • [43] 73OCE2MC after much struggle, a brute-force undo
  • [44] MD3W5IRA new fork: rip out drawing support
  • [45] 66X36NZN a little more prose describing manual_tests
  • [46] OMLASW7K experiment at avoiding some merge conflicts
  • [47] TLOAPLBJ add a license
  • [48] VP5KC4XZ Merge lines.love
  • [49] TVCPXAAU rename
  • [50] D2GCFTTT clean up repl functionality

Change contents

  • file deletion: run.lua (----------)run.lua (----------)
    [4.2][4.184046:184077](),[4.2][4.184046:184077](),[4.184077][4.178044:178044]()
    Editor_state.screen_top1 = {line=1, pos=1}
    Editor_state.cursor1 = {line=1, pos=1}
    -- keep a few blank lines around: https://merveilles.town/@akkartik/110084833821965708
  • replacement in run.lua at line 125
    [4.182051][4.876:908]()
    edit.check_locs(Editor_state)
    [4.182051]
    [2.306]
    Editor_state.screen_top1 = {line=1, pos=1}
    Editor_state.cursor1 = {line=1, pos=1}