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 external lattice elements to properly union split #49030

Merged
merged 2 commits into from Mar 18, 2023

Commits on Mar 17, 2023

  1. Allow external lattice elements to properly union split

    Currently `MustAlias` is the only lattice element that is allowed
    to widen to union types. However, there are others in external
    packages. Expand the support we have for this in order to allow
    union splitting of lattice elements.
    Keno committed Mar 17, 2023
    Copy the full SHA
    8f6e945 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Shuhei Kadowaki <40514306+aviatesk@users.noreply.github.com>
    Keno and aviatesk committed Mar 17, 2023
    Copy the full SHA
    6afd0e1 View commit details
    Browse the repository at this point in the history