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

Restore schema() type safety by fixing generic type alias misuse #371

Merged
merged 2 commits into from
Jun 14, 2023

Commits on Jul 13, 2022

  1. Restore schema() type safety by fixing generic type alias misuse

    Type arguments for a generic type alias must be provided at every use
    site, or the missing arguments will default to `Any`, which gives no
    type safety.
    
    Fixes lidatong#370.
    
    Signed-off-by: Anders Kaseorg <[email protected]>
    andersk committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    baa9e6e View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

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