make roll_forward and roll_back more symmetric
[?]
Apr 9, 2023, 5:02 PM
LKUW6TVDJD66K2QFWWJF3URDGCNYAZ5VIGKIC6EMRDRX5ARICA2QCDependencies
- [2]
KGILP75Eremove abstraction: update_head - [3]
5T6SHEITabstraction: roll forward/back - [4]
JUTECG5Xbring template-live's protocol in sync with template-live-editor - [5]
OI2U4SQ3extract a function - [6]
T3LA4DVGnew command: batch GET - [7]
TNRO6KLZnew live app - [8]
OJLXS67Na prefix for metadata in the manifest - [9]
UQLKUPWRstart including a default_map with each app - [10]
5TZBSRBNaudit all calls to app.eval - [*]
JIWWTY7Rextract a function
Change contents
- edit in main.lua at line 241
app.Manifest[PARENT] = app.Headlocal manifest_filename = app.versioned_manifest(app.Next_version)love.filesystem.write(manifest_filename, json.encode(app.Manifest)) - edit in main.lua at line 266
app.Manifest[PARENT] = app.Headlocal manifest_filename = app.versioned_manifest(app.Next_version)love.filesystem.write(manifest_filename, json.encode(app.Manifest)) - edit in main.lua at line 278[12.32][3.52]
-- update app.Head and record the new app.Manifest (which caller has already modified) - edit in main.lua at line 280
app.Manifest[PARENT] = app.Headlocal manifest_filename = app.versioned_manifest(app.Next_version)love.filesystem.write(manifest_filename, json.encode(app.Manifest)) - edit in main.lua at line 288[3.163][12.32]
-- update app.Head and reload app.Manifest appropriately