don't hide errors when driver.love connects
Dependencies
- [2]
K7ABD3WDattempt at better error recovery - [3]
UCFXFH6Csend a response when deleting a definition - [4]
7EICPXK2don't tolerate Lua comments when parsing commands - [5]
4XBR6CLDbe robust to leading whitespace - [6]
LZDP7K7Xinclude Current_time in reference - [7]
TNRO6KLZnew live app - [8]
Y2K3ID34ignore comments when selecting buffer name - [9]
JUTECG5Xbring template-live's protocol in sync with template-live-editor - [10]
BXXTVMBQbetter organization of errors - [*]
AJLUO3UIgeneralize the protocol to return errors, etc.
Change contents
- replacement in main.lua at line 123
app.run(buf)Mode = 'run'local possibly_mutated = app.run(buf)if possibly_mutated thenMode = 'run'end - replacement in main.lua at line 181
-- define or undefine top-level bindings-- returns true if we might have mutated the app, by either creating or deleting a definition - edit in main.lua at line 207
return true - edit in main.lua at line 235
if definition_name == nil then-- contents are all Lua comments; we don't currently have a plan for themapp.send('ERROR empty definition')returnend - edit in main.lua at line 261[12.20][5.7608]
return true