Skip to content
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

Merged
merged 56 commits into from
Feb 24, 2023
Merged

Conversation

mattchorlian
Copy link
Collaborator

@mattchorlian mattchorlian commented Apr 26, 2022

This pull request adds unit tests and fixes several bugs.

@marcusrossel
Copy link
Collaborator

marcusrossel commented Jun 1, 2022

Hey, I fixed the cycle-checking issues (locally).
How can I integrate the changes into the project?
Should I just push the commit to this branch (for which I would need write access), or create a new PR?

@lhstrh
Copy link
Member

lhstrh commented Jun 1, 2022

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 :-)

@lhstrh lhstrh marked this pull request as ready for review January 21, 2023 01:46
@lhstrh lhstrh requested a review from hokeun January 21, 2023 01:46
@lhstrh
Copy link
Member

lhstrh commented Jan 21, 2023

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 master.

Copy link
Member

@lhstrh lhstrh left a 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.

__tests__/CausalityGraph.test.ts Outdated Show resolved Hide resolved
__tests__/SimpleMutation.test.ts Outdated Show resolved Hide resolved
__tests__/InvalidMutations.ts Show resolved Hide resolved
__tests__/SimpleMutation.test.ts Outdated Show resolved Hide resolved
src/core/graph.ts Outdated Show resolved Hide resolved
@lhstrh lhstrh merged commit 863bc66 into master Feb 24, 2023
@lhstrh lhstrh deleted the test-coverage branch February 24, 2023 20:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants