We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Example usage: hh size-contracts --compare 103541870332c9fb9125fad3684fcee613f13960
hh size-contracts --compare 103541870332c9fb9125fad3684fcee613f13960
The text was updated successfully, but these errors were encountered:
Another possibility would be "named" outputs. Multiple such outputs could be cached.
For example:
hh size-contracts --name asdf # later... hh size --compare asdf
Using --compare with a git commit hash could still work here (as long as nobody uses a git commit hash as a --name).
--compare
--name
Sorry, something went wrong.
Make --compare a variadic argument, so that it works like git diff:
git diff
Checking out git references is not enough; also have to make sure dependencies from that reference are installed.
Maybe skip the checkout process and only allow git references that have cached size data. Include something like git reflog to list valid references.
git reflog
Make sure not to cache size data generated in an unclean working directory.
runOnCompile
No branches or pull requests
Example usage:
hh size-contracts --compare 103541870332c9fb9125fad3684fcee613f13960
The text was updated successfully, but these errors were encountered: