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

Enum fixes #684

Merged
merged 2 commits into from
Apr 16, 2024
Merged

Enum fixes #684

merged 2 commits into from
Apr 16, 2024

Conversation

ehaas
Copy link
Collaborator

@ehaas ehaas commented Apr 16, 2024

Fixes crashes with pointers to incomplete enums / fixed-underlying-type enums, and incorrect results when comparing enum types.

ehaas added 2 commits April 15, 2024 21:01
Enums types with fixed underlying type should compare equal to the
underlying type, but not to other enums with the same fixed underlying
type.

Closes Vexu#683
@Vexu Vexu merged commit 9aeacf0 into Vexu:master Apr 16, 2024
3 checks passed
@ehaas ehaas deleted the enum-fixes branch April 16, 2024 05:19
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.

2 participants