bugfix: don't run on.code_change on MANIFEST, etc.

akkartik
Dec 28, 2024, 9:50 PM
ZSYC5Z46QFXSLRZ2MJAB3Q4HGR7DGAZ5HWDFOV245E7MKVNF7KAAC

Dependencies

  • [2] 3CMM7CXD resolve conflicts
  • [3] NVVHJWJE a new event: receiving code changes from the driver
  • [4] YONFBSVB don't hide errors when driver.love connects
  • [5] 5WHW3IDO fix initialization errors using driver.love
  • [6] LRDM35CE app running again
  • [7] 3GC3WIB6 bugfix: recover from error on new command
  • [8] BSDXVB3H backport some doc updates and renames
  • [9] WZZGVKSG a 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() end
    [3.4993]
    [3.5013]
    local possibly_mutated = live.run(buf)
    if possibly_mutated then
    if on.code_change then on.code_change() end
    end