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

[TW-1609] In 'urgency<10', 10 is interpreted as an ID #1633

Closed
taskwarrior opened this issue Feb 14, 2018 · 1 comment
Closed

[TW-1609] In 'urgency<10', 10 is interpreted as an ID #1633

taskwarrior opened this issue Feb 14, 2018 · 1 comment
Labels
type:bug Something isn't working
Milestone

Comments

@taskwarrior
Copy link

Wim Schuermann on 2015-05-03T18:46:22Z says:

bf(at)box:~$ task add a; task add b +foo; task next
Created task 1.
Created task 2.

ID Tag Description Urg 
2 foo b            0.8
1     a              0

bf(at)box:~$ task 'urgency<10' next
No matches.

bf(at)box:~$ task 'urgency<10.0' next

ID Age Tag Description Urg 
2 11s foo b            0.8
1 11s     a              0

bf(at)box:~$ task rc.debug.parser=1 'urgency<10' next 2>&1 | grep Derive
d
Derived filter: '( urgency < ( ( id == 10 ) ) and ( status == pending ) )'
@taskwarrior taskwarrior added this to the 2.4.5 milestone Feb 14, 2018
@taskwarrior taskwarrior added type:bug Something isn't working fixed labels Feb 14, 2018
@taskwarrior
Copy link
Author

Migrated metadata:

Created: 2015-05-03T18:46:22Z
Modified: 2015-07-13T12:24:46Z

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant