JaydenFish
JaydenFish
把fmtlogT再实例一个就可以了,让_=1. 我用这个来写文件的,延迟很低. ``` using fmtlog = fmtlogT; using fmtlogwritefile = fmtlogT; #define FMTLOG_WRITE(format, ...) \ do { \ static uint32_t logId = 0; \ fmtlogWrapper::impl.log(logId, 0, __FMTLOG_LOCATION, FMTLOG::LogLevel::INF, FMT_STRING(format), ##__VA_ARGS__);...
`ycmd-show-debug-info` ``` Ycmd debug information for buffer p.cpp in c++-mode: No debug info available from server Server is not running Ycmd Mode is enabled -------------------- Ycmd version: 1.2snapshot (package: 20170515.2255)...
I run command `ycmd-open`,`ycmd-buffer`show: ``` 2017-06-02 22:07:51,136 - ERROR - Error occurred while loading global extra conf D:/emacs/ycmd/cpp/ycm/.ycm_extra_conf.py Traceback (most recent call last): File "D:\emacs\ycmd\ycmd\..\ycmd\extra_conf_store.py", line 94, in _CallGlobalExtraConfMethod module...
I compiled it in python3.And in python3 with emacs,there is a dialog box pop up. ``` Microsoft Visual C++ Runtime Library Assertion failed! Program: D:\emacs\ycmd\libclang.dll File: D:\src\llvm_package_4.0.0\llvm\tools.../SourceLocation.h Line: 319 Expression:...
As you remind me my python env is messed up.I delete whole anaconda2, and reinstall Anaconda3,recompile ycmd. And things get a little different. `ycmd-server buffer`: ``` 2017-06-06 18:32:44,554 - DEBUG...
I compiled ycmd with `python build.py --all` the result is: ``` 31 个警告 0 个错误 已用时间 00:00:41.43 ERROR: msbuild or xbuild is required to build Omnisharp. ``` No error. But...
https://gist.github.com/asdyjd/92f9c4914f68e4bd7bc955df4c969881 I compiled it with `python build.py --clang-completer` Now this is the case.A dialog pop up,shows: ``` Microsoft Visual C++ Runtime Library Assertion failed! Program: D:\emacs\ycmd\libclang.dll File: D:\src\llvm_package_4.0.0\llvm\tools.../SourceLocation.h Line: 319...