Sat, 27 Oct 2018 12:17:35 +0200 util.serialization: Make maximum table depth configurable
Kim Alvefur <zash@zash.se> [Sat, 27 Oct 2018 12:17:35 +0200] rev 9567
util.serialization: Make maximum table depth configurable
Fri, 26 Oct 2018 19:53:02 +0100 modulemanager: Fix issues introduced in previous commit acf74ad0b795 [thanks luacheck, scansion]
Matthew Wild <mwild1@gmail.com> [Fri, 26 Oct 2018 19:53:02 +0100] rev 9566
modulemanager: Fix issues introduced in previous commit acf74ad0b795 [thanks luacheck, scansion]
Fri, 26 Oct 2018 19:32:00 +0100 Many things: switch from hacky multi-arg xpcall implementations to a standard util.xpcall
Matthew Wild <mwild1@gmail.com> [Fri, 26 Oct 2018 19:32:00 +0100] rev 9565
Many things: switch from hacky multi-arg xpcall implementations to a standard util.xpcall
Fri, 26 Oct 2018 19:29:08 +0100 util.xpcall, util.compat: Add non-hacky multi-argument xpcall() for Lua 5.1
Matthew Wild <mwild1@gmail.com> [Fri, 26 Oct 2018 19:29:08 +0100] rev 9564
util.xpcall, util.compat: Add non-hacky multi-argument xpcall() for Lua 5.1
Fri, 26 Oct 2018 19:09:02 +0100 util.dependencies: Remove ztact compatability warning
Matthew Wild <mwild1@gmail.com> [Fri, 26 Oct 2018 19:09:02 +0100] rev 9563
util.dependencies: Remove ztact compatability warning
Fri, 26 Oct 2018 16:09:25 +0100 util.promise: Switch from pcall to xpcall to get tracebacks on exceptions
Matthew Wild <mwild1@gmail.com> [Fri, 26 Oct 2018 16:09:25 +0100] rev 9562
util.promise: Switch from pcall to xpcall to get tracebacks on exceptions
Fri, 26 Oct 2018 09:23:31 +0100 util.promise: Remove the non-standard ability to pass a promise to reject()
Matthew Wild <mwild1@gmail.com> [Fri, 26 Oct 2018 09:23:31 +0100] rev 9561
util.promise: Remove the non-standard ability to pass a promise to reject()
Fri, 26 Oct 2018 09:23:00 +0100 util.promise: Add tests ensuring returning a promise resolves the current promise with that promise
Matthew Wild <mwild1@gmail.com> [Fri, 26 Oct 2018 09:23:00 +0100] rev 9560
util.promise: Add tests ensuring returning a promise resolves the current promise with that promise
Thu, 25 Oct 2018 17:11:10 +0200 moduleapi: Prevent loading disabled module as dependency of enabled one
Kim Alvefur <zash@zash.se> [Thu, 25 Oct 2018 17:11:10 +0200] rev 9559
moduleapi: Prevent loading disabled module as dependency of enabled one Explicitly disabled module should stay disabled.
Thu, 25 Oct 2018 21:59:17 +0200 mod_mam: Remove embedded fallback archive driver (fixes #972)
Kim Alvefur <zash@zash.se> [Thu, 25 Oct 2018 21:59:17 +0200] rev 9558
mod_mam: Remove embedded fallback archive driver (fixes #972) It was equivalent to mod_storage_memory, which is included as a separate module now.
(0) -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 +3000 tip