YouCompleteMe/python/ycm/server
Strahinja Val Markovic f6ca040cf7 Nth attempt at correct shutdown procedure.
If we install an explicit signal handler for SIGTERM and SIGINT and then call
sys.exit ourselves, atexit handlers are run. If we don't call sys.exit from the
handler, ycmd never shuts down. So fixed... I think. We'll see.

Fixes #577... again.
2013-10-17 22:15:17 -07:00
..
tests ycm_core now imported after extra conf preload 2013-10-14 15:29:00 -07:00
__init__.py A (barely) working version of ycmd + client 2013-10-07 11:03:26 -07:00
default_settings.json Ensuring server cleanup on OS signals 2013-10-17 12:21:59 -07:00
handlers.py Ensuring server cleanup on OS signals 2013-10-17 12:21:59 -07:00
responses.py Correctly handling ycm_extra_conf files now 2013-10-08 16:21:43 -07:00
server_state.py ycm_core now imported after extra conf preload 2013-10-14 15:29:00 -07:00
server_utils.py ycm_core now imported after extra conf preload 2013-10-14 15:29:00 -07:00
ycmd.py Nth attempt at correct shutdown procedure. 2013-10-17 22:15:17 -07:00