Skip to content

Check for duplicates when parsing records #430

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

Merged
merged 2 commits into from
Jun 7, 2018

Conversation

Gabriella439
Copy link
Collaborator

Fixes #417

The parser already enforces at parse time that union and union types don't have
duplicate alternatives. This reuses that same logic to enforce that
records and record types don't have duplicate fields.

Fixes #417

The parser already enforces at parse time that union and union types don't have
duplicate alternatives.  This reuses that same logic to enforce that
records and record types don't have duplicate fields.
@Gabriella439 Gabriella439 merged commit d91905d into master Jun 7, 2018
@Gabriella439 Gabriella439 deleted the gabriel/no_duplicates branch June 7, 2018 10:15
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.

1 participant