Ericsson / CodeCompass

CodeCompass is a software comprehension tool for large scale software written in C/C++ and Java
https://codecompass.net
GNU General Public License v3.0
516 stars 101 forks source link

Fix Thrift usage in the C++ LSP plugin #708

Closed mcserep closed 7 months ago

mcserep commented 7 months ago

Include Thrift headers and link it to the C++ LSP plugin.

Fixes bug introduced by #599.

mcserep commented 7 months ago

This PR fixed the issue, it is again the out of disk issue during parsing. Seems like #707 was not a sufficient fix, we were just lucky, that the CI passed that time.