From d95267471eb2ff5b0de127ac8885daff1c1af963 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 10 Jun 2023 12:36:56 -0700 Subject: [PATCH] . --- Manual_tests.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Manual_tests.md b/Manual_tests.md index 4877713..cbfbe6b 100644 --- a/Manual_tests.md +++ b/Manual_tests.md @@ -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.