resolve conflicts
Dependencies
- [2]
VTCPDL3Aresolve conflicts - [3]
AYG2PQCGfix a couple of asserts missed in the recent audit - [4]
KKMFQDR4editing source code from within the app - [5]
LWPFEZBIMerge lines.love - [6]
3PSFWAILMerge lines.love - [7]
6VJTQKW7start supporting LÖVE v12 - [8]
G3DLS5OUaudit all asserts - [9]
JOPVPUSAediting source code from within the app - [10]
XX7G2FFJintermingle freehand line drawings with text - [11]
KKQKPGCIresolve conflicts - [12]
2L5MEZV3experiment: new edit namespace - [13]
TLOAPLBJadd a license - [14]
6LJZN727handle chords - [15]
3QNOKBFMbeginnings of a test harness - [16]
66X36NZNa little more prose describing manual_tests - [17]
BJ5X5O4Alet's prevent the text cursor from ever getting on a drawing - [18]
RU4HIK43Merge lines.love - [19]
VHUNJHXBMerge lines.love - [20]
73OCE2MCafter much struggle, a brute-force undo - [21]
ZLJYLPOTMerge lines.love - [22]
FS2ITYYHrecord a known issue - [23]
TVCPXAAUrename - [24]
D2GCFTTTclean up repl functionality - [25]
VP5KC4XZMerge lines.love - [26]
RSZD5A7Gforgot to add json.lua - [27]
R5QXEHUIsomebody stop me - [28]
OTIBCAUJlove2d scaffold - [29]
BLWAYPKVextract a module - [30]
K2X6G75Zstart writing some tests for drawings - [31]
VXORMHMEdelete experimental REPL - [32]
ED4Z6ORCcleaner API for file-system access - [33]
34BZ5ZKNMerge lines.love - [34]
TBTRYEBPMerge lines.love - [35]
4YDBYBA4clean up memory leak experiments - [36]
LXTTOB33extract a couple of files - [37]
N2NUGNN4include a brief reference enabling many useful apps - [38]
VHQCNMARseveral more modules - [39]
ORKN6EOBMerge lines.love - [40]
2CTN2IEFMerge lines.love - [41]
KMSL74GAsupport selections in the source editor - [42]
T4FRZSYLdelete an ancient, unused file - [43]
AVTNUQYRbasic test-enabled framework - [44]
4SR3Z4Y3document the version of LÖVE I've been using - [45]
YF2ATH2QMerge lines.love - [46]
CE4LZV4Tdrop last couple of manual tests - [47]
SGMA5JLEsave the list of tests in repo - [48]
3MJ2PYMWresolve conflicts - [49]
BULPIBEGbeginnings of a module for the text editor - [50]
OGUV4HSAremove some memory leaks from rendered fragments
Change contents
- file deletion: source_text.lua source_text.lua
assert(false, ('Text.offset(%d) called on a string of length %d (byte size %d); this is likely a failure to handle utf8\n\n^%s$\n'):format(pos1, utf8.len(s), #s, s))end - replacement in source_text.lua at line 977
print(pos1, #s, s)assert(false, ('Text.offset(%d) called on a string of length %d (byte size %d); this is likely a failure to handle utf8\n\n^%s$\n'):format(pos1, utf8.len(s), #s, s)) - edit in source_text.lua at line 979
assert(result, "Text.offset returned nil; this is likely a failure to handle utf8")