Oliver Stöneberg

Results 1147 comments of Oliver Stöneberg

Successful IWYU run: https://github.com/danmar/cppcheck/actions/runs/16077268956

Which libc++ on which system is failing? I am using LLVM 20 and 21 locally and so far the tests passed. The problem with not checking the actual messages is...

> I am using apple clang version 16, but the libc++ version is 18.1 so this fails. I was afraid that there might be a discrepancy between those. I tested...

Thanks for your contribution. I looked into adding concurrency for our jobs before but it has a major shortcoming that you cannot limit it to branches. That will lead to...

> I think what you describe can be achieved by the following syntax (given that we insert it in all .yml files) That is so obvious and simple I am...

> That is so obvious and simple I am flabbergasted why this couldn't be done back then. I will see if I can find my old WIP code tomorrow and...

> I have just pushed the improved version, let me know if I can do anything else. For example, I could add it to all workflows that trigger on PR...

> > We want the CI "all green" on code which will be used. If we would cancel builds this might not be the case if a lot of stuff...