-
Notifications
You must be signed in to change notification settings - Fork 31
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
_frontend/widget: Allow showing the CAS digest of built artifacts #1994
base: master
Are you sure you want to change the base?
Conversation
d2b2537
to
541cc9e
Compare
541cc9e
to
1125a57
Compare
This adds the artifact-cas-digest format string to the show command, allowing to show the CAS digest of the built artifact.
I added a test, it's probably not enough though… |
I tend to agree, while the “CAS” is an implementation detail it’s fairly well known, I think I’d rather avoid exposing the word in APIs if we don’t already have it. Also valid point about source caches. let’s use another name, perhaps Also, was this man page updated using the automated generation ? We should only update the command description in |
Isn't "hash" more technical than "digest" too (genuine question, I don't know)? What about just The man page what updated manually, I'll update it in a different commit then. |
This adds the
artifact-cas-digest
format string to the show command.This is a first step implementing #1984.