-
Notifications
You must be signed in to change notification settings - Fork 1
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
Move GraphBuilder and all its logic from ddr #37
Conversation
@Graur could you check this one, please? |
val dgCond = DgNodeCondition(cond) | ||
traverseParents(node.parentNode, dgCond.freeVars) | ||
name(node)?.let { name -> | ||
val igCond = DgNodeCondition(cond) |
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.
@c71n93 Can you please make this variable name more readable?
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.
@Graur done
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.
@c71n93 Looks good to me
@yegor256 please take a look |
@rultor merge |
Closes #34
PR-Codex overview
This PR focuses on updating dependencies and refactoring package structure in the codebase.
Detailed summary
GraphBuilder.ktpom.xml
filecommons-lang3
dependencyGraphBuilder
and related classesDeogGraph
andNodes
classesAttributesSetter
,ClosedCycleProcessor
,InnerPropagator
, andCondAttributesSetter
classes