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

Implement Basic SyncManager #132

Merged
merged 11 commits into from
Jan 8, 2020
Merged

Implement Basic SyncManager #132

merged 11 commits into from
Jan 8, 2020

Conversation

austinabell
Copy link
Contributor

@austinabell austinabell commented Dec 28, 2019

This branch depends on the header builder pattern #124 so I will just change the base branch to master and open for review once that comes in. I only built out the components that were necessary since this stuff is not defined in the spec and didn't want to assume anything.

Wanted to open this up as draft on the off change someone wanted to start any of this.

}
}

#[cfg(test)]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: move to test dir

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no can do sir, this is testing private functionality, needs to be here

Copy link
Member

@GregTheGreek GregTheGreek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have a nit with tests in source files, especially when we have a test directory. Up to you though.

@austinabell
Copy link
Contributor Author

I have a nit with tests in source files, especially when we have a test directory. Up to you though.

seperate folders is only for integration tests, unit tests for private variables and functionality have to be within the module, can be in a seperate test file but I thought this was the convention we agreed on

@austinabell austinabell merged commit d35410e into master Jan 8, 2020
@austinabell austinabell deleted the austin/syncman branch January 8, 2020 21:12
@amerameen amerameen mentioned this pull request Jan 9, 2020
3 tasks
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.

None yet

4 participants