Re: introduce exception handling at top level of libnotmuch

2020-07-03 Thread David Bremner
Daniel Kahn Gillmor writes: > > I think this looks fine, and it isn't a huge amount of boilerplate. > > Please merge. > > --dkg OK, merged to master, thanks for the review. d ___ notmuch mailing list -- notmuch@notmuchmail.org To unsubscribe send an

Re: introduce exception handling at top level of libnotmuch

2020-07-02 Thread Daniel Kahn Gillmor
Hi Bremner, all-- On Mon 2020-06-29 22:14:07 -0300, David Bremner wrote: > I know that some of you are not C++ fans, but at the moment this is > the cleanest fix I can think of to uncaught xapian exceptions causing > calls to the library to die. Floris reminded me of this recently with > the discu

introduce exception handling at top level of libnotmuch

2020-06-30 Thread David Bremner
I know that some of you are not C++ fans, but at the moment this is the cleanest fix I can think of to uncaught xapian exceptions causing calls to the library to die. Floris reminded me of this recently with the discussion about operations on closed databases, but cleaning up the handling of except