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

allow unions to include interfaces and unions #950

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on May 27, 2022

  1. Configuration menu
    Copy the full SHA
    18e70e5 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2022

  1. Configuration menu
    Copy the full SHA
    2a4d3ed View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2022

  1. add requirement that implementions of interfaces included by unions m…

    …ust be explicitly listed within the union
    yaacovCR committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    ce40773 View commit details
    Browse the repository at this point in the history
  2. update validation section to match text

    with regard to requirement to list all transitive possible types, including member interfaces
    yaacovCR committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    d8e52f0 View commit details
    Browse the repository at this point in the history