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

Release 0.710 planning #7009

Closed
gvanrossum opened this issue Jun 17, 2019 · 8 comments
Closed

Release 0.710 planning #7009

gvanrossum opened this issue Jun 17, 2019 · 8 comments

Comments

@gvanrossum
Copy link
Member

I plan to release mypy 0.710 coming Wed (June 19) and cut the release branch for 0.710 today (June 17). This will be the first release where we're confident that the new semantic analyzer is better than the old one. You still need to enable it with --new-semantic-analyzer -- we'll likely flip this flag in the next release (0.720) and delete the old semantic analyzer in the release after that (0.730).

Please add comments to this issue if you have any PR you'd like to be included. Ideally those PRs should be landed before the release branch is cut, to minimize cherry-picking.

@gvanrossum
Copy link
Member Author

gvanrossum commented Jun 17, 2019

Branch created: https://github.com/python/mypy/tree/release-0.710

(UPDATE: Moved to a more recent commit, to actually include the typeshed sync at #7010.)

@ilevkivskyi
Copy link
Member

Ideally it would be great to have python/typeshed#3070 and #7013 in the release. Assuming everyone is OK with both PRs I can make the necessary syncs tomorrow morning Dublin time (unless someone does it sooner).

@gvanrossum
Copy link
Member Author

I think I may have to delay the release anyway, the pin move failed (see Slack).

@gvanrossum
Copy link
Member Author

OK, #7013 (and hence python/typeshed#3070) have been cherry-picked into the release branch. I will prepare new pin moves.

@gvanrossum
Copy link
Member Author

Also, #6919 was cherry-picked, since it turns out #7013 depends on it. (I had to force-push the release branch.)

@gvanrossum
Copy link
Member Author

The release is out.

I'm still hoping someone will test the Windows installer so I can check that one of my internal checklist.

@JelleZijlstra
Copy link
Member

In our codebase python/typeshed#2878 led to a number of new false positives—perhaps we should back out that change.

@JukkaL
Copy link
Collaborator

JukkaL commented Jun 20, 2019

@JelleZijlstra We saw a few false positives caused by that PR as well. Reverting the change sounds reasonable to me.

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

No branches or pull requests

4 participants