don't hide errors when driver.love connects

akkartik
Nov 17, 2023, 7:14 AM
YONFBSVBBNIARWDVDBG56GDPTLC6N25TLDTCVVZZ6AHBZG42H7ZAC

Dependencies

  • [2] FFMMA7L2 send Test_failures _before_ restoring globals
  • [3] 3GC3WIB6 bugfix: recover from error on new command
  • [4] X2AAODYC send a response when deleting a definition
  • [5] 2NQZJUPT start saving edits right in the source dir
  • [6] LRDM35CE app running again
  • [7] NVVHJWJE a new event: receiving code changes from the driver
  • [8] WZZGVKSG a few more renames
  • [9] TBWAE64A app is now live, can communicate with driver
  • [10] FFFJ54GJ restore globals after running tests
  • [11] BSDXVB3H backport some doc updates and renames
  • [12] EZHO4TSW new file-system format for freewheeling apps

Change contents

  • replacement in live.lua at line 80
    [6.4993][6.4993:5013](),[6.5013][3.9:28]()
    live.run(buf)
    Mode = 'run'
    [6.4993]
    [6.183]
    local possibly_mutated = live.run(buf)
    if possibly_mutated then
    Mode = 'run'
    end
  • replacement in live.lua at line 135
    [6.6095][6.6095:6136]()
    -- define or undefine top-level bindings
    [6.6095]
    [6.6136]
    -- returns true if we might have mutated the app, by either creating or deleting a definition
  • edit in live.lua at line 164
    [4.39]
    [6.6977]
    return true
  • replacement in live.lua at line 225
    [5.1066][5.1066:1081]()
    return
    [5.1066]
    [5.1081]
    return true
  • edit in live.lua at line 232
    [2.59]
    [6.8032]
    return true