-
Notifications
You must be signed in to change notification settings - Fork 46
Add duration serializer, deserializer #160
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
Conversation
4991426
to
bea58c8
Compare
…ests under the cloned taskwarrior/ project during CI
91e37f2
to
8e63c27
Compare
…rk to handle values like "monthly" and "daily
I hadn't realised that a duration field may be presented in formats other than the ISO8601, e.g., I would suggest that we keep this PR contained and handle these extra fields in a separate PR and line of work. For now I'm keeping the Unittests pass so it's ready to merge from my side. Thoughts? |
@ralphbean, @coddingtonbear do you have some time to skim through this PR? |
Can I please get some eyes on this one ? |
It's now part of the taskw_ng repo so we shouldn't make the serialization/deserialization twice Effectively fixes the upstream issue: ralphbean/taskw#160
Hi @ralphbean ,
This PR adds serdes functions for the Duration class. I decided to implement them in taskwarrior_syncall so I thought of pushing them to this project ^^
Additional changes:
setup.cfg
.make -j
to speed up the CI process