luakit/luakit

Tracebacks should include values of local variables

Open

#626 opened on Dec 9, 2017

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Lua (248 forks)batch import
feature-requesthelp wanted

Repository metrics

Stars
 (1,868 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

  • possible privacy concern if URIs/bookmark/history details are included in tracebacks
    • it's difficult to detect which variables this applies to from a generic traceback()
  • difficult to display some variables
    • functions (but these won't usually be relevant)
    • tables need to be summarized in some fashion

Contributor guide