ralphbean / taskw

python taskwarrior api
http://threebean.org
GNU General Public License v3.0
176 stars 47 forks source link

Add compatibility with Taskwarrior 2.6.0 #152

Closed tbabej closed 3 years ago

tbabej commented 3 years ago

This MR ensures that query filter precedes the command in task export invocations, which is required syntax in 2.6.0 and above (see https://github.com/GothenburgBitFactory/taskwarrior/pull/2576 for motivation).

Additionally fixes a test that relied on internal behaviour of dependency ordering.

tbabej commented 3 years ago

@ralphbean 2.6.0 was released and getting packaged, so it would be great to get this fix in :pray:

clonejo commented 3 years ago

@coddingtonbear Could you consider creating a release with this fix?

coddingtonbear commented 3 years ago

I'm hoping to, but unfortunately my time is extremely limited at the moment and I'm not likely to get to this for a week or so.

djmitche commented 3 years ago

I came here to report this bug and as always @tababej is way ahead of me :)

tbabej commented 3 years ago

@djmitche Heh, I tried to be a good citizen and fix compatibility issues before the 2.6 release, unfortunately taskw didn't manage a release yet, but hopefully soon!