Oliver Stöneberg
Oliver Stöneberg
> do you still have more opinions? Yes. I keep forgetting about this...will reply later.
Sorry for the late reply. `-j0` is actually not that different from `-j` and only makes sense on a dedicated machine or in the CI. On a desktop it does...
> @firewave does not like this use case but IMO it should be left to the user to know what they want. It is not that I do not like...
Just no - for various reasons... - we cannot simply compare the file names if we are using projects. We need to consider the whole(!) configuration (which is currently all...
> * modifying `FileSettings` during the analysis is just wrong The de-duplication should be done in `CmdLineParser::fillSettingsFromArgs()` - there is a TODO. Also we are not yet able to fully...
I wonder if we should generate an `information` message if a file was de-duplicated (I only added a TODO about ignored files) as it might indicate an invocation or configuration...
Okay, I totally misunderstood the intention here. The ticket lines out what the issue is but it seems I somehow didn't read it properly (I do not even understand what...
> > It would rely on the input always being in a fixed order though (which might not be case depending on the generator). > > It's not really a...
- if the provided standard is invalid we should bail out - if no standard is being provided we should default to the latest
> * if the provided standard is invalid we should bail out With #312 merged we do not bail out but provide an error via `OutputList` to indicate that the...