-
Notifications
You must be signed in to change notification settings - Fork 191
Fix parsing of gradle dependency tree #500
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #500 +/- ##
======================================
Coverage 52.4% 52.4%
======================================
Files 103 103
Lines 5761 5761
======================================
Hits 3019 3019
Misses 2461 2461
Partials 281 281
Continue to review full report at Codecov.
|
|
cla-assistant.io is down right now. Will sign the CLA once it is back up… Edit: This is done (signed) now. |
dchenk
left a comment
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.
Thanks for the proposed fix. One comment about the regex.
Co-Authored-By: Dmitriy <dchenk@users.noreply.github.com>
|
Hey, do I still need to do something to get this merged? |
|
Apologies for the delayed response. I was going to investigate why the CI tests failed. I'd like to get this merged soon. |
Co-Authored-By: Dmitriy <dchenk@users.noreply.github.com>
dchenk
left a comment
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.
Thanks a lot!
In one of my projects I have a gradle dependency tree that looks like this:
This breaks the gradle analyzer. It bails out with the error message
This PR improves the regex used to match gradle dependencies based on the possible output generated by gradle (see https://github.com/gradle/gradle/blob/e975872ae2cf1d521b73f1107cae772ca09c63cd/subprojects/core/src/main/java/org/gradle/internal/graph/GraphRenderer.java)