This commit is contained in:
Kartik K. Agaram 2023-06-10 12:36:56 -07:00
parent 070ac4a01b
commit d95267471e
1 changed files with 3 additions and 3 deletions

View File

@ -25,6 +25,9 @@ record those here.
Hit F4. No error.
Quit driver, quit client app. Restart client app. No error.
[1] We never clear the app from the driver's config. driver.love needs to be
robust to apps changing out from under it.
* clone this repo to a new client app, clear its save dir, run it, run the
driver, add a definition that draws to screen:
```
@ -73,9 +76,6 @@ record those here.
Switch back to the driver. Hit F4. The driver hangs and needs to be
force-quit. [This is not ideal, but how things are today.]
[1] We never clear the app from the driver's config. driver.love needs to be
robust to apps changing out from under it.
### Other compromises
Lua is dynamically typed. Tests can't patch over lack of type-checking.