don't hide errors when driver.love connects
Dependencies
- [2]
FFMMA7L2send Test_failures _before_ restoring globals - [3]
3GC3WIB6bugfix: recover from error on new command - [4]
X2AAODYCsend a response when deleting a definition - [5]
2NQZJUPTstart saving edits right in the source dir - [6]
LRDM35CEapp running again - [7]
NVVHJWJEa new event: receiving code changes from the driver - [8]
WZZGVKSGa few more renames - [9]
TBWAE64Aapp is now live, can communicate with driver - [10]
FFFJ54GJrestore globals after running tests - [11]
BSDXVB3Hbackport some doc updates and renames - [12]
EZHO4TSWnew file-system format for freewheeling apps
Change contents
- replacement in live.lua at line 80
live.run(buf)Mode = 'run'local possibly_mutated = live.run(buf)if possibly_mutated thenMode = 'run'end - replacement in live.lua at line 135
-- define or undefine top-level bindings-- returns true if we might have mutated the app, by either creating or deleting a definition - edit in live.lua at line 164
return true - replacement in live.lua at line 225
returnreturn true - edit in live.lua at line 232
return true