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

Add tests for literals and generics #6035

Merged

Commits on Dec 9, 2018

  1. Add tests for literals and generics

    This pull request adds some tests verifying that basic interactions
    between literals and generics work as expected.
    
    It also mildly tweaks checkexpr so it actually considers the *whole*
    type context instead of just part of it when deciding whether some
    literal expression ought to be a Literal[...] type or not.
    Michael0x2a committed Dec 9, 2018
    Configuration menu
    Copy the full SHA
    844b9f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5dac74f View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2018

  1. WIP towards code review

    Michael0x2a committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    ce1b187 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2018

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