-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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] Clean C# inserting namespace code #2650
[READY] Clean C# inserting namespace code #2650
Conversation
Remove code that automatically insert namespaces in C# for Vim versions prior to 7.4.774.
856fbd3
to
1fc6b4a
Compare
Codecov Report
@@ Coverage Diff @@
## master #2650 +/- ##
==========================================
+ Coverage 88.48% 88.57% +0.08%
==========================================
Files 19 19
Lines 1946 1908 -38
==========================================
- Hits 1722 1690 -32
+ Misses 224 218 -6 |
Review status: 0 of 3 files reviewed at latest revision, all discussions resolved. Comments from Reviewable |
Review status: 0 of 3 files reviewed at latest revision, 1 unresolved discussion. python/ycm/vimsupport.py, line 87 at r1 (raw file):
This function looks useful to have. We might not need it right now, but I can easily see us needing it again, no? I don't have a strong opinion though. Comments from Reviewable |
Reviewed 3 of 3 files at r1. python/ycm/vimsupport.py, line 87 at r1 (raw file): Previously, Valloric (Val Markovic) wrote…
I would go with removing it. I'm one of those who think unneeded code should be remved from the codebase aggressivly. In case something from the past is needed, well we all know how to use Comments from Reviewable |
Reviewed 3 of 3 files at r1. python/ycm/vimsupport.py, line 87 at r1 (raw file): Previously, bstaletic (Boris Staletic) wrote…
I think I'm with @bstaletic here, specially since this function is also not covered by any test. Comments from Reviewable |
Reviewed 3 of 3 files at r1. python/ycm/vimsupport.py, line 87 at r1 (raw file): Previously, vheon (Andrea Cedraro) wrote…
Also, not having this function means that we don't have code specific to some versions of Vim which is rather a good thing. Comments from Reviewable |
Lots of LG's, let's go! @zzbot r=bstaletic Review status: all files reviewed at latest revision, 1 unresolved discussion, all commit checks successful. python/ycm/vimsupport.py, line 87 at r1 (raw file): Previously, micbou wrote…
You've convinced me, let's remove it. :) Comments from Reviewable |
📌 Commit 1fc6b4a has been approved by |
…aletic [READY] Clean C# inserting namespace code Now that we require at least Vim 7.4.1578, we can remove the code that automatically insert namespaces in C# for Vim versions prior to 7.4.774. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/valloric/youcompleteme/2650) <!-- Reviewable:end -->
☀️ Test successful - status-travis |
Now that we require at least Vim 7.4.1578, we can remove the code that automatically insert namespaces in C# for Vim versions prior to 7.4.774.
This change is