-
Notifications
You must be signed in to change notification settings - Fork 9
Feature/call graph generation #22
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
Feature/call graph generation #22
Conversation
This implementation isn't fast or stable, and should not be considered finished.
Large amounts of requests are still causing errors or being dropped because of problems handling any deviation from the simplest POM format.
# Conflicts: # build.sbt # src/main/scala/de/upb/cs/swt/delphi/crawler/discovery/maven/MavenIdentifier.scala # src/main/scala/de/upb/cs/swt/delphi/crawler/storage/ElasticActor.scala
# Conflicts: # build.sbt # src/main/scala/de/upb/cs/swt/delphi/crawler/preprocessing/PreprocessingDispatchActor.scala
…ORE the specified version.
I'm currently trying to fix the errors in this version and improve code quality. |
Many of the bugs I'm fixing are caused by usage of Elastic4s' ElasticClient class, which does not appear to actually exist in the copy of the library I have on my machine. |
The Travis CI build doesn't seem able to resolve references to either ElasticClient or HttpClient. |
Please try again in your environment with activated auto-import (see email). |
I think this branch is ready to be merged, but the Codacy check is no longer running. |
Alright, I think that's all the changes I'm going to make. |
Thanks Alex! I'll have look tomorrow. Just made it home after some travel chaos. |
No description provided.