Re: [PATCH] python: Fix database.add_message

Subject: Re: [PATCH] python: Fix database.add_message

Date: Tue, 12 Sep 2017 08:31:10 -0700

To: David Bremner, notmuch@notmuchmail.org

Cc: Daniel Kahn Gillmor

From: Dylan Baker


Quoting David Bremner (2017-09-11 18:58:31)
> David Bremner <david@tethera.net> writes:
> 
> > Dylan Baker <dylan@pnwbakers.com> writes:
> >
> >> b10ce6bc23002d48916b1b2f375480e7540e3164 introduced a new index_file
> >> method as a replacement for add_message. It helpfully made add_message
> >> an alias for index_file, unfortunately it got the signature wrong by
> >> explicitly passing self as an argument.
> >>
> >> cc: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
> >
> > Thanks. We have another version that I was about to commit
> >
> > https://www.mail-archive.com/notmuch@notmuchmail.org/msg45038.html
> >
> > The only difference is that Gaute (more or less by request) added a
> > deprecation warning.  I don't really know how warnings in python work,
> > does that sound sensible?
> 
> Oof. Two minutes of internet search reveal that DeprecationWarnings are
> ignored by default, so that should be OK.
> 
> d

I'd still add the deprecation warning. IIRC some of the linters have a mode to
check for deprecation warnings.

Dylan
signature.asc (application/pgp-signature)
_______________________________________________
notmuch mailing list
notmuch@notmuchmail.org
https://notmuchmail.org/mailman/listinfo/notmuch

Thread: