-
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] Setting a max candidate size limit (80 chars) #370
Conversation
This prevents issues with auto-generated strings entering the database and screwing everything up. Fixes ycm-core/YouCompleteMe#520
I think we have a problem with Travis, looks like pypa/pip#2931 but I'm not sure 😕 Reviewed 4 of 4 files at r1. cpp/ycm/CandidateRepository.cpp, line 40 [r1] (raw file): Comments from the review on Reviewable.io |
I noticed the Travis issue and I'm looking into it. This seems relevant. Weird, because the py3.3 run in the matrix worked before. New version of setuptools was uploaded to PyPI on 2016-02-12 (see table), so I think that might have broken us. Review status: all files reviewed at latest revision, 1 unresolved discussion. Comments from the review on Reviewable.io |
Review status: all files reviewed at latest revision, 1 unresolved discussion. cpp/ycm/CandidateRepository.cpp, line 40 [r1] (raw file): Comments from the review on Reviewable.io |
Review status: all files reviewed at latest revision, 1 unresolved discussion. cpp/ycm/CandidateRepository.cpp, line 40 [r1] (raw file): Comments from the review on Reviewable.io |
@micbou @puremourning Review? :) |
I'll try and get to this tonight. :)
|
Review status: all files reviewed at latest revision, 1 unresolved discussion, some commit checks failed. Comments from the review on Reviewable.io |
Reviewed 4 of 4 files at r1. Comments from the review on Reviewable.io |
I think homu will merge this and it will fix travis because of the previous PR, so @homu r+ Review status: all files reviewed at latest revision, 1 unresolved discussion, some commit checks failed. Comments from the review on Reviewable.io |
📌 Commit e6d0e49 has been approved by |
[READY] Setting a max candidate size limit (80 chars) This prevents issues with auto-generated strings entering the database and screwing everything up. Fixes ycm-core/YouCompleteMe#520 <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/valloric/ycmd/370) <!-- Reviewable:end -->
☀️ Test successful - status |
This prevents issues with auto-generated strings entering the database
and screwing everything up.
Fixes ycm-core/YouCompleteMe#520