YouCompleteMe/python/ycm
zzbot 470518075d
Auto merge of #3035 - micbou:show-detailed-diagnostic-none, r=puremourning
[READY] Fix YcmShowDetailedDiagnostic command on line without diagnostic

The `YcmShowDetailedDiagnostic` command raises a `NoneType` exception on a line with no diagnostic;
```
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "YouCompleteMe/autoload\..\python\ycm\youcompleteme.py", line 663, in ShowDetailedDiagnostic
    if 'message' in detailed_diagnostic:
TypeError: argument of type 'NoneType' is not iterable
```

<!-- 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/3035)
<!-- Reviewable:end -->
2018-06-02 07:21:43 -07:00
..
client Fix issues reported by flake8-comprehensions 2018-05-03 13:11:19 +02:00
tests Auto merge of #3035 - micbou:show-detailed-diagnostic-none, r=puremourning 2018-06-02 07:21:43 -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 Add CUDA support 2018-05-24 14:34:15 +09:00
diagnostic_filter.py Do not install aliases from future 2017-03-18 18:24:48 +01:00
diagnostic_interface.py Allow users to change the options by restarting the server 2018-05-15 23:45:54 +02:00
omni_completer.py Resend request when extra conf is loaded or ignored 2018-04-22 22:10:14 +02:00
paths.py Drop Python 2.6 and Python 3.3 2018-01-30 18:34:50 +01:00
syntax_parse.py Fix issues reported by flake8-comprehensions 2018-05-03 13:11:19 +02:00
unsafe_thread_pool_executor.py Update flake8 config 2016-03-06 17:39:55 +00:00
vimsupport.py Allow users to change the options by restarting the server 2018-05-15 23:45:54 +02:00
youcompleteme.py Fix YcmShowDetailedDiagnostic command on line without a diagnostic 2018-05-24 11:52:57 +02:00