february cozzocrea
february cozzocrea
### Zig Version 0.12.0-dev.1769+bf5ab5451 ### Steps to Reproduce and Observed Behavior When I add new translate-c/run-translated-c tests in the appropriate folder, the test isn't run when using the command `zig...
Edit: Ready for review. See below for a summary of changes. --- This PR adds support for translating C record types. The PR is still very much a work in...
Adds a few minor improvements that didn't make it into #19227. Namely: 1. Don't calculate `head_field_alignment` if it isn't used (ie. if there aren't any alignment attributes). 2. Doc comment...
I'm seeing an issue when whenever I'm trying to install an extension with the `setup.py bdist_wheel + pip install` method with a very basic pyproject.toml file that looks like this:...