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