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

Google sync #1209

Merged
merged 6 commits into from
May 19, 2022
Merged

Google sync #1209

merged 6 commits into from
May 19, 2022

Commits on May 19, 2022

  1. Add an overlay to support @cached.property from pyglib.

    PiperOrigin-RevId: 449094982
    martindemello authored and rchen152 committed May 19, 2022
    Configuration menu
    Copy the full SHA
    5d1afcb View commit details
    Browse the repository at this point in the history
  2. Put @cached.property support behind a feature flag.

    PiperOrigin-RevId: 449352208
    martindemello authored and rchen152 committed May 19, 2022
    Configuration menu
    Copy the full SHA
    e3dad3b View commit details
    Browse the repository at this point in the history
  3. Load symbols from typing when converting parametrised collection clas…

    …ses.
    
    For instance, if we have the late annotation `"list[int]"` and convert it to
    `"typing.List[int]"` we will get an error in late resolution because
    `typing.List` has not been imported. Therefore we need to make sure the import
    is added before the late annotation is resolved.
    
    PiperOrigin-RevId: 449354181
    martindemello authored and rchen152 committed May 19, 2022
    Configuration menu
    Copy the full SHA
    a55a159 View commit details
    Browse the repository at this point in the history
  4. Fix a crash caused by trying to look up typing.Any in typing.pytd.

    Any is special-cased.
    
    PiperOrigin-RevId: 449574289
    rchen152 committed May 19, 2022
    Configuration menu
    Copy the full SHA
    131be54 View commit details
    Browse the repository at this point in the history
  5. Default --enable-nested-classes to True.

    PiperOrigin-RevId: 449583134
    rchen152 committed May 19, 2022
    Configuration menu
    Copy the full SHA
    52bb896 View commit details
    Browse the repository at this point in the history
  6. Prepare a PyPI release.

    PiperOrigin-RevId: 449806401
    rchen152 committed May 19, 2022
    Configuration menu
    Copy the full SHA
    978cb26 View commit details
    Browse the repository at this point in the history