Skip to content
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] Add checks to ycm_core library when starting ycmd #467

Merged
merged 1 commit into from May 2, 2016

Commits on May 1, 2016

  1. Add checks to ycm_core library

    In addition to the outdated library check, add the following checks:
     - missing library;
     - compiled with Python 2 but imported with Python 3;
     - compiled with Python 3 but imported with Python 2.
    Exit with a non-zero status code if one of these requirements is not
    met.
    Add corresponding tests.
    Remove check_core_version script.
    micbou committed May 1, 2016
    Copy the full SHA
    85d5f6b View commit details
    Browse the repository at this point in the history