-
Notifications
You must be signed in to change notification settings - Fork 768
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
[READY] More fixes for printing with custom sys.stdout #381
Conversation
LGTM assuming the tests pass Reviewed 3 of 3 files at r1. Comments from the review on Reviewable.io |
Reviewed 3 of 3 files at r1. ycmd/tests/utils_test.py, line 305 [r1] (raw file): Comments from the review on Reviewable.io |
@homu r=puremourning Review status: 2 of 3 files reviewed at latest revision, 1 unresolved discussion. ycmd/tests/utils_test.py, line 305 [r1] (raw file): Comments from the review on Reviewable.io |
📌 Commit 0f3a3c1 has been approved by |
[READY] More fixes for printing with custom sys.stdout The fix from #379 fixed py2, but broke py3. This fixes both and adds a test. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/valloric/ycmd/381) <!-- Reviewable:end -->
☔ The latest upstream changes (presumably #380) made this pull request unmergeable. Please resolve the merge conflicts. |
@homu retry |
New commit. @homu r+ Review status: 0 of 3 files reviewed at latest revision, 1 unresolved discussion. Comments from the review on Reviewable.io |
📌 Commit 698441b has been approved by |
[READY] More fixes for printing with custom sys.stdout The fix from #379 fixed py2, but broke py3. This fixes both and adds a test. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/valloric/ycmd/381) <!-- Reviewable:end -->
@homu r- Sorry to stop the merging but I have two minor comments. Reviewed 3 of 3 files at r3. ycmd/tests/utils_test.py, line 313 [r3] (raw file): ycmd/tests/utils_test.py, line 320 [r3] (raw file): Comments from the review on Reviewable.io |
And I have no idea if it works. Review status: all files reviewed at latest revision, 2 unresolved discussions. Comments from the review on Reviewable.io |
The fix from #379 fixed py2, but broke py3. This fixes both and adds a test.
Should be good now. I'll let you kick off homu. :) Review status: 2 of 3 files reviewed at latest revision, 2 unresolved discussions. ycmd/tests/utils_test.py, line 313 [r3] (raw file): ycmd/tests/utils_test.py, line 320 [r3] (raw file): Comments from the review on Reviewable.io |
@homu r+ Reviewed 1 of 1 files at r4. Comments from the review on Reviewable.io |
📌 Commit 56046fd has been approved by |
[READY] More fixes for printing with custom sys.stdout The fix from #379 fixed py2, but broke py3. This fixes both and adds a test. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/valloric/ycmd/381) <!-- Reviewable:end -->
☀️ Test successful - status |
The fix from #379 fixed py2, but broke py3. This fixes both and adds a test.