Máté Cserép

Results 120 comments of Máté Cserép

Thanks for the bug report. A minor remark: I don't think it mattered that you requested the class collaboration diagram from VSCode, through LSP, as the issue is seemingly with...

Reevaluating this issue now I have found that some SVG output is now produced now in `xerces-c/src/xercesc/sax/InputSource.hpp:62` > `class SAX_EXPORT InputSource : public XMemory` > requesting the class collaboration diagram...

Currently incremental parsing checks for database existance. You propose for some database table or even schema validity check to be performed?

Great work finding the source of this issue! > There is one issue remaining that I need some feedback on. When the child caller nodes are created, the reference count...

This issue still exists in version 1.2.0.

I have verified that the bug is present on the `master` branch, but do not occur with the `--skip cxxmetricsparser` flag. Also, the `release/gershwin` branch is not affected by the...

> I have identified two major issues that contribute to the failure of incremental parsing: > > **[1]** The segmentation fault comes from `CppMetricsParser::CppMetricsParser` during plugin creation: > > https://github.com/Ericsson/CodeCompass/blob/8e84d84e29a0cec6cb0af9f6dcc587ea9ff34480/plugins/cpp_metrics/parser/src/cppmetricsparser.cpp#L47...

@andocz Can you gives us a MWE to test and validate this issue on? (An AST node without location?) Where did you find this unintended behaviour?

@andocz Thanks for the quick response, we will reproduce this first. However I don't think that the correct behaviour would be to add `null` value for the `location_file` field for...

Hi @ervin7mk, It worked for me, are you sure you made a clean parse (`-f` flag), so all files are reparsed? However, a segmentation fault occurred during parsing, so most...