Skip to content

Add ast-serialize as an optional dependency#21028

Open
ilevkivskyi wants to merge 4 commits intopython:masterfrom
ilevkivskyi:add-ast-ser-dep
Open

Add ast-serialize as an optional dependency#21028
ilevkivskyi wants to merge 4 commits intopython:masterfrom
ilevkivskyi:add-ast-ser-dep

Conversation

@ilevkivskyi
Copy link
Member

A skipped test in check-overloads.test seems to be caused by a recent change in ast_serialize. FWIW it looks like a bug in the old parser? Leaving the test up to @JukkaL

@github-actions
Copy link
Contributor

According to mypy_primer, this change doesn't affect type check results on a corpus of open source code. ✅

Copy link
Collaborator

@JukkaL JukkaL left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, this makes it easier to use the new parser. Now we need to be a bit more careful with with the design of the public API and the binary format before the next public release, so that we can avoid backward incompatible changes in the future.

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.

2 participants