rules_python icon indicating copy to clipboard operation
rules_python copied to clipboard

fix: Warn only when all SHAs fail to match a requirement

Open stefanpenner opened this issue 5 months ago • 0 comments

I believe the missing requirement logging is over reporting when a requirement has multiple SHAS and not all match.

  • This PR addresses that logging.
  • This PR also improves the logging by including the requirement that failed to be satisfied

That being said, It's possible I'm misunderstanding and this warning is working as intended.

stefanpenner avatar May 21 '25 22:05 stefanpenner