Re: [PATCH 1/5] debian/control: build-depend on python3-sphinx instead of python-sphinx

2017-12-03 Thread Tomi Ollila
On Thu, Nov 30 2017, Daniel Kahn Gillmor wrote: > On Thu 2017-11-30 04:40:39 -0500, Daniel Kahn Gillmor wrote: >> python2 is going to be deprecated, and python3-sphinx is available all >> the way back to oldoldstable. let's use the more modern version. >> --- >> debian/control | 2 +- >> 1 file

Re: [PATCH] cli/help: give a hint about notmuch-emacs-mua

2017-12-03 Thread Tomi Ollila
On Thu, Nov 30 2017, Daniel Kahn Gillmor wrote: > On Thu 2017-11-30 11:08:05 +0200, Tomi Ollila wrote: >> On Thu, Nov 30 2017, Daniel Kahn Gillmor wrote: >> >>> On Thu 2017-10-26 18:27:51 -0400, Daniel Kahn Gillmor wrote: "notmuch help" doesn't mention "notmuch-emacs-mua" even though we

Re: [PATCH] test: unbreak performance tests

2017-12-03 Thread Tomi Ollila
On Sat, Dec 02 2017, David Bremner wrote: > In 8e7fb88237aedea22 Jani replaced the use of $(pwd -P) to find the > TEST_DIRECTORY in order to better support out of tree > builds. Unfortunately the performance-tests need a different value for > the variable and were thus broken. > > This commit spli

Re: DRAFT Introduce CFFI-based Python bindings

2017-12-03 Thread Tomi Ollila
On Wed, Nov 29 2017, Floris Bruynooghe wrote: > David Bremner writes: > >> Floris Bruynooghe writes: >> >>> >>> Lastly there are some downsides to the choices I made: >>> - I ended up going squarely for CPython 3.6+. Choosing Python >>> 3 allowed better API design, e.g. with keyword-only para