-
Notifications
You must be signed in to change notification settings - Fork 18
feat: Semantic Versioning implementation #289
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
Conversation
mikecdavis
left a comment
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.
Organizationally it would be cleaner to have all the matchers under the same file, semver.go. Then we can have a single semver_test.go file and parameterize all of the gt, lt, ge, le, etc. All of those tests are the same test with the same setup, just slightly different assertions that can be unified.
msohailhussain
left a comment
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.
first pass
Co-authored-by: Mike Davis <[email protected]>
msohailhussain
left a comment
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. please address before merge.
thomaszurkan-optimizely
left a comment
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.
A couple of quick updates.
https://github.com/optimizely/swift-sdk/pull/352/files
Can you fix the evaluator and add a few tests for beta? Thanks!
thomaszurkan-optimizely
left a comment
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. I'm going to turn on go sdk semver for FSC and see if it passes.
Summary