Rafaël Kooi

Results 17 comments of Rafaël Kooi

Fixed the compiler error on Apple Clang, all tests are looking to pass. Please review, @rparolin

@rparolin This hasn't seen activity in almost 2 months. Could you take a look at it, or close the request if you don't intend to merge it? Thanks!

@grojo-ea I noticed you have been merging code into EASTL, I would appreciate it if you could take a look at this.

Not sure how this change could possible cause the test to fail in debug mode on MSVC, is this a sporadic/known failure? @rparolin Could you restart the CI and see...

Does that happen when you generate a Visual Studio project? I don't have this issue when building with ninja.

> If using the LSP interface works then great you should be able to do that. Last time we checked it lacked features vs the API we currently use. But...

Is this supposed to fix the issue entirely? I pulled your omnisharp version and built it, however I still get exceptions thrown when trying to use it in a C#...

What I did was the following: 1. Cloned your fork 2. Built it using `./build.sh --target Quick --configuration Release` 3. Went to `~/.vim/bundle/YouCompleteMe/third_party/ycmd` 4. Applied the following patch: ```diff diff...

Building a dotnet version from your fork makes it load, but fails with a different exception: ``` System.IO.FileLoadException: Could not load file or assembly 'System.Configuration.ConfigurationManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. Could not...

Ok, deleting `System.Configuration.ConfigurationManager.dll` as per https://github.com/OmniSharp/omnisharp-roslyn/pull/2359/commits/0f2ddb75d5e9de7e24ec5e9c2a757f8f768a78cf seems to make it work. That will not be an issue for if/when this gets merged into upstream. If they won't merge it, I...