Closed mgevor closed 1 year ago
Would it be a good idea to add this test to GitHub CI, at least on Ubuntu?
I am also wondering if we can make cpp-check, mentioned in compilation.md
, or some other C++ linter part of the pipeline? That may be a stricter way of checking standard compliance than -pedantic
builds.
In fact, we are testing the C interface when running GoLang tests, which are based on the C interface. But anyway, this is not explicit so that I will add it
Added a new test case for #222
:tada: This PR is included in version 1.3.0 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
Also fixed memory leaks.