Endre Fülöp

Results 10 comments of Endre Fülöp

This looks awesome! 🏆 However, the tests fail because the output is checked, and colouring escapes are recorded. It would be best to make the colouring optional. I would recommend...

I had a problem on Ubuntu 20.04 (inside WSL2) with making a new virtualenv (make venv). bdist_wheel was needed but not found when building codechecker-api and its -shared package's wheels.

I could have injected the dependency into the requirements.txt files and/or could have specified an exact version number for wheel, but my reasoning behind not doing so is this: The...

Hi, Sorry for the delay, I had been sidetracked quite a bit in my OpenSource activities. This my second take on this PR: #1584. I have addressed the following issues...

Could you plase check the new test files 'ctu-on-the-fly.c' and 'ctu-on-the-fly.cpp'. I have managed to get almost working, however there are 2 issues still reamining. First issue: During the analysis...

I have a working solution updated. The parsing logic of external TUs should be refactored to increase maintainability. However, this change is complex enough as is, and I would recommend...

Fixed a remaining typo.

I have refactored and rebased the solution. There is an extra diagnostic as requested, and I have asserted some invariants in the code.

> What do you want to do exactly? Getting the time of each analyzer invocation? > > I think there is a better way to do that. Relying on `/usr/bin/time`...