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

Add BasicTask and link it to Replica. #424

Merged
merged 1 commit into from
Jul 18, 2024

Conversation

djmitche
Copy link
Collaborator

@djmitche djmitche commented Jul 17, 2024

This adds a new, lower-level task API, without changing the existing Task and TaskMut types.

For the moment, I want to stick to non-breaking changes, and that precludes using the name Task for this type. We can consider renaming this later (rust-analyzer makes it really easy!) before a release.

Another step in #372.

taskchampion/src/task/basictask.rs Outdated Show resolved Hide resolved
taskchampion/src/task/basictask.rs Outdated Show resolved Hide resolved
taskchampion/src/task/basictask.rs Outdated Show resolved Hide resolved
taskchampion/src/replica.rs Show resolved Hide resolved
This adds a new, lower-level task API, without changing the existing
`Task` and `TaskMut` types.
@djmitche djmitche force-pushed the issue372-basictask branch from f0650e2 to cc96a60 Compare July 18, 2024 13:14
@djmitche djmitche enabled auto-merge (squash) July 18, 2024 13:14
@djmitche djmitche merged commit 76a10ba into GothenburgBitFactory:main Jul 18, 2024
11 checks passed
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 this pull request may close these issues.

2 participants