> It's been rumoured that Dave Peticolas said:
> > On a related note, can you build without nana?
> > 
> > Has anyone used nana? Right now, we just seem
> > to be using it as a replacement for 'assert'.
> 
> I'm not married to nana. It doesn't do all of the things I would have
> liked it to do.  In particular, I would have liked it to automatically
> print stack traces, and do better formatting of error msgs. I'd also like
> it to dump to a file or pipe.  That way, if/when folks report a crash,
> we can say something like 'post the last 10K bytes of file gnucash.trace'
> and this will contain enough to debug.
> 
> (something like a javacore.txt for example).

I think it would be nice to be able to build without it,
if this isn't already possible.

OTOH, we might be better off doing our own logging and
asserting, if we're not going to use the other stuff in
nana. It probably wouldn't be too hard to make the util.h
logging macros go to a file. Also, that's one less package
you need to build.

dave

--
Gnucash Developer's List 
To unsubscribe send empty email to: [EMAIL PROTECTED]

Reply via email to