util/debug.lua
Fri, 17 Mar 2023 16:23:16 +0100 Kim Alvefur util: Prefix module imports with prosody namespace
Fri, 04 Feb 2022 15:13:13 +0000 Matthew Wild Revert util.debug change accidentally committed in e157e5c79daa
Thu, 03 Feb 2022 12:53:19 +0000 Matthew Wild util.pluginloader: Support for multiple pluginloader instances, and options
Fri, 16 Oct 2020 13:38:04 +0100 Matthew Wild util.debug: Fix locals being reported under wrong stack frame in some cases (+tests!!) 0.11
Fri, 10 Nov 2017 05:42:32 +0100 Kim Alvefur util: Various minor changes to please [luacheck]
Sun, 15 Oct 2017 11:42:33 +0200 Kim Alvefur util.debug: Produce a sensible name for nameless upvalues to C functions
Mon, 22 Feb 2016 17:34:42 +0100 Kim Alvefur util.debug: Silence luacheck warning about modifying 'debug' lib
Sat, 21 Feb 2015 10:36:37 +0100 Kim Alvefur util.*: Remove use of module() function, make all module functions local and return them in a table at the end
Sun, 11 Aug 2013 10:42:58 +0100 Matthew Wild util.debug: Fix level of locals when inspecting a coroutine
Sat, 10 Aug 2013 20:40:45 +0100 Matthew Wild util.debug: Further fix to display locals in extended tracebacks
Sat, 10 Aug 2013 20:30:40 +0100 Matthew Wild util.debug: Fixes to make coroutine tracebacks work properly
Fri, 09 Aug 2013 17:48:21 +0200 Florian Zeitz Remove all trailing whitespace
Sat, 28 Apr 2012 16:21:19 +0100 Matthew Wild util.debug: Add +1 to level when getting locals table, to account for current function
Sat, 28 Apr 2012 16:20:26 +0100 Matthew Wild util.debug: Re-fix parameter handling (I think it matches debug.traceback() more accurately now) and document level fudge
Thu, 26 Apr 2012 05:58:39 +0100 Matthew Wild util.debug: Remove 'white' from boundary style (leave at default colour)
Wed, 25 Apr 2012 23:16:37 +0100 Matthew Wild util.debug: Some more magic constant fiddling. Don't ask me.
Tue, 24 Apr 2012 21:59:20 +0100 Matthew Wild Merge timber->trunk - thanks everyone!
Tue, 24 Apr 2012 18:53:50 +0100 Matthew Wild util.debug: Turn into a real-ish module ('debugx'), and require you call use() to override debug.traceback()
Thu, 22 Mar 2012 16:51:39 +0000 Matthew Wild util.debug: Move boundary markers to top of relevant sections of the stack trace (easier to follow)
Thu, 22 Mar 2012 16:39:28 +0000 Matthew Wild util.debug: Add a touch of colour to source locations
Thu, 22 Mar 2012 16:07:57 +0000 Matthew Wild util.debug: Add a bit of colour
Thu, 22 Mar 2012 15:10:38 +0000 Matthew Wild util.debug: Move optimal line length (default 65) into a variable
Thu, 22 Mar 2012 15:09:37 +0000 Matthew Wild util.debug: Add markers in the output when crossing source file boundaries
Thu, 22 Mar 2012 15:08:21 +0000 Matthew Wild util.debug: Add catch for an "error in error handling"
Thu, 22 Mar 2012 15:07:27 +0000 Matthew Wild util.debug: Attempt to get debug.traceback() parameter handling correct (again)
Fri, 13 Jan 2012 15:46:36 +0000 Matthew Wild util.debug: Adjust level within get_locals_table() to account for the additional depth of this function itself
Sat, 19 Nov 2011 22:40:30 +0000 Matthew Wild util.debug: Fix potential traceback
Thu, 03 Nov 2011 12:41:21 +0000 Matthew Wild util.debug: Experimental new library for producing more extensive debug tracebacks
less more (0) tip