unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* incrementally improve error handling in notmuch_message*
@ 2022-05-23 23:38 David Bremner
  2022-05-23 23:38 ` [PATCH 1/8] test: define test_private_C David Bremner
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: David Bremner @ 2022-05-23 23:38 UTC (permalink / raw)
  To: notmuch

There is more that can be done, but this is a start. The series
introduces a new test primitive test_private_C, for directly unit
testing non-exported functions, and new macro NODISCARD to get the
compiler to help tracking down places a particular function's return
value is discarded.

As a bonus, drop some dead code.


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2022-06-25 19:00 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-23 23:38 incrementally improve error handling in notmuch_message* David Bremner
2022-05-23 23:38 ` [PATCH 1/8] test: define test_private_C David Bremner
2022-05-23 23:38 ` [PATCH 2/8] lib/message: catch exceptions in _n_m_add_term David Bremner
2022-05-23 23:38 ` [PATCH 3/8] test: _notmuch_message_remove_term catches exceptions David Bremner
2022-05-23 23:38 ` [PATCH 4/8] lib/message: drop _notmuch_message_get_thread_id_only David Bremner
2022-05-23 23:38 ` [PATCH 5/8] lib: define macro NODISCARD David Bremner
2022-05-23 23:38 ` [PATCH 6/8] lib/message: check return status of _n_m_{add,remove}_term David Bremner
2022-05-23 23:39 ` [PATCH 7/8] lib/message: check return status from _n_m_add_{path,folder}_terms David Bremner
2022-05-23 23:39 ` [PATCH 8/8] test: error handling in _n_message_{add,remove}_filename David Bremner
2022-06-25 19:00 ` incrementally improve error handling in notmuch_message* David Bremner

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).