Yanzhao Wang (王彦昭)

Results 125 comments of Yanzhao Wang (王彦昭)

Hi, @jose-luis-rs as I have presented the code in the analysis meeting, this PR is ready to be merged. The changes I need to make will be in the next...

I found a problem. So it's not ready to merge.

Hi, @jose-luis-rs Thanks for your feedback. The implementation now is the run IDs are scanned in the beginning and the parameter with the same run ID will be chosen first....

Yeah, the actual meanings of "par-ID" and "run-ID" are quite confusing. For the clarification, when we run `FariRunAna`, it has three kinds of run IDs: 1. run ID stored in...

Hi, @HighCommander4 Thanks for the reply. I have added another log with the llvm-symbolizer in the main post above.

Hi, sorry for the long wait. I am using the clangd which is compiled by my package manager like mason. I guess the reason why I can't get a proper...

Hi, thanks for reply. I guess `csspell_ls` doesn't support `textDocument/switchSourceHeader` and that's the reason when it's called with `client:request`, the handler gets `uri` of nil. And it triggers the printout...

I see. Maybe it's a bug from csspell_ls, or maybe it accepts everything but not implemented at the end. Sorry that I'm not familiar with how neovim LSP works under...