Val Markovic
Val Markovic
It _could_ be that we have messed up config for _both_ Travis and Appveyor in _exactly_ the same way, but that just seems plain unlikely.
@bstaletic Thanks for checking that! OK, so the odds of both @vheon and @abingham separately misconfiguring Travis CI in the same way that I did (along with me doing the...
(Copied from my comment on the linked PR) Not sure it would be easy (or a good idea) to change our zzbot instance since it's running vanilla homu code. There's...
cc @alexrs
BTW, worked around it locally with a patch that changes the line to: ```python if pvalue > cfg.get('max_priority', 10000): ```
Full traceback (apologies for formatting, it's from syslog): ``` Jul 6 16:05:58 homu-bot homu[614]: INFO:homu.server:Synchronizing ycmd... Jul 6 16:08:09 homu-bot homu[614]: Traceback (most recent call last): Jul 6 16:08:09 homu-bot...
@r4nt and I encountered this behavior with an emacs user that frequently starts and exits emacs. Their ycm_temp dir ends up gigabytes big because it seems that ycmd always goes...
@ptrv That's a bit murky. By default, ycmd will create that tempdir if the C# completer uses it... but depending on the contents of the user's `ycm_extra_conf.py`, it might be...
Note that the cleanup @r4nt is talking about is related to the custom cleanup function that the user can register through `ycm_extra_conf.py`. If the extra conf file has a `Shutdown()`...
Just to note, ycmd does in fact reject completion requests if a `FileReadyToParse` event came in and it hasn't yet been fully processed. YCM _considers_ sending the event in the...