Do we expect `FilesContent -> Digest` to work? ...
# development
h
Do we expect
FilesContent -> Digest
to work?
Copy code
Exception: No installed @rules can compute Digest for input Params(FilesContent), but there were @rules that could compute it using:
                     E         Params(Digest)
                     E         Params(DirectoriesToMerge)
                     E         Params(DirectoryWithPrefixToAdd)
                     E         Params(DirectoryWithPrefixToStrip)
                     E         Params(InputFilesContent)
w
InputFilesContent
this was that bug, which i made a bit of progress on a few weeks ago, but haven't been able to close out: https://github.com/pantsbuild/pants/issues/7710
👍 1