Oliver Stöneberg

Results 1147 comments of Oliver Stöneberg

> Will you be able to make the suggested changes? Yes. Hopefully I finally get to it this week.

There are additional warnings now but I cannot change that file because there are some issues with the line endings. ``` Src/Debugger/CPU/68KDebug.cpp:1353:56: note: ‘sprintf’ output between 15 and 64 bytes...

This should "help" (as in executing less code) with tests which use the `Tokenizer` but do not rely on the ValueFlow. That might also fix the issue I hit in...

I will try to pull out the wrapper function for values so this can finally progress.

We need a single proper implementation of the lookup and tests for that. We also need to document the lookup order. I will also try to get feedback on some...

I filed https://trac.cppcheck.net/ticket/12240 about this. The user configuration should always override the system one otherwise a local binary is not usable at all. > In a installed Cppcheck .. it...

After adding logging for this it shows that this is already working as intended. ``` looking for library 'none' looking for library 'none.cfg' looking for library '/mnt/s/GitHub/cppcheck-fw/cmake-build-debug-wsl-kali-clang-17/bin/none.cfg'

Unfortunately this would initiate builds of the latest source and a previous version but we only want to test that the script is actually works in the first case. Maybe...

Thanks, but you still didn't explain what problem this is fixing.