kangjianbin
kangjianbin
When calling lthread_join, you need check return result before freeing the lthread struct. It is too easy to cause memory leak or corruption. A better solution is to follow pthread_join...
Platform: windows 10, x64 Editor: emacs Cquery commint id: b523aa928acf8ffb3de6b22c79db7366a9672489 Problem: emacs randomly reports ``` lsp-cquery has exited (exited abnormally with code 99) ``` and all lsp functions stop working....
After completion of keyword 'return', looks like cursor position is incorrect: ```c int f(void) { // before completion retu } // after completion return expression ``` I need to delete...
For example, a target lib1 has precompile set; app1 depends on lib1, is app able to use lib1's precompile header? This will save a lot of time as generating pch...
For example, if there is a .clang_complete.el file in current directory or parent directy, irony calls some function defined in this file first. The function will return a list contains...
Reproduce: 1. Enter ivy (SPC b b) 2. Enter hydra-ivy (C-o) 3. Press escape sequence to exit minibuffer I found that ivy exited but hydra-ivy didn't exit. I changed =evil-escape--escape-normal-state=...