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

Replace Task & DB interface with C interface to TaskChampion #2770

Closed
djmitche opened this issue Apr 23, 2022 · 2 comments · Fixed by #3094
Closed

Replace Task & DB interface with C interface to TaskChampion #2770

djmitche opened this issue Apr 23, 2022 · 2 comments · Fixed by #3094
Assignees

Comments

@djmitche
Copy link
Collaborator

djmitche commented Apr 23, 2022

TaskChampion now has a C interface via Rust FFI.

The next step is to integrate this into Taskwarrior:

  • Link with TaskChampion
  • Wrap the C API into C++ (smart pointers, method wrappers)
  • Replace TF2 and TDB2 with this implementation

The result will be a Taskwarrior that uses a solid data backend with a secure sync protocol, and is interoperable with other tools also built on TaskChampion.

@djmitche djmitche self-assigned this Apr 23, 2022
@djmitche djmitche changed the title Replace Task & DB interface with C interface Replace Task & DB interface with C interface to TaskChampion Apr 23, 2022
@djmitche
Copy link
Collaborator Author

I've gotten a start on this in #2771

@djmitche
Copy link
Collaborator Author

djmitche commented May 8, 2022

OK, I'm going to break this down a bit and land things one by one.

One major change is this: I'll take the code from TaskChampion and make it a part of TW. Then we don't have two "TaskThing"s causing confusion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Todo
Development

Successfully merging a pull request may close this issue.

1 participant