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

Added implicit map support #26

Merged
merged 1 commit into from
Oct 22, 2024
Merged

Added implicit map support #26

merged 1 commit into from
Oct 22, 2024

Conversation

ecton
Copy link
Member

@ecton ecton commented Oct 22, 2024

Closes #24

This refactors the implicit struct handling code to allow non-identifiers as keys. We can't use HashMap for testing because order isn't guaranteed, causing one of the assertions to fail due to it testing the serialized representation.

@ecton ecton merged commit 57c2b54 into main Oct 22, 2024
14 checks passed
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.

implicit hash map
2 participants