Eric Berquist
Eric Berquist
Since development has moved from macro to elements, this is unlikely to happen.
Now that development has moved from macro to elements, this is unlikely to happen. Elements is still missing sanitizers, fuzzing, and code coverage, but those are eventually going to happen.
Now that development is moving to elements, we are focusing on build system improvements there instead.
For unit tests with `-m 'not is_method'`: | version | coverage? | time (s) | |---------|-----------|----------| | 11.7 | no | 30.68 | | 11.7 | yes | 52.31 |...
https://github.com/python-pillow/Pillow/pull/7820
I'm going to try making a release candidate tag on the branch before finishing and merging https://github.com/cclib/cclib/pull/1355, in order to test the publishing workflow stuff.
@Andrew-S-Rosen I've created https://github.com/cclib/cclib/releases/tag/v1.8.1rc1. Would be able and willing to try it?
CI stuff: - Pushing the tag failed to upload to TestPyPI, I think for the same reason as a previous test: ```console Error: Trusted publishing exchange failure: Token request failed:...
- For the problem with PyPI, I think #1376 fixes that. - For the automated problem with TestPyPI, the name of the publishing workflow under the trusted publishing config was...
All the above seems fixed with [cclib-v1.8.1rc2](https://github.com/cclib/cclib/releases/tag/v1.8.1rc2). Now what's missing is, in order, the CHANGELOG, the final tag, and merging branches back in. More release docs like this updated list...