1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-23 15:04:36 +03:00
wezterm/luahelper/src
Wez Furlong 3028ee4cdd more robust cycle detection when debug printing lua values
printing _G would still sometimes overflow for me.
The code a0b8d2196a wasn't sufficient so
beef it up both with a hash set to remember all visited refs as well
as a depth limit of 128, which should be deep enough for most practical
purposes.
2022-03-17 09:41:29 -07:00
..
serde_lua more robust cycle detection when debug printing lua values 2022-03-17 09:41:29 -07:00
lib.rs add lua repl to the debug overlay 2021-05-03 09:19:44 -07:00