• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Valloric / ycmd / 1499
94%

Build:
DEFAULT BRANCH: master
Ran 15 Feb 2016 11:48PM UTC
Jobs 1
Files 41
Run time 9min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
1499

push

travis-ci

homu
Auto merge of #358 - Valloric:more-py3, r=Valloric

[READY] Making ycmd compatible with Python 3

This one was a doozy.

The `futurize` tool helped, but it probably accounted for 1% of the work. The `str` vs `bytes` vs `unicode` thing affects _everything_ and all of it needed to be handled manually, so this PR touches practically every single file in the repo. As such, **until we merge this PR, no other code-changing PR should be merged.** We need to get to a state where we have green Travis for Python 3 before any other PRs start landing.

Note that this new ycmd can't be used with YCM (yet) because of `ycm_client_support.so` and all the old hackery around it (have I mentioned I hate YCM's omnicompleter?). Everything should work once I port YCM to be Python 3 compatible; in the meantime, we can play around with ycmd using `example_client.py` (which now only works on Python 3 BTW).

Note that YCM will need to have special logic so that ycmd gets built with support for the same version of Python that is compiled into Vim. YCM that runs in Python 2 inside Vim won't work with a ycmd running in  Python 3 (and vice-versa). Fun times ahead.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/valloric/ycmd/358)
<!-- Reviewable:end -->

2919 of 3488 relevant lines covered (83.69%)

0.84 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1499.1 (USE_CLANG_COMPLETER=true YCMD_PYTHON_VERSION=2.7 COVERAGE=true) 15 Feb 2016 11:48PM UTC 0
83.69
Travis Job 1499.1
Source Files on build 1499
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1499
  • 18693fb8 on github
  • Prev Build on master (#1478)
  • Next Build on master (#1530)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc