Skip to content

Commit

Permalink
Merge pull request #877 from google/google_sync
Browse files Browse the repository at this point in the history
Google sync
  • Loading branch information
rchen152 authored Mar 31, 2021
2 parents 34e1572 + 90a4ac1 commit a594385
Show file tree
Hide file tree
Showing 7 changed files with 532 additions and 536 deletions.
5 changes: 3 additions & 2 deletions docs/support.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ of pytype.
* [Typing](#typing)
* [Third-Party Libraries](#third-party-libraries)

<!-- Added by: rechen, at: 2021-02-22T14:37-08:00 -->
<!-- Added by: rechen, at: 2021-03-30T15:55-07:00 -->

<!--te-->

Expand All @@ -31,7 +31,8 @@ Version | Analyzes | Runs In | Issue
3.6 | ✅ | ✅ |
3.7 | ✅ | ✅ |
3.8 | ✅ | ✅ |
3.9 | ❌ | ✅ | [#749][py39]
3.9 | ✅ | ✅ |
3.10 | ❌ | ❌ |

## Features

Expand Down
12 changes: 12 additions & 0 deletions pytype/pytd/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ py_library(
pytd_utils.py
DEPS
._pytd
.printer
.pytd_visitors
pytype.utils
pytype.pytd.parse.parse
Expand All @@ -180,6 +181,16 @@ py_library(
DEPS
._pytd
.base_visitor
)

py_library(
NAME
printer
SRCS
printer.py
DEPS
._pytd
.base_visitor
.pep484
pytype.pytd.parse.parse
)
Expand Down Expand Up @@ -250,6 +261,7 @@ py_library(
.escape
.mro
.pep484
.printer
.pytd_utils
.pytd_visitors
pytype.utils
Expand Down
Loading

0 comments on commit a594385

Please sign in to comment.