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

Fix issue with recursive type variable protections to fix #1390 #1391

Merged
merged 2 commits into from Aug 2, 2021

Commits on Sep 25, 2018

  1. Fix issue with recursive type variable protections to fix google#1390

    When a type variable is referenced multiple times it needs to resolve
    to the same value.  Previously, the second attempt would abort
    resolution early in order to protect against infinite recursion.
    mcumings committed Sep 25, 2018
    Configuration menu
    Copy the full SHA
    e2296f4 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2018

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