Merge lines.love
[?]
Aug 23, 2022, 10:42 PM
BP236AJP45654QRIGH6YTM5TWPMKTKYVPTIXRG4T7FI5MA6RQQNQCDependencies
- [2]
NYMFNQDTMerge upstream into main - [3]
3KTHONHVhelper: file_exists - [4]
ZLEPKWDJfork: capture frontend for a note-taking system - [5]
SPNMXTYRhave file API operate on state object - [6]
VHQCNMARseveral more modules - [7]
MSDHRXWUMerge upstream into main - [8]
4CTZOJPCstop pretending globals are local
Change contents
- edit in file.lua at line 12
function file_exists(filename)local infile = App.open_for_reading(filename)if infile theninfile:close()return trueelsereturn falseendend - resolve order conflict in file.lua at line 12