remove abstraction: update_head
[?]
Apr 9, 2023, 4:29 PM
KGILP75EVHHDWV7OY5JONQKWHDGQUQAZJHHMFSG63SFD24Q7GMRACDependencies
- [2]
5T6SHEITabstraction: roll forward/back - [3]
JIWWTY7Rextract a function - [4]
TNRO6KLZnew live app - [5]
OI2U4SQ3extract a function
Change contents
- replacement in main.lua at line 285
app.update_head(app.Next_version)app.Head = app.Next_versionlove.filesystem.write('head', tostring(app.Head)) - replacement in main.lua at line 291
app.update_head(app.Manifest[PARENT])app.Head = app.Manifest[PARENT]love.filesystem.write('head', tostring(app.Head)) - edit in main.lua at line 297
function app.update_head(head)app.Head = headlove.filesystem.write('head', tostring(app.Head))end