-
Notifications
You must be signed in to change notification settings - Fork 6
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
Refactoring, fixes, and tests for the graph package #98
Conversation
Hey, I fixed the cycle-checking issues (locally). |
Awesome! Why not push to this branch and then we can go on to get this PR into a state to where it can be merged :-) |
For historical reasons, this PR is a bit of a hodgepodge, but with some careful review and all the tests passing, we should be able to merge this into |
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.
Found two problems with the tests. Once resolved, we can go ahead and merge this.
Co-authored-by: Marten Lohstroh <[email protected]>
Co-authored-by: Marten Lohstroh <[email protected]>
Co-authored-by: Marten Lohstroh <[email protected]>
…into test-coverage
This pull request adds unit tests and fixes several bugs.