If this is added, I'd very much recommend including a way to turn it off
(or more likely to turn it on), as extra noise in error messages
generally comes at the price of quick understanding. Most of the time,
timestamps aren't needed, so, except when they are, they are noise.
Sebastian Tennant wrote:
Hi all,
I very much doubt it's possible, but is there any way of getting Guile
to include a timestamp in it's error reporting?
For example:
guile> foo
2008-11-20 23:17:11 ERROR: Unbound variable: foo
2008-11-20 23:17:11 ABORT: (unbound-variable)
Sebastian