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

Unrecognized column format due.relative #2

Closed
MartyLake opened this issue Oct 23, 2018 · 4 comments · Fixed by #3
Closed

Unrecognized column format due.relative #2

MartyLake opened this issue Oct 23, 2018 · 4 comments · Fixed by #3

Comments

@MartyLake
Copy link
Contributor

Hey, I'm using taskwarrior 2.5.1 on windows msys2 (git sdk 64), and I got this error on step 2.
Are you using taskwarrior dev with your script ? Is it possible to backport it to taskwarrior stable ? =)

Best,

@abesto
Copy link
Owner

abesto commented Dec 29, 2018

Here I go again not setting my own project to watched, so I completely miss PRs and issues. That's fixed now.

Just tested with 2.5.0 under Ubuntu:

$ task --version
2.5.0
$ task \
  rc.report.next.columns=id,start.age,entry.age,depends,priority,project,tags,recur,scheduled.countdown,wait.remaining,due,until.remaining,description,urgency \
  rc.report.next.filter='status:pending or status:waiting' \
  rc.report.next.labels=ID,Active,Age,Deps,P,Project,Tag,Recur,S,Wait,Due,Until,Description,Urg
...
319 tasks
Configuration override rc.report.next.columns:id,start.age,entry.age,depends,priority,project,tags,recur,scheduled.countdown,wait.remaining,due,until.remaining,description,urgency
Configuration override rc.report.next.filter:status:pending or status:waiting
Configuration override rc.report.next.labels:ID,Active,Age,Deps,P,Project,Tag,Recur,S,Wait,Due,Until,Description,Urg
There are local changes.  Sync required.

Unsure what's going on; maaaaybe that format was removed in 2.5.1? I'd be surprised. At the same time, https://taskwarrior.org/download/ says:

Please note, that Cygwin is not supported anymore. Please use the Windows Subsystem for Linux to use Taskwarrior on Windows

So I think the next thing to do would be to try with Ubuntu-on-Windows.

@MartyLake
Copy link
Contributor Author

It's true that this command works for task 2.5.0, but weekly.js still crashes on my setup without #3

I am using Ubuntu-on-Windows (which I've installed only to use TW and related tools :) )

@abesto
Copy link
Owner

abesto commented Jan 29, 2019

Huh, this is weird. I've just tried on 2.5.1, and It Works On My Machine (C).

On one hand, to debug further, could you run the same commands I did above and paste their output from your system? On the other, I'll be happy to merge #3 if you add in some kind of configurability, using for example an ENV var or whatever.

@MartyLake
Copy link
Contributor Author

$ task --version
2.5.0
$ task \
 
rc.report.next.columns=id,start.age,entry.age,depends,priority,project,tags,recur,scheduled.countdown,wait.remaining,due,until.remaining,description,urgency \
  rc.report.next.filter='status:pending or status:waiting' \
  rc.report.next.labels=ID,Active,Age,Deps,P,Project,Tag,Recur,S,Wait,Due,Until,Description,Urg


[task next rc.report.next.columns=id,start.age,entry.age,depends,priority,project,tags,recur,scheduled.countdown,wait.remaining,due,until.remaining,description,urgency rc.report.next.filter=status:pending or status:waiting rc.report.next.labels=ID,Active,Age,Deps,P,Project,Tag,Recur,S,Wait,Due,Until,Description,Urg]

ID  Active Age  Deps P Project                     Tag       Wait  Due        Description                                                            Urg
--- ------ ---- ---- - --------------------------- --------- ----- ---------- ---------------------------------------------------------------------- -----
[sensitive data redacted]
125 tasks
Configuration override rc.report.next.columns:id,start.age,entry.age,depends,priority,project,tags,recur,scheduled.countdown,wait.remaining,due,until.remaining,description,urgency
Configuration override rc.report.next.filter:status:pending or status:waiting
Configuration override rc.report.next.labels:ID,Active,Age,Deps,P,Project,Tag,Recur,S,Wait,Due,Until,Description,Urg
The report has a minimum width of 154 and does not fit in the available width of 80.

MartyLake added a commit to MartyLake/gtd that referenced this issue Jan 29, 2019
@abesto abesto closed this as completed in #3 Feb 2, 2019
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 a pull request may close this issue.

2 participants