-
Notifications
You must be signed in to change notification settings - Fork 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
Refactor solver and move to internal #82
Refactor solver and move to internal #82
Conversation
Signed-off-by: perdasilva <[email protected]>
|
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.
/lgtm
Installed: []deppy.Identifier{"a", "b", "y"}, | ||
}, | ||
{ | ||
Name: "foo two dependencies satisfied by one variable", |
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.
Maybe remove the test above in favor of this one?
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.
nice! fixed ^^
New changes are detected. LGTM label has been removed. |
Signed-off-by: perdasilva <[email protected]>
Signed-off-by: perdasilva <[email protected]>
6197176
to
d6bd646
Compare
This PR refactors the sat solver and makes it possible to hide it in the internal package
Closes #73