-
Notifications
You must be signed in to change notification settings - Fork 641
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
Test review A-D, #259 #1018
Test review A-D, #259 #1018
Conversation
62389a0
to
0af80e4
Compare
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.
Thanks for the PR. The final PR of #259. Nice work!
There are a few changes to make to this before we can merge it. Plus, it came to my attention that there are some other things we need to review and fix before the release that we will need some issues opened for. Please see my comments inline.
src/Lucene.Net.Tests/Codecs/Lucene40/TestLucene40PostingsReader.cs
Outdated
Show resolved
Hide resolved
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.
Looks good.
Although, we may need to retitle this ReusableStringReader changed from public to internal
because there is only 1 breaking change and it is more sensible to put that in the release notes than Test review A-D, #259
. Or, we can move the breaking change to a different PR, which would probably look better in the release notes. Either way is fine.
Reverted breaking change and removed label, will put in a separate PR with that label. Thanks! |
Test review for core A-D tests
Fixes #259 (as the final PR for this issue)
Description
Add missing comments and attributes, match formatting, remove unnecessary code, etc.