2
0
mirror of https://github.com/koreader/koreader synced 2024-11-16 06:12:56 +00:00
koreader/frontend
NiLuJe 0382e0d4c2 OTM: Handle syntax errors at *both* stages when migrating
defaults.persistent.lua

We were pcall'ing the parsing, but not the execution...
The funky Lua syntax quirks means that it is possible to pass the former
but not the latter ;).

Fix #9700, de-facto regression since #9546
2022-10-29 22:55:20 +02:00
..
apps InputContainer: Fall cleanup ;). 2022-10-29 22:55:20 +02:00
device PocketBook: Move low-level input event type translation to the low-level 2022-10-29 22:55:20 +02:00
document Vocabulary builder: support extracting context from pdfs (#9622) 2022-10-25 12:23:18 +02:00
ui OTM: Handle syntax errors at *both* stages when migrating 2022-10-29 22:55:20 +02:00
cache.lua Clarify our OOP semantics across the codebase (#9586) 2022-10-06 02:14:48 +02:00
cacheitem.lua Clarify our OOP semantics across the codebase (#9586) 2022-10-06 02:14:48 +02:00
configurable.lua
dbg.lua Cleanup various varargs shenanigans (#9624) 2022-10-12 19:59:48 +02:00
depgraph.lua
device.lua
dispatcher.lua Dispatcher: preserve profile name, show actions count (#9682) 2022-10-27 14:29:50 +02:00
docsettings.lua DocSettings: Fix candidates sorting (#9607) 2022-10-09 19:32:35 +02:00
dump.lua Logger: Use serpent instead of dump (#9588) 2022-10-06 02:21:03 +02:00
fontlist.lua Logger: Use serpent instead of dump (#9588) 2022-10-06 02:21:03 +02:00
gettext.lua Make luacheck >= 0.26 happy (#9174) 2022-06-11 19:06:06 +02:00
httpclient.lua
languagesupport.lua Clarify our OOP semantics across the codebase (#9586) 2022-10-06 02:14:48 +02:00
logger.lua Cleanup various varargs shenanigans (#9624) 2022-10-12 19:59:48 +02:00
luadata.lua DocSettings: Fix candidates sorting (#9607) 2022-10-09 19:32:35 +02:00
luadefaults.lua DocSettings: Fix candidates sorting (#9607) 2022-10-09 19:32:35 +02:00
luasettings.lua DocSettings: Fix candidates sorting (#9607) 2022-10-09 19:32:35 +02:00
luxl.lua
optmath.lua [autosuspend, plugin] Switch to datetimewidget and provide default values (#8480) 2021-11-28 22:18:44 +01:00
persist.lua Persist: Make sure data is flushed to disk on save 2022-10-29 22:55:20 +02:00
pluginloader.lua Clarify our OOP semantics across the codebase (#9586) 2022-10-06 02:14:48 +02:00
pluginshare.lua Clarify our OOP semantics across the codebase (#9586) 2022-10-06 02:14:48 +02:00
random.lua
readcollection.lua
readhistory.lua ReadHistory: refactoring with binary search (#9603) 2022-10-25 12:15:59 +02:00
socketutil.lua Clarify our OOP semantics across the codebase (#9586) 2022-10-06 02:14:48 +02:00
userpatch.lua userpatch: allow monkey-patching KOReader (#9104) 2022-06-25 22:46:43 +02:00
util.lua Cleanup various varargs shenanigans (#9624) 2022-10-12 19:59:48 +02:00
version.lua Version::getShortVersion: handle "rev" being empty (#9502) 2022-09-16 17:45:42 +02:00