Mara
Mara
Those got replaced, and A* was merged in. https://github.com/jgrapht/jgrapht/pull/153
asn1c is renaming their HAVE_CONFIG_H to HAVE_ASN1C_CONFIG_H: https://github.com/mouse07410/asn1c/pull/202
Okay so it turns out it's not easy, `HAVE_CONFIG_H` is coming from [autoconf](https://www.gnu.org/software/autoconf/manual/autoconf-2.67/html_node/Configuration-Headers.html) So I think the fix is to not expose the define publicly in [CMakeLists.txt](https://github.com/cpputest/cpputest/blob/master/CMakeLists.txt#L129-L132), that should be...
Sounds reasonable to me I would also recommend documenting that rename cannot transfer ownership, `` does *not* mean `$owner/$repo` like it does in most gh commands `gh rename $owner/$repo` results...
> Ah, interesting... To clarify, you were expecting gh repo rename to also change the owner on GitHub, so the end result would be renaming AND moving the repo to...
So looking at the [github workflow docker stuff](https://github.com/cpputest/cpputest/blob/master/.github/workflows/basic.yml#L417-L445), the images aren't run, and they aren't pushed anywhere, so the tests don't actually run? See [a recent build](https://github.com/cpputest/cpputest/actions/runs/14853067040/job/41700201875#step:5:630) for an example...
So what should a release look like? Right now we have [scripts/ReleaseCppUTest.sh](https://github.com/cpputest/cpputest/blob/master/scripts/ReleaseCppUTest.sh) which says to run `make dist` instead of using the script, so that script should probably get deleted....
Okay so the current state of things: ```yml --- name: 'Latest Passing Release' on: workflow_run: workflows: ['Basic builds'] types: - completed jobs: release: runs-on: ubuntu-latest if: ${{ github.event.workflow_run.conclusion == 'success'...
``` pipx runpip mnamer install guessit==3.8.0 ```
If it needs to run anywhere, then it should say that, and not have a complicated regex that works out to anything in what looks like an accident