amai2012
amai2012
That is the current state after my - obviously failed - attempt to cure a program termination after a C++ exception was not caught at all.
The code triggering for that is within cppcheck. One might consider some changes within simplecpp, maybe using some suitable pointer class instead of the reference, though within C++03 it would...
@matthiaskrgr Does this problem still exist?
- How do you compile UnitTest.exe? - Is `D:` a local hard disk/SSD? - Did you try adding `-v` to see if there is some more helpful output?
Duplicate to https://github.com/OpenCppCoverage/OpenCppCoverage/issues/165
@learn-more PR https://github.com/OpenCppCoverage/OpenCppCoverage/pull/136 would take care of that error message.
@bboysteed Where is your PDB file for your `a.exe`?
https://github.com/OpenCppCoverage/OpenCppCoverage/wiki lists PDB as a requirement. mingw doesn't offer this. You cannot use OpenCppCoverage for your executable.
See [REST API: Runner will no longer return ip_address](https://gitlab.com/gitlab-org/gitlab/-/issues/415159) and https://docs.gitlab.com/ee/api/runners.html states `The ip_address attribute in the response was deprecated [in GitLab 16.1](https://gitlab.com/gitlab-org/gitlab/-/issues/415159) and will be removed in [a future...
@jonawals CI seems to fail because of the missing update for msbuid action. That might be provided by https://github.com/OpenCppCoverage/OpenCppCoverage/pull/136/ (see https://github.com/OpenCppCoverage/OpenCppCoverage/pull/136/commits/b0f8033f5c2450a19a7de1daaca8cdf24eb49891 for details)