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

Resolve type references during validate goal #7

Open
jfallows opened this issue Jan 21, 2017 · 0 comments
Open

Resolve type references during validate goal #7

jfallows opened this issue Jan 21, 2017 · 0 comments
Labels

Comments

@jfallows
Copy link
Contributor

jfallows commented Jan 21, 2017

Scoped references should be validated as resolvable.

For example:

scope outer
{
  scope inner
  {
    struct Type
    {
      unknown::scope::OtherType field;
    }
  }
}

should fail to validate, since it fails to generate.

@jfallows jfallows added the bug label Jan 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant