YouCompleteMe/python/ycm/client
Homu 8161d35030 Auto merge of #2465 - micbou:response-future, r=Valloric
[READY] Fix exception when response future is not set

An `AttributeError` exception is raised when `Done` is called before `Start` in the `CompletionRequest` and `EventNotification` classes because the `_response_future` attribute is not yet defined.

Fixes #2461.

<!-- 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/2465)
<!-- Reviewable:end -->
2016-12-23 09:41:21 +09:00
..
__init__.py A (barely) working version of ycmd + client 2013-10-07 11:03:26 -07:00
base_request.py Add docstring to HandleServerException 2016-12-12 02:53:57 +01:00
command_request.py Catch and log all server exceptions 2016-12-12 02:36:15 +01:00
completer_available_request.py Catch and log all server exceptions 2016-12-12 02:36:15 +01:00
completion_request.py Auto merge of #2465 - micbou:response-future, r=Valloric 2016-12-23 09:41:21 +09:00
debug_info_request.py Add docstring to HandleServerException 2016-12-12 02:53:57 +01:00
event_notification.py Auto merge of #2465 - micbou:response-future, r=Valloric 2016-12-23 09:41:21 +09:00
omni_completion_request.py Futurize pass + manual fixes 2016-02-27 16:12:44 -08:00
shutdown_request.py Catch and log all server exceptions 2016-12-12 02:36:15 +01:00
ycmd_keepalive.py Add docstring to HandleServerException 2016-12-12 02:53:57 +01:00