Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make BOOL, BOOLEAN, and NTSTATUS extensions rather than replacements #1995

Merged
merged 6 commits into from Aug 31, 2022

Conversation

kennykerr
Copy link
Collaborator

@kennykerr kennykerr commented Aug 31, 2022

I'm working on removing all replacement types in bindgen as they are hard to maintain. The first step is to turn BOOL and NTSTATUS into extensions rather than replacements since that's all they really need. This also means there's less code to maintain as they can both inherit most of their code gen.

Also added BOOLEAN support.

Fixes #1990

@kennykerr kennykerr changed the title Make BOOL and NTSTATUS extensions rather than replacements Make BOOL, BOOLEAN, and NTSTATUS extensions rather than replacements Aug 31, 2022
@kennykerr kennykerr merged commit 4b07540 into master Aug 31, 2022
@kennykerr kennykerr deleted the bool32 branch August 31, 2022 20:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature request: Provide replacements/ergonomics for BOOLEAN
1 participant