-
Notifications
You must be signed in to change notification settings - Fork 53
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
[Tech Debt] Move task-impls
to hotshot
#2452
Conversation
d94bfee
to
0f874e0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@shenkeyao can you re-approve please? Had to merge main since GitHub complained about conflicts |
Nevermind, this somehow breaks unreliable_networks tests after I merged in main, I'll need to fix it |
Since this already has some conflicts can we hold off on this until: #2500 is merged since it changes so much in task_impls |
This is unblocked now |
Closes #2294
This PR:
Demotes
task-impls
from a crate to a part ofhotshot
This PR does not:
include any additional refactorings
Key places to review:
hotshot::tasks
submodule, which is wheretask-impls
was moved.