YouCompleteMe/python/ycm/client
Strahinja Val Markovic c274b7d4f8 Fixing the diagnostic-related race conditions
Now, every FileReadyToParse event returns diagnostics, if any. This is instead
of the previous system where the diagnostics were being fetched in a different
request (this caused race conditions).
2013-10-07 11:03:29 -07:00
..
__init__.py A (barely) working version of ycmd + client 2013-10-07 11:03:26 -07:00
base_request.py We now handle the starting FileReadyToParse event 2013-10-07 11:03:29 -07:00
command_request.py Diagnostics work again... somewhat. 2013-10-07 11:03:29 -07:00
completion_request.py 'get_completions' handler is now 'completions' 2013-10-07 11:03:28 -07:00
event_notification.py Fixing the diagnostic-related race conditions 2013-10-07 11:03:29 -07:00