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
{{ message }}
This repository has been archived by the owner on Jan 12, 2023. It is now read-only.
Howdy yall, I'm trying to use depfuzz but I believe the requirements may be incomplete. In particular, it seems to require that some specific libraries are specified in my project'sWORKSPACE file.
it complains that @maven//:com_github_tomas_langer_chalk is missing from my project's maven_install invocation.
there seems to be an implicit dependency on a fixed version of guava being pulled in by my maven_install. guava 21.0 appears to be insufficient.
Is this intended? Feels like abstraction leak to me, but if it's intentional, it should be specified in your setup docs.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Howdy yall, I'm trying to use
depfuzz
but I believe the requirements may be incomplete. In particular, it seems to require that some specific libraries are specified in my project'sWORKSPACE
file.@maven//:com_github_tomas_langer_chalk
is missing from my project'smaven_install
invocation.maven_install
. guava 21.0 appears to be insufficient.Is this intended? Feels like abstraction leak to me, but if it's intentional, it should be specified in your setup docs.
The text was updated successfully, but these errors were encountered: