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

Cherry-pick #3784 into an 8.0.9+1 release #3800

Merged
merged 6 commits into from
Jun 27, 2024

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    8be17e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae1f184 View commit details
    Browse the repository at this point in the history
  3. Restrict validation of runtime renderer files to a single, target ver…

    …sion of (dart-lang#3778)
    
    the analyzer package.
    srawlins committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    db3a0ec View commit details
    Browse the repository at this point in the history
  4. Fix referencing an aliased type parameter. (dart-lang#3784)

    What is an aliased type parameter? Good question! `typedef TD<T> = T;` is such
    an alias. The fix is pretty simple, we just weren't previously handling this
    case, or being safe.
    srawlins committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    36db497 View commit details
    Browse the repository at this point in the history
  5. Bump to 8.0.9+1

    srawlins committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    a4e4dfb View commit details
    Browse the repository at this point in the history
  6. GitHub CI

    srawlins committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    cfa38d1 View commit details
    Browse the repository at this point in the history