Software /
code /
prosody
Comparison
util-src/hashes.c @ 11191:13e2ac7b5798
tools/tb2err: Formats Lua traceback in errors.err format
Manually opening to the files and line numbers from a Lua traceback is
tedious. This tool converts tracebacks into a format that many compilers
and such tools use, which is also compatible with Vim (and possibly
other editors).
Thus if someone sends you a pastebin link with a traceback, a command
like the following gets you right to the relevant lines:
curl paste.example/abc123.txt | tb2err > errors.err; vim -q
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 28 Oct 2020 22:42:43 +0100 |
parent | 10748:93293891709b |
child | 11560:3bbb1af92514 |
comparison
equal
deleted
inserted
replaced
11190:88ce53df44a9 | 11191:13e2ac7b5798 |
---|