Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

set rc.regex=no - we don't want to use regex #102

Closed
wants to merge 1 commit into from

Conversation

EdwardBetts
Copy link
Contributor

Fixes #98

@ralphbean
Copy link
Owner

Hm, try running the test suite with tox. It should attempt to run the tests on multiple python versions and against multiple versions of the 'taskwarrior' binary (to see if we're backwards compatible).

The change here makes those tests fail for task-2.4.x and task-2.5.x. Any ideas?

@EdwardBetts
Copy link
Contributor Author

According to https://taskwarrior.org/docs/searching.html the rc.regex setting was added in task 2.4

It seems like the solution will be to add rc.regex=off for taskwarrior 2.4 and above.

I've just run tox, it is busy compiling various versions of taskwarrior.

@EdwardBetts
Copy link
Contributor Author

I ran tox, the problem only happens with task 2.4.4, which happens to be the current version in Debian unstable. I've updated the bug report.

@ralphbean
Copy link
Owner

Thanks for looking into it @EdwardBetts :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants