From d70349707d5aed8a48176937235866e52126ec6e Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sun, 23 Nov 2008 01:19:58 +0100 Subject: Try to display a stack trace in `call-with-skribilo-error-catch'. * src/guile/skribilo/condition.scm (show-stack-trace): New. (%call-with-skribilo-error-catch): Use `with-exception-handler' instead of `guard' so the faulty call stack can be captured. Use `show-stack-trace'. * NEWS: Update. --- NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 74015e9..e5f1341 100644 --- a/NEWS +++ b/NEWS @@ -9,6 +9,7 @@ Copyright (C) 2005, 2006, 2007, 2008 Ludovic Courtès * New in Skribilo 0.9.2 ** Improved configure-time diagnostics +** `skribilo' now displays a call stack trace upon error when possible * New in Skribilo 0.9.1 -- cgit v1.2.3