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

toml: Add decoding for map[string] #19447

Merged
merged 3 commits into from
Sep 26, 2023
Merged

toml: Add decoding for map[string] #19447

merged 3 commits into from
Sep 26, 2023

Conversation

squidink7
Copy link
Contributor

Adds simple decoding of toml objects into map[string] types (as struct members). The code is a little long, as I tried to use the new lambda syntax but it didn't seem to support multiple return values and I wasn't in the mood to go recursively bug fixing, so I just left a comment for when that's fixed.

@spytheman spytheman merged commit 12ee3fa into vlang:master Sep 26, 2023
34 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.

2 participants