YouCompleteMe/python/ycm
zzbot 3256ae3ffa
Auto merge of #2976 - micbou:refactor-server-exception-handling, r=puremourning
[READY] Refactor server exception handling

Having to wrap all request calls with the `HandleServerException` function is inconvenient. Handle server exceptions directly in `BaseRequest`.

<!-- 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/2976)
<!-- Reviewable:end -->
2018-04-14 11:13:15 -07:00
..
client Auto merge of #2976 - micbou:refactor-server-exception-handling, r=puremourning 2018-04-14 11:13:15 -07:00
tests Auto merge of #2976 - micbou:refactor-server-exception-handling, r=puremourning 2018-04-14 11:13:15 -07:00
__init__.py Fixing python tests broken in rename 2013-05-19 20:06:14 -07:00
base.py Rewrite completion system 2017-06-21 02:32:57 +02:00
buffer.py Improve diagnostic matches display 2018-02-18 21:32:00 +01:00
diagnostic_filter.py Do not install aliases from future 2017-03-18 18:24:48 +01:00
diagnostic_interface.py Improve diagnostic matches display 2018-02-18 21:32:00 +01:00
omni_completer.py Refactor server exception handling 2018-04-13 01:35:17 +02:00
paths.py Drop Python 2.6 and Python 3.3 2018-01-30 18:34:50 +01:00
setup.py Add error messages when ycmd crashed 2016-05-02 23:08:32 +02:00
syntax_parse.py Add function to capture Vim command output 2018-02-18 14:06:09 +01:00
unsafe_thread_pool_executor.py Update flake8 config 2016-03-06 17:39:55 +00:00
vimsupport.py Fix column clamping when highlighting diagnostics on Python 3 2018-03-25 16:02:48 +02:00
youcompleteme.py Refactor server exception handling 2018-04-13 01:35:17 +02:00