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

Valloric / ycmd / 1514 / 1
84%
master: 94%

Build:
Build:
LAST BUILD BRANCH: python-completer-log-level
DEFAULT BRANCH: master
Ran 16 Feb 2016 10:55PM UTC
Files 41
Run time 1s
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

15 Feb 2016 11:37PM UTC coverage: 83.687%. First build
USE_CLANG_COMPLETER=true YCMD_PYTHON_VERSION=2.7 COVERAGE=true

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

Source Files on job 1514.1 (USE_CLANG_COMPLETER=true YCMD_PYTHON_VERSION=2.7 COVERAGE=true)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1514
  • Travis Job 1514.1
  • 18693fb8 on github
  • Next Job for USE_CLANG_COMPLETER=true YCMD_PYTHON_VERSION=2.7 COVERAGE=true on py-travis-fix (#1517.1)
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