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

cgen: fix hash functions for map[Enum]Value, and enum Enum as u64 { (fix #23630) #23632

Merged

Conversation

spytheman
Copy link
Member

@spytheman spytheman commented Feb 2, 2025

Fix #23630 .

Copy link

Connected to Huly®: V_0.6-22056

@spytheman spytheman merged commit 0132814 into vlang:master Feb 2, 2025
72 checks passed
@spytheman spytheman deleted the fix_map_hash_fns_for_non_default_enum_keys branch February 2, 2025 13:23
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.

map[Enum]u32 where Enum is an @[flag] enum Enum as u64 is not recognized as map index beyond the 32nd bit
1 participant