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 #3799

Closed
wants to merge 2 commits into from

Commits on Jun 27, 2024

  1. 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
    8d8a1a0 View commit details
    Browse the repository at this point in the history
  2. Bump to 8.0.9+1

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