Merge template-live-editor
bugfix: don't run on.code_change on MANIFEST, etc.
delete a stale file
This is needed in template-live, which has less infrastructure and so
needs to store edits to in the save dir. But it's no longer needed in
template-live-editor which uses nativefs to make edits directly in a
source repo.
Merge template-live-editor
merge bugfix
Recover immediately when driver corrects error, without needing to press
a key.
Merge template-live-editor
don't suggest pressing a key on initialization errors
Merge text0
At this point I've added 100 lines of code to eliminate 2 global
variables:
- Mode
- Redo_initialization
I _think_ this is a worthwhile trade..
get rid of a special case
on test failure, switch to a third event loop
fix a regression 2 commits ago
on error, switch to a whole other event loop
initialize Error_message with everything else
define App.run_frame at the top level
keep the version check in one place
Many thanks to wryl and the folks at #Nova for teaching me about
inversion of control. There doesn't have to be a single event loop.
Merge template-live-editor