-
Notifications
You must be signed in to change notification settings - Fork 179
New issue
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
Ane 1425 maven analysis hanging #1381
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a great improvement. If you address my questions I can approve.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
@@ -28,6 +28,75 @@ data MavenDependency = MavenDependency | |||
mavenDependencyToDependency :: MavenDependency -> Dependency | |||
mavenDependencyToDependency MavenDependency{..} = dependency | |||
|
|||
-- | Filter all submodules (including their dependencies) that are not in `includedSubmoduleSet`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is really well written and makes the why and how really clear!
Overview
Maven analysis continues to run without ever stopping
Acceptance criteria
Ensure that maven analysis does not run forever.
Testing plan
Added a test case to include a cyclic graph in GraphingSpec.hs
Risks
Metrics
References
Checklist
docs/
.docs/README.ms
and gave consideration to how discoverable or not my documentation is.Changelog.md
. If this PR did not mark a release, I added my changes into an# Unreleased
section at the top..fossa.yml
orfossa-deps.{json.yml}
, I updateddocs/references/files/*.schema.json
AND I have updated example files used byfossa init
command. You may also need to update these if you have added/removed new dependency type (e.g.pip
) or analysis target type (e.g.poetry
).docs/references/subcommands/<subcommand>.md
.