taskwarrior: Invalid json in export on some distributions
Running task xxxx export
on two different installationes (debian and gentoo) with the same version (2.6.1) produced invalide json on gentoo (…,"depends":["["yyy"]"],…
) while doing correct on debian (…,"depends":["[\"yyy\"]"],…
).
I checked the patches applied on debian side but they does not show anything that would expect that differences.
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Comments: 42 (15 by maintainers)
Commits related to this issue
- docs: Document #2689 — committed to GothenburgBitFactory/taskwarrior by tbabej 2 years ago
Ah, you’re right – I was able to reproduce this from a clean set of replicas, with just 2.6.1.
I don’t want to upgrade freecinc to test, so ideally someone running their own server can test. Once it’s released I can upgrade freecinc 😃