bumped simplecpp#6333
Conversation
| #include <ctime> | ||
| #include <exception> | ||
| #include <fstream> | ||
| #include <fstream> // IWYU pragma: keep |
There was a problem hiding this comment.
These changes were missing upstream because I accidentally did them here in #5673. Addressed via cppcheck-opensource/simplecpp#330.
|
@firewave I would like to have more controlled simplecpp version in cppcheck. Unless you really must as a quick hack, do not just bump latest HEAD of simplecpp. We make a simplecpp release and bump that to cppcheck. If you really must bump as a quick hack sometime .. well then I think we should asap make a proper simplecpp release and copy that to cppcheck. |
|
I wasn't aware of that. I thought it was fine because the changes were already approved upstream. Sorry about that. Since we were out-of-sync anyways we should merge that PR upstream, make a release and bump it again and then we are fine again. |
sure, no problem. as you say we can make a release and bump again then we are fine again. |
No description provided.