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

Embed: Forbid duplicate keys #13

Merged
merged 1 commit into from
Aug 23, 2019
Merged

Embed: Forbid duplicate keys #13

merged 1 commit into from
Aug 23, 2019

Conversation

tindzk
Copy link
Member

@tindzk tindzk commented Aug 20, 2019

According to the TOML specification, "defining a key multiple times
is invalid". Return an error message with trace if a key is defined
more than once in the same scope.

@tindzk tindzk force-pushed the bug/duplicate-values branch 2 times, most recently from 800ab94 to 6366410 Compare August 22, 2019 07:32
@tindzk tindzk changed the title [WIP] Forbid duplicate values Embed: Forbid duplicate keys Aug 22, 2019
According to the TOML specification, "defining a key multiple times
is invalid". Return an error message with trace if a key is defined
more than once in the same scope.
@tindzk tindzk merged commit bef7ade into master Aug 23, 2019
@tindzk tindzk deleted the bug/duplicate-values branch August 23, 2019 10:46
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.

None yet

1 participant