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

Add type checker check to prevent fields referencing fields with multiple values #16

Open
jvdb opened this issue Jul 31, 2012 · 1 comment

Comments

@jvdb
Copy link
Owner

jvdb commented Jul 31, 2012

For example:

S {
  a: 1, 2;
  b: a;
}

Should produce an error on S.b's value definition.

@jvdb
Copy link
Owner Author

jvdb commented Jan 11, 2013

The same should be done for referenced fields that are overridden by multiple fields such as discussed in issue #25.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant