Skip to content

Google sync#220

Merged
rchen152 merged 3 commits into
masterfrom
google_sync
Dec 26, 2018
Merged

Google sync#220
rchen152 merged 3 commits into
masterfrom
google_sync

Conversation

@rchen152

Copy link
Copy Markdown
Contributor

No description provided.

This doesn't seem to have fixed the flaky test, but it seems like a good thing
to do anyway.

PiperOrigin-RevId: 226243994
Fixes main_test.Pytype.testBuiltinsDeterminism3, which was failing ~half of the
time with a complaint that __builtin__ and six.moves.builtins were being
pickled non-deterministically.

PiperOrigin-RevId: 226374183
Once importlab PRs 42-44 land, the graph that pytype gets from importlab will
include both unreadable Python files and type stubs. Thus, we can stop
special-casing unreadable files in main (since pytype will analyze them
normally and report a syntax error) and need to filter out .pyi and .pytd
files in pytype_runner.

The fact that pytype sees type stubs now will make it easier to implement
#151.

Also bumps the version number in order to do a release.

Fixes #212.

PiperOrigin-RevId: 226556520
@rchen152 rchen152 merged commit 06fadb9 into master Dec 26, 2018
@rchen152 rchen152 deleted the google_sync branch December 26, 2018 18:14
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