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

fix --status side effect, it should not write the computed checksum file #1307

Closed
wants to merge 1 commit into from
Closed

Conversation

visciang
Copy link
Contributor

This address #1305.

task --status writes the computed checksum on file.
The operation should be side effect free and just report if the task is up-to-date or not.

I'm opening the PR in draft to validate if my guess is correct.

I miss a test on this change, currently I don't think I can write an idiomatic test, maybe @pd93 could jump in for a bit of support / review.

Thank you

andreynering added a commit that referenced this pull request Aug 26, 2023
@andreynering andreynering added the type: bug Something not working as intended. label Aug 26, 2023
andreynering added a commit that referenced this pull request Aug 26, 2023
Closes #1305
Closes #1307

Co-authored-by Giovanni Visciano <giovanni_visciano@yahoo.it>
andreynering added a commit that referenced this pull request Aug 26, 2023
Closes #1305
Closes #1307

Co-authored-by: Giovanni Visciano <giovanni_visciano@yahoo.it>
andreynering added a commit that referenced this pull request Aug 26, 2023
Closes #1305
Closes #1307

Co-authored-by: Giovanni Visciano <giovanni_visciano@yahoo.it>
@andreynering
Copy link
Member

Hi @visciang, thanks for contributing!

I have opened #1313 with a definitive fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something not working as intended.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants