Oliver Stöneberg
Oliver Stöneberg
In some cases this is by design and would cause existing installations to fail. So this might require a soft deprecation with introducing a warning first in some cases. Also...
We need to make sure we have tests for all these cases. That also needs to consider the issue addressed in https://github.com/danmar/simplecpp/pull/339 i.e. `fstream` can successfully open directories but just...
There's tickets about it and I also have WIP tests/changes for this locally. Please give me a few days to give some insight on this.
Sorry for not attending to this yet. There's another issue with `missingInclude` I want to look into first and need to write some tests for. That should probably get me...
I will hopefully take a look at this next week.
I have some cleanups and refactoring towards understanding/fixing this but at the core it boils down to the `Settings` being mutable all the time and reporting all the relevant changes...
I think I have figured it out - we "just" need to move some logic from the executor(s) to the overlying logger. Some other PRs have to land first before...
I am open to bumping the minor version to `1.4` and breaking the compatibility so all clients needs to be updated to continue and we can simply remove the old...
I am going for the breakage with the increase of the minor version and the removal of the old server function. We need to be able to adjust option ASAP...
Still needs to be applied to all cases and unit tests. I removed the CI files so this does not trigger a build to ease things.