yet another bugfix X-(
[?]
Sep 9, 2023, 4:27 PM
3WL5OW24CZYD3Y3ZSN62HG6JUTHXIBWIJ7DBK6NHQOPMY2CI4XAQCDependencies
- [2]
AQOJ62LNtwo bugfixes - [3]
FQURPLDAnew primitives for reading/writing files - [4]
ED4Z6ORCcleaner API for file-system access - [*]
3QNOKBFMbeginnings of a test harness
Change contents
- replacement in app.lua at line 471
function(filename, contents)function(path, contents) - replacement in app.lua at line 475
local f, err = App.open_for_writing(filename)local f, err = App.open_for_writing(path)