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

Remap BOOLEAN to bool #3376

Merged
merged 5 commits into from
Dec 10, 2024
Merged

Remap BOOLEAN to bool #3376

merged 5 commits into from
Dec 10, 2024

Conversation

kennykerr
Copy link
Collaborator

Building on #3373, this further simplifies Boolean support so that there is now only one "special" type namely BOOL which cannot easily be avoided due to crazy APIs that use it for more than just binary true/false values.

BOOLEAN however has the same representation as bool and is never used for anything other than true (1) or false (0).

@kennykerr kennykerr merged commit 2291719 into master Dec 10, 2024
75 checks passed
@kennykerr kennykerr deleted the sans-boolean branch December 10, 2024 20:49
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.

1 participant