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

github: "depends on" breaks things #803

Closed
srl295 opened this issue Feb 3, 2021 · 4 comments
Closed

github: "depends on" breaks things #803

srl295 opened this issue Feb 3, 2021 · 4 comments
Labels

Comments

@srl295
Copy link
Contributor

srl295 commented Feb 3, 2021

This fails in taskw:

$ task add project:srl description:"TEST" githubbody:"depends on #999999999999999\n"
The value is not an expression.

Somehow, task doesn't tell me what isn't an expression. I guess it's parsing the 'depends' somehow.

I don't know if this is a taskw bug, or something bugwarrior should workaround.

@srl295
Copy link
Contributor Author

srl295 commented Feb 3, 2021

looks like it may be fixed in GothenburgBitFactory/taskwarrior#2257

@ryneeverett
Copy link
Collaborator

I suspect this is the same issue as #733, though the workaround of ralphbean/taskw#135 wouldn't work here. I'd be curious to see if GothenburgBitFactory/taskwarrior#2405 fixes both these issues.

@ryneeverett ryneeverett added the bug label Feb 3, 2021
@srl295
Copy link
Contributor Author

srl295 commented Feb 3, 2021

I suspect this is the same issue as #733, though the workaround of ralphbean/taskw#135 wouldn't work here. I'd be curious to see if GothenburgBitFactory/taskwarrior#2405 fixes both these issues.

The code path in question already uses description:"blah.." as above, so if I'm understanding correctly it wouldn't work as a workaround.

I am working around it by rewriting my issue descriptions. Changing the human language to match the tool 😀

@ryneeverett
Copy link
Collaborator

I suspect this is fixed in recent taskwarriors, per #733 (comment).

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

No branches or pull requests

2 participants