wduquette / tcl-quill

Build tool for Tcl/Tk projects
BSD 2-Clause "Simplified" License
10 stars 2 forks source link

'quill run' doesn't handle app errors gracefully #52

Closed wduquette closed 9 years ago

wduquette commented 9 years ago

Quill applications are supposed to throw FATAL on fatal errors and anything else on unexpected errors. FATAL errors are supposed to terminate the app with just a message, and unexpected errors are supposed to produce a stack trace. At present, though, any error return causes Quill itself to output a completely unhelpful stack trace.