bugfix: don't run on.code_change on MANIFEST, etc.
Dependencies
- [2]
3CMM7CXDresolve conflicts - [3]
NVVHJWJEa new event: receiving code changes from the driver - [4]
YONFBSVBdon't hide errors when driver.love connects - [5]
5WHW3IDOfix initialization errors using driver.love - [6]
LRDM35CEapp running again - [7]
3GC3WIB6bugfix: recover from error on new command - [8]
BSDXVB3Hbackport some doc updates and renames - [9]
WZZGVKSGa few more renames
Change contents
- replacement in live.lua at line 82[3.4993]→[2.109:129](∅→∅),[3.28]→[3.183:233](∅→∅),[3.107]→[3.183:233](∅→∅),[2.129]→[3.183:233](∅→∅),[3.5013]→[3.183:233](∅→∅)
live.run(buf)if on.code_change then on.code_change() endlocal possibly_mutated = live.run(buf)if possibly_mutated thenif on.code_change then on.code_change() endend