aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLudovic Courtès2008-11-23 01:19:58 +0100
committerLudovic Courtès2008-11-23 01:21:04 +0100
commitd70349707d5aed8a48176937235866e52126ec6e (patch)
treec62cc3a45c54430267f8c1e71cec6e6bce0332ec /NEWS
parent4cb21ba4a7a8a6ee2678657d4d7cae82b96c554b (diff)
downloadskribilo-d70349707d5aed8a48176937235866e52126ec6e.tar.gz
skribilo-d70349707d5aed8a48176937235866e52126ec6e.tar.lz
skribilo-d70349707d5aed8a48176937235866e52126ec6e.zip
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.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
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 <ludo@gnu.org>
* 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