evo-lua / evo-runtime

All-in one Lua runtime based on LuaJIT and libuv
https://evo-lua.github.io
Mozilla Public License 2.0
10 stars 1 forks source link

Consider potential improvements for the debug.dump utility #503

Open Duckwhale opened 5 months ago

Duckwhale commented 5 months ago

It currently uses https://github.com/kikito/inspect.lua, which is... fine. But I can think of some improvements:

This is a reminder to look into if some or even all of these features are already supported by the library. Also evaluate how difficult it would be to extend the code and add those features. It's possible rewriting the dump utility might be the easiest path?

Details TBD.