Package Details: vim-youcompleteme-git r3216.0d855962-1

Git Clone URL: https://aur.archlinux.org/vim-youcompleteme-git.git (read-only, click to copy)
Package Base: vim-youcompleteme-git
Description: A code-completion engine for Vim
Upstream URL: https://ycm-core.github.io/YouCompleteMe/
Keywords: completion engine neovim vim ycm
Licenses: GPL3
Groups: vim-plugins
Submitter: thestinger
Maintainer: artafinde
Last Packager: artafinde
Votes: 170
Popularity: 0.51
First Submitted: 2013-02-05 21:32 (UTC)
Last Updated: 2024-08-19 15:53 (UTC)

Dependencies (19)

Required by (0)

Sources (2)

Pinned Comments

artafinde commented on 2021-04-10 13:03 (UTC)

If you want to use system's abseil set the _use_system_abseil to ON - default is to download from internet during build.

Latest Comments

« First ‹ Previous 1 .. 40 41 42 43 44 45 46 47 48 49 50 .. 53 Next › Last »

mexus commented on 2014-10-02 19:18 (UTC)

Thank you very much, it's very nice of you as a package maintainer!

eberan commented on 2014-10-02 19:09 (UTC)

I've temporarily updated the PKGBUILD to point to the forked repo's for YouCompleteMe and ycmd. When they accept the pull request and update their repo's I'll switch back. This should get you going for the time being.

eberan commented on 2014-10-02 17:46 (UTC)

Sorry for the delay. It turns out there was a regression in the OmniSharpServer, so just updating to latest broke the test/QA. They merged my fix so now I'm just waiting on ycmd to test and merge the updated OmniSharpServer submodule. (https://github.com/Valloric/ycmd/pull/40)

mexus commented on 2014-10-02 16:15 (UTC)

eberan, could you please post a link to your repo/commit? It looks like Valloric hadn't fixed it yet =(

eberan commented on 2014-09-30 19:39 (UTC)

Ok, it looks like there was an issue with OmniSharp + Mono 3.8. It has been fixed upstream, but the Valloric/ycmd repo has not updated the submodule commit id to or beyond the fix(es). I can verify that building with HEAD OmniSharp(Server) repo works fine. I'll put in a merge request for Valloric.

eberan commented on 2014-09-30 18:53 (UTC)

I get the same error when building. I'll look into it.

doragasu commented on 2014-09-30 15:46 (UTC)

I have the same problem, trying to build on an x64 arch install I get exactly the same 4 errors :(

MasterMax commented on 2014-09-29 08:17 (UTC)

I have installed it, but I am getting this error recently: "The ycmd server SHUT DOWN (restart with :YcmRestartServer). Stderr (last 30 lines)" Rebuilding it fixed this error on my pc (about a week ago), but I cant't rebuild it on my laptop (same system basically). I think those are the compile errors, which might help you: Errors: /tmp/yaourt-tmp-max/aur-vim-youcompleteme-git/src/YouCompleteMe/third_party/ycmd/third_party/OmniSharpServer/OmniSharp.sln (default targets) -> (Build target) -> /tmp/yaourt-tmp-max/aur-vim-youcompleteme-git/src/YouCompleteMe/third_party/ycmd/third_party/OmniSharpServer/OmniSharp/OmniSharp.csproj (default targets) -> /usr/lib/mono/4.5/Microsoft.CSharp.targets (CoreCompile target) -> Bootstrapper.cs(41,37): error CS0121: The call is ambiguous between the following methods or properties: `Nancy.AsyncNamedPipelineBase<System.Func<Nancy.NancyContext,System.Threading.CancellationToken,System.Threading.Tasks.Task<Nancy.Response>>,System.Func<Nancy.NancyContext,Nancy.Response>>.AddItemToStartOfPipeline(System.Func<Nancy.NancyContext,Nancy.Response>)' and `Nancy.AsyncNamedPipelineBase<System.Func<Nancy.NancyContext,System.Threading.CancellationToken,System.Threading.Tasks.Task<Nancy.Response>>,System.Func<Nancy.NancyContext,Nancy.Response>>.AddItemToStartOfPipeline(Nancy.PipelineItem<System.Func<Nancy.NancyContext,Nancy.Response>>, bool)' Bootstrapper.cs(42,36): error CS0121: The call is ambiguous between the following methods or properties: `Nancy.AsyncNamedPipelineBase<System.Func<Nancy.NancyContext,System.Threading.CancellationToken,System.Threading.Tasks.Task>,System.Action<Nancy.NancyContext>>.AddItemToEndOfPipeline(System.Action<Nancy.NancyContext>)' and `Nancy.AsyncNamedPipelineBase<System.Func<Nancy.NancyContext,System.Threading.CancellationToken,System.Threading.Tasks.Task>,System.Action<Nancy.NancyContext>>.AddItemToEndOfPipeline(Nancy.PipelineItem<System.Action<Nancy.NancyContext>>, bool)' Bootstrapper.cs(46,41): error CS0121: The call is ambiguous between the following methods or properties: `Nancy.AsyncNamedPipelineBase<System.Func<Nancy.NancyContext,System.Threading.CancellationToken,System.Threading.Tasks.Task<Nancy.Response>>,System.Func<Nancy.NancyContext,Nancy.Response>>.AddItemToStartOfPipeline(System.Func<Nancy.NancyContext,Nancy.Response>)' and `Nancy.AsyncNamedPipelineBase<System.Func<Nancy.NancyContext,System.Threading.CancellationToken,System.Threading.Tasks.Task<Nancy.Response>>,System.Func<Nancy.NancyContext,Nancy.Response>>.AddItemToStartOfPipeline(Nancy.PipelineItem<System.Func<Nancy.NancyContext,Nancy.Response>>, bool)' Bootstrapper.cs(47,40): error CS0121: The call is ambiguous between the following methods or properties: `Nancy.AsyncNamedPipelineBase<System.Func<Nancy.NancyContext,System.Threading.CancellationToken,System.Threading.Tasks.Task>,System.Action<Nancy.NancyContext>>.AddItemToStartOfPipeline(System.Action<Nancy.NancyContext>)' and `Nancy.AsyncNamedPipelineBase<System.Func<Nancy.NancyContext,System.Threading.CancellationToken,System.Threading.Tasks.Task>,System.Action<Nancy.NancyContext>>.AddItemToStartOfPipeline(Nancy.PipelineItem<System.Action<Nancy.NancyContext>>, bool)'