You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ref #647. input_file_hash() and output_file_hash() are still calling digest() even when the target uses no files. These should return NA_character_ early. Same goes for dependency_hash().
The text was updated successfully, but these errors were encountered:
Ref #647.
input_file_hash()
andoutput_file_hash()
are still callingdigest()
even when the target uses no files. These should returnNA_character_
early. Same goes fordependency_hash()
.The text was updated successfully, but these errors were encountered: