GothenburgBitFactory / taskwarrior

Taskwarrior - Command line Task Management
https://taskwarrior.org
MIT License
4.32k stars 290 forks source link

[TW-1681] parser: Cannot filter by words with slashes #1705

Open taskwarrior opened 6 years ago

taskwarrior commented 6 years ago

Daniel Shahaf on 2015-09-03T06:17:46Z says:

% task add foo/bar
Created task 1.
% task foo/bar
[task next foo/bar]
Cannot divide real numbers by strings
zsh: exit 2

The error message is wrong: foo is not a real number.

I expected the filter to match the task I had just added.

taskwarrior commented 6 years ago

Migrated metadata:

Created: 2015-09-03T06:17:46Z
Modified: 2015-09-21T11:27:13Z
taskwarrior commented 6 years ago

Paul Beckingham on 2015-09-10T22:07:58Z says:

The way to do this is:

$ task /foo\\/bar/
taskwarrior commented 6 years ago

Paul Beckingham on 2015-09-21T11:27:13Z says:

Moving to backlog, not sure how to address this. The presence of a workaround reduces the need.