Máté Cserép
Máté Cserép
> I checked the current master ([8e84d84](https://github.com/Ericsson/CodeCompass/commit/8e84d84e29a0cec6cb0af9f6dcc587ea9ff34480)) and the segfault is also present there. I put some logging into various places, including the constructor of ClangASTVisitor, and no logs are...
@dbukki The bumpy road metrics was not added to the service. Thrift interface: https://github.com/Ericsson/CodeCompass/blob/7ba19f9834fddd3473bcc9e77a3a6e96bf6759c2/plugins/cpp_metrics/service/cxxmetrics.thrift#L7-L13 Service implementation: https://github.com/Ericsson/CodeCompass/blob/7ba19f9834fddd3473bcc9e77a3a6e96bf6759c2/plugins/cpp_metrics/service/src/cppmetricsservice.cpp#L26-L46 Please add this to the codebase in a new fixing PR, so the...
@barnabasdomozi Could you extend the CI to Ubuntu 24.04 as well, please?
> Yes, I added Ubuntu 24.04 to CI in commit [0db6d2e](https://github.com/Ericsson/CodeCompass/commit/0db6d2e9886bb6375ec162354fc8a3188c76be9b). @barnabasdomozi Thanks, LGTM 🚀
@intjftw In my view (and as discussed on the previous meetings), there are 3 type of metrics, but 2 of them are really similar, so they can be merged. -...
**Handling of nested classes:** for now, we should handle nested classes as separate, independent types and not aggregate the complexity. **Wait for decision on handling of template classes:** investigate the...
Should only be merged after #612 is resolved, since this makes fixing production easier until then :sweat_smile:
Hi @hunterzju, Thanks for your interest in the project and sorry for the late response. Previously LLVM was parseable by CodeCompass even on a mediocre desktop computer or notebook even...
Suggestion to move the C# specific restrictions (e.g. no Sqlite support) to separate markdown file or separate section in backend user guide. Further PRs will have the goal to remove...
@LakatosMark1 Please update the PR as requested.