-
Notifications
You must be signed in to change notification settings - Fork 426
tasks: implement execIfModified #1853
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
Deploying devenv with
|
Latest commit: |
21f7860
|
Status: | ✅ Deploy successful! |
Preview URL: | https://a8e0789d.devenv.pages.dev |
Branch Preview URL: | https://tasks-exec-if-modified.devenv.pages.dev |
a23af62
to
4106410
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.
This is a subset of the eval cache implementation with a few task-specific naming differences. I'm wondering whether it would make sense to extract the database and file checking parts of eval-cache and build both eval-cache and task-cache on top of a shared base.
I was thinking the same, ideally we'd be using the same database for all the caching. |
a9d7793
to
9db3f0d
Compare
@sandydoo I've created |
3fbf49f
to
159ca3c
Compare
74ebf8f
to
8f1018d
Compare
da14e67
to
b90fb09
Compare
Fixes #1682
Fixes #1616
For example:
cc @rawkode