Máté Cserép

Results 120 comments of Máté Cserép

> @wbqpk3 The CI fails for Ubuntu 20.04. While we should drop support for Ubuntu 20.04, it should still be checked why the build fails there. UPDATE: CI jobs for...

Hi @fuyarchuk-kg, Thanks for your interest in the project. The sample datatset contains 3 sample segments. Could you specify which one you tried and received this error? Probably it would...

I somewhat managed to reproduce the bug (note: this is on the old UI!), but I was not able to close a box at all 😅

@Seeker04 As far as I remember we counted "nested functions" (lamdas) towards a function's McCabe metric in #689, since it increases the complexity of that function to understand. (Should be...

As discussed today, first the types of the project should be considered and only then the methods of those types should be queried. This should be also more efficient.

> The "shall not" part suggests that this is not enforced and is probably compiler dependant. Simpler/older compilers might generate all methods, but g++ 11.4.0 does not. In programming language...

> Which user-defined types count? Only those defined in the analyzed code? How did I know whose are defined in the user space? Types which are defined in files under...

While installation should as fast as possible, we should not support easily broken installations, like not installing the webgui and leaving a previously built, possibly outdated version there. Instead, an...

The build workflow of Node is not highly compatible with CMake, be it is nice that we have a unified build system for the complete project. While we can build...

@intjftw Since you have worked on efferent coupling in #711, I suggest you to review it, when this PR will be ready.