reorder
[?]
Sep 9, 2023, 3:27 PM
C4YSIYPOHR7CSVJ35Y3FM3IUEEWCBYJ63Z5LH4LLGKVMV4AHQFMACDependencies
- [2]
HOWVSTWAa few more testable file-system operations - [3]
ED4Z6ORCcleaner API for file-system access - [4]
JFFUF5ALoverride mouse state lookups in tests - [5]
CUFW4EJLreorganize app.lua and its comments - [*]
3QNOKBFMbeginnings of a test harness
Change contents
- edit in app.lua at line 275[3.4083]→[3.4083:4156](∅→∅),[3.4156]→[3.15820:15995](∅→∅),[3.15995]→[3.4733:4737](∅→∅),[3.4733]→[3.4733:4737](∅→∅)
function App.open_for_writing(filename)App.filesystem[filename] = ''return {write = function(self, s)App.filesystem[filename] = App.filesystem[filename]..send,close = function(self)end,}end - edit in app.lua at line 291
function App.open_for_writing(filename)App.filesystem[filename] = ''return {write = function(self, s)App.filesystem[filename] = App.filesystem[filename]..send,close = function(self)end,}end