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

Merged
merged 6 commits into from
Jul 11, 2023
Merged

Google sync #1456

merged 6 commits into from
Jul 11, 2023

Conversation

martindemello
Copy link
Contributor

No description provided.

rchen152 and others added 6 commits June 30, 2023 17:23
It's not really correct for get_alias to do prefix alias lookups for typing,
since that's inconsistent with its behavior for non-typing imports. Plus, we
had to work around this in _FromTyping. Since only one caller of get_alias
needs prefix lookup, I moved it into the calling code.

This has no user-visible effect.

PiperOrigin-RevId: 541151409
not-supported-yet.

This should prevent the crashes due to not being able to find new `typing`
and `enum` members. (Other stdlibs are provided by typeshed and have already
been updated.)

PiperOrigin-RevId: 542900981
The new version of libcst preserves formatting while merging, rather than
autoformat the merged signatures.

PiperOrigin-RevId: 544676325
Some tests are sensitive to the version of libcst, and we are using an older
libcst version in pre-3.10.

PiperOrigin-RevId: 544766327
PiperOrigin-RevId: 544782374
3.7 has (finally!) reached end-of-life anyway. Disables failing 3.7
tests to check if the rest pass.
@rchen152 rchen152 merged commit deb8e73 into main Jul 11, 2023
19 checks passed
@rchen152 rchen152 deleted the google_sync branch July 11, 2023 19:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants