unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* v4 of count patches, plus convert remaining deprecated APIs
@ 2015-09-27 15:31 David Bremner
  2015-09-27 15:31 ` [Patch v4 1/9] lib: move query variable to function scope David Bremner
                   ` (9 more replies)
  0 siblings, 10 replies; 15+ messages in thread
From: David Bremner @ 2015-09-27 15:31 UTC (permalink / raw)
  To: notmuch

Apologies for the confusion last night/this-morning with the count
patches. I'm resending the whole series with at least one important
bug fix.

[Patch v4 1/9] lib: move query variable to function scope
[Patch v4 2/9] cli/count: simplify and document return value of

The first two patches are setup.

[Patch v4 3/9] lib: add versions of n_q_count_{message,threads} with

this is the meat of the series, which adds the new functions, and
converts the lib to use them. I thought about cleaning up some of the
de-allocation paths using talloc_steal, but I concluded that could wait

[Patch v4 4/9] cli: update to use new count API
[Patch v4 5/9] ruby: use new count API
[Patch v4 6/9] python: update bindings for new count API

this migrates the CLI and bindings to use the new API.

[Patch v4 7/9] lib: migrate notmuch_database_upgrade to new
[Patch v4 8/9] lib: migrate thread.cc to new query_search API
[Patch v4 9/9] ruby: use new query_search API

Finally, some long overdue cleanup of deprecation warnings for the
previous API change. These rely on the same setup patches (namely
1/9), so I put them in the same series.

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

end of thread, other threads:[~2015-10-05 23:30 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-27 15:31 v4 of count patches, plus convert remaining deprecated APIs David Bremner
2015-09-27 15:31 ` [Patch v4 1/9] lib: move query variable to function scope David Bremner
2015-09-27 15:31 ` [Patch v4 2/9] cli/count: simplify and document return value of print_count David Bremner
2015-09-27 15:31 ` [Patch v4 3/9] lib: add versions of n_q_count_{message, threads} with status return David Bremner
2015-10-05 18:22   ` Jani Nikula
2015-09-27 15:31 ` [Patch v4 4/9] cli: update to use new count API David Bremner
2015-10-05 18:25   ` Jani Nikula
2015-09-27 15:31 ` [Patch v4 5/9] ruby: " David Bremner
2015-09-27 15:32 ` [Patch v4 6/9] python: update bindings for " David Bremner
2015-09-27 15:32 ` [Patch v4 7/9] lib: migrate notmuch_database_upgrade to new query_search API David Bremner
2015-10-05 18:27   ` Jani Nikula
2015-09-27 15:32 ` [Patch v4 8/9] lib: migrate thread.cc " David Bremner
2015-10-05 18:27   ` Jani Nikula
2015-09-27 15:32 ` [Patch v4 9/9] ruby: use " David Bremner
2015-10-05 23:30 ` v4 of count patches, plus convert remaining deprecated APIs 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).