Boris Staletic
Boris Staletic
@Manishearth @Valloric mentioned travis config, but that can't be the case because appveyor is doing the same thing, ie building twice on `auto` branch.
I just looked at two other repos. `vheon/JediHTTP` and `abingham/emacs-ycmd` Both repos expreience the same issue of double building on `auto` branch. ping @vheon @abingham
`vheon/JediHTTP` also uses Appveyor, which is as well experiencing this problem. So I strongly believe that this can't be a CI service misconfiguration.
@Manishearth Should we contact you somehow before triggering homu again? Or should we do the logging somehow?
Okay, this PR should be merged without a long review, so keep an eye on it. https://github.com/Valloric/ycmd/pull/904
Then I definitely understood it wrong. Ping @Valloric
Looking at one of the UBSAN errors, the call stack looks like the thing I have come across in #26 ! I have also seen ASAN report a leak, but...
Unfortunately, #26 and #27 are still not enough to satisfy ASAN. One thing remains: https://github.com/gentoo/portage-utils/blob/13b0eecccaeae428c5fcd58b9c7edf9854e154a3/qmanifest.c#L1423 ~~That line does not consider `buf` could have an embedded `\0` character. I don't know...
All green! Nice!
Hi. I am a ycmd maintainer. I don't know if you still care for the answer, but you basically got it right. Not every completer supports `RestartServer`. Since I also...